2024-05-04T19:26:07.756 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-04T19:26:07.757 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733 --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/orig.config.yaml 2024-05-04T19:26:07.785 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T19:26:07.858 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733 branch: wip-yuri8-testing-2024-05-01-1547 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7687733' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-05-01-1547 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 workunit: branch: wip-yuri8-testing-2024-05-01-1547 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 3910 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-05-01-1547 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOQWcHUKRci5MFh22f6W2Ae96VQS/AU9wCeCh9tcOzp2BE2rtigST1JSjw9wiJVVXYkTShgChWJ6f07xDKQMuE= smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDo4sWXIiTXd2A/DpfK0ss+YAS6vmWW0EGftNzGEy5LElCQDfonlwcqKvZuGmziKH3lJIn4TU1dfggOZolSyz5c= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCbhH3oK+m7cQMd/L+CXGHAFGdiw5MGE00VDYEyHZRJYzJMtruxsv3jPsoM4Q8LmA1Xgn+2QguDuv6GNUXFBgag= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_15:37:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-04T19:26:07.858 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa; will attempt to use it 2024-05-04T19:26:07.859 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa/tasks 2024-05-04T19:26:07.859 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-04T19:26:07.861 INFO:teuthology.task.internal:Checking packages... 2024-05-04T19:26:07.884 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16' 2024-05-04T19:26:07.884 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-04T19:26:07.884 INFO:teuthology.packaging:ref: None 2024-05-04T19:26:07.884 INFO:teuthology.packaging:tag: None 2024-05-04T19:26:07.884 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-05-01-1547 2024-05-04T19:26:07.884 INFO:teuthology.packaging:sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:26:07.885 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri8-testing-2024-05-01-1547 2024-05-04T19:26:08.101 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:26:08.102 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-04T19:26:08.110 INFO:teuthology.task.internal:no buildpackages task found 2024-05-04T19:26:08.110 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-04T19:26:08.149 INFO:teuthology.task.internal:Saving configuration 2024-05-04T19:26:08.161 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-04T19:26:08.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T19:26:08.208 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.208050', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArRln8hNHCUBPPANTDTyW0SoZEQa5Aquoi91BQeGgz+'} 2024-05-04T19:26:08.226 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.204046', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDugf25ZDReSYs2pSQP2XULgS4Bj4P9qcDZo7iDI/4j1'} 2024-05-04T19:26:08.246 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.206557', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBoDBXpyQXwm4nmIokr8Lj6GJXdj6L3RbDXwcYF+pYAC'} 2024-05-04T19:26:08.246 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-04T19:26:08.254 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-04T19:26:08.254 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-04T19:26:08.254 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-04T19:26:08.254 INFO:teuthology.run_tasks:Running task console_log... 2024-05-04T19:26:08.383 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbae0522f70>, signals=[15]) 2024-05-04T19:26:08.383 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-04T19:26:08.393 INFO:teuthology.task.internal:Opening connections... 2024-05-04T19:26:08.393 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2024-05-04T19:26:08.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:26:08.475 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-05-04T19:26:08.476 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:26:08.554 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-05-04T19:26:08.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:26:08.629 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-04T19:26:08.639 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2024-05-04T19:26:08.645 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2024-05-04T19:26:08.646 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Ubuntu" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="22.04" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_CODENAME=jammy 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:ID=ubuntu 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE=debian 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T19:26:08.693 INFO:teuthology.orchestra.run.smithi003.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T19:26:08.694 INFO:teuthology.orchestra.run.smithi003.stdout:UBUNTU_CODENAME=jammy 2024-05-04T19:26:08.694 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2024-05-04T19:26:08.712 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-05-04T19:26:08.718 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-05-04T19:26:08.718 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-05-04T19:26:08.766 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T19:26:08.766 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="Ubuntu" 2024-05-04T19:26:08.766 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="22.04" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_CODENAME=jammy 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:ID=ubuntu 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE=debian 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T19:26:08.767 INFO:teuthology.orchestra.run.smithi083.stdout:UBUNTU_CODENAME=jammy 2024-05-04T19:26:08.767 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-05-04T19:26:09.022 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-05-04T19:26:09.028 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-05-04T19:26:09.029 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-05-04T19:26:09.075 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="Ubuntu" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="22.04" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_CODENAME=jammy 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:ID=ubuntu 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE=debian 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T19:26:09.076 INFO:teuthology.orchestra.run.smithi190.stdout:UBUNTU_CODENAME=jammy 2024-05-04T19:26:09.077 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-05-04T19:26:09.142 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-04T19:26:09.151 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-04T19:26:09.198 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-04T19:26:09.199 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2024-05-04T19:26:09.201 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-05-04T19:26:09.204 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-05-04T19:26:09.209 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-04T19:26:09.232 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-04T19:26:09.232 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2024-05-04T19:26:09.249 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-05-04T19:26:09.252 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-05-04T19:26:09.266 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-04T19:26:09.345 INFO:teuthology.run_tasks:Running task kernel... 2024-05-04T19:26:09.362 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-04T19:26:09.362 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-04T19:26:09.363 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T19:26:09.363 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T19:26:09.364 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T19:26:09.368 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:26:09.369 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-05-04T19:26:09.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:26:09.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:26:09.370 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-05-04T19:26:09.371 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-05-04T19:26:09.414 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-56-generic 2024-05-04T19:26:09.415 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.15.0-56-generic 2024-05-04T19:26:09.415 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-05-04T19:26:09.416 INFO:teuthology.orchestra.run.smithi003.stdout:5.15.0-56-generic 2024-05-04T19:26:09.416 INFO:teuthology.task.kernel:Running kernel on smithi003: 5.15.0-56-generic 2024-05-04T19:26:09.416 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get clean 2024-05-04T19:26:09.419 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-56-generic 2024-05-04T19:26:09.420 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.15.0-56-generic 2024-05-04T19:26:09.420 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-05-04T19:26:09.547 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-05-04T19:26:09.549 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-05-04T19:26:09.557 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-05-04T19:26:09.714 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:26:09.724 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:26:09.724 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T19:26:09.724 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T19:26:09.735 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T19:26:09.804 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T19:26:09.807 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T19:26:09.826 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T19:26:09.869 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:26:09.870 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T19:26:09.905 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T19:26:09.963 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T19:26:10.002 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T19:26:10.044 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T19:26:10.044 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T19:26:10.085 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T19:26:10.092 INFO:teuthology.orchestra.run.smithi003.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T19:26:10.092 INFO:teuthology.orchestra.run.smithi003.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T19:26:10.092 INFO:teuthology.orchestra.run.smithi003.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T19:26:10.110 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T19:26:10.110 INFO:teuthology.orchestra.run.smithi003.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T19:26:10.115 INFO:teuthology.orchestra.run.smithi003.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:10.115 INFO:teuthology.orchestra.run.smithi003.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T19:26:10.122 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T19:26:10.127 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T19:26:10.128 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T19:26:10.129 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T19:26:10.130 INFO:teuthology.orchestra.run.smithi003.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T19:26:10.142 INFO:teuthology.orchestra.run.smithi003.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T19:26:10.145 INFO:teuthology.orchestra.run.smithi003.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T19:26:10.146 INFO:teuthology.orchestra.run.smithi003.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T19:26:10.147 INFO:teuthology.orchestra.run.smithi003.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T19:26:10.157 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T19:26:10.177 INFO:teuthology.orchestra.run.smithi003.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T19:26:10.177 INFO:teuthology.orchestra.run.smithi003.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T19:26:10.177 INFO:teuthology.orchestra.run.smithi003.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T19:26:10.180 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:10.180 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T19:26:10.181 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T19:26:10.182 INFO:teuthology.orchestra.run.smithi003.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T19:26:10.185 INFO:teuthology.orchestra.run.smithi003.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T19:26:10.185 INFO:teuthology.orchestra.run.smithi003.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T19:26:10.186 INFO:teuthology.orchestra.run.smithi003.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T19:26:10.189 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T19:26:10.191 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T19:26:10.195 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T19:26:10.196 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T19:26:10.196 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T19:26:10.196 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T19:26:10.207 INFO:teuthology.orchestra.run.smithi003.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T19:26:10.211 INFO:teuthology.orchestra.run.smithi003.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:10.211 INFO:teuthology.orchestra.run.smithi003.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T19:26:10.212 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T19:26:10.213 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T19:26:10.214 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T19:26:10.214 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T19:26:10.214 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T19:26:10.216 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T19:26:10.221 INFO:teuthology.orchestra.run.smithi003.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T19:26:10.233 INFO:teuthology.orchestra.run.smithi003.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T19:26:10.235 INFO:teuthology.orchestra.run.smithi003.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T19:26:10.236 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T19:26:10.236 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T19:26:10.236 INFO:teuthology.orchestra.run.smithi003.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T19:26:10.237 INFO:teuthology.orchestra.run.smithi003.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T19:26:10.237 INFO:teuthology.orchestra.run.smithi003.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T19:26:10.250 INFO:teuthology.orchestra.run.smithi003.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T19:26:10.251 INFO:teuthology.orchestra.run.smithi003.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T19:26:10.251 INFO:teuthology.orchestra.run.smithi003.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T19:26:10.252 INFO:teuthology.orchestra.run.smithi003.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T19:26:10.258 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T19:26:10.260 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T19:26:10.262 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T19:26:10.270 INFO:teuthology.orchestra.run.smithi003.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T19:26:10.270 INFO:teuthology.orchestra.run.smithi003.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T19:26:10.271 INFO:teuthology.orchestra.run.smithi003.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T19:26:10.271 INFO:teuthology.orchestra.run.smithi003.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T19:26:10.271 INFO:teuthology.orchestra.run.smithi003.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T19:26:10.397 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T19:26:10.549 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T19:26:10.721 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T19:26:10.748 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T19:26:10.763 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T19:26:10.764 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T19:26:10.825 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T19:26:10.826 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T19:26:10.827 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T19:26:10.835 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:10.852 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T19:26:10.867 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T19:26:10.868 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T19:26:10.911 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T19:26:10.929 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T19:26:10.930 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T19:26:10.933 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T19:26:11.004 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T19:26:11.004 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T19:26:11.005 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T19:26:11.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:11.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T19:26:11.014 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T19:26:11.024 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T19:26:11.024 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T19:26:11.026 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T19:26:11.051 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T19:26:11.206 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T19:26:11.228 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T19:26:11.611 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T19:26:11.627 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T19:26:11.632 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T19:26:11.636 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T19:26:11.638 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T19:26:11.638 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T19:26:11.643 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T19:26:11.664 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T19:26:11.667 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T19:26:11.677 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T19:26:11.678 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T19:26:11.679 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T19:26:11.681 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T19:26:11.681 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T19:26:11.682 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T19:26:11.682 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T19:26:11.689 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T19:26:11.691 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T19:26:11.709 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T19:26:11.712 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T19:26:11.879 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T19:26:11.965 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T19:26:12.047 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T19:26:12.129 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T19:26:12.154 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T19:26:15.965 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 13.3 MB in 2s (6,408 kB/s) 2024-05-04T19:26:16.062 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 13.3 MB in 2s (6,868 kB/s) 2024-05-04T19:26:16.536 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 13.3 MB in 3s (5,141 kB/s) 2024-05-04T19:26:17.431 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:26:17.445 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:26:17.449 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:26:17.462 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:26:17.512 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:26:17.529 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:26:17.717 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-05-04T19:26:17.717 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-05-04T19:26:17.732 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-05-04T19:26:17.733 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-05-04T19:26:17.875 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:26:17.875 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:26:17.875 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:26:17.876 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:26:17.876 INFO:teuthology.orchestra.run.smithi083.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T19:26:17.876 INFO:teuthology.orchestra.run.smithi083.stdout: python2.7-minimal 2024-05-04T19:26:17.876 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:26:17.877 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-05-04T19:26:17.877 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:17.877 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T19:26:17.878 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:17.879 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-05-04T19:26:17.879 INFO:teuthology.orchestra.run.smithi083.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T19:26:17.879 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-05-04T19:26:17.879 INFO:teuthology.orchestra.run.smithi083.stdout: thermald 2024-05-04T19:26:17.916 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:26:17.916 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:26:17.917 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:26:17.917 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:26:17.917 INFO:teuthology.orchestra.run.smithi003.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T19:26:17.918 INFO:teuthology.orchestra.run.smithi003.stdout: python2.7-minimal 2024-05-04T19:26:17.918 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:26:17.919 INFO:teuthology.orchestra.run.smithi003.stdout:The following additional packages will be installed: 2024-05-04T19:26:17.919 INFO:teuthology.orchestra.run.smithi003.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:17.919 INFO:teuthology.orchestra.run.smithi003.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T19:26:17.919 INFO:teuthology.orchestra.run.smithi003.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:17.921 INFO:teuthology.orchestra.run.smithi003.stdout:Suggested packages: 2024-05-04T19:26:17.921 INFO:teuthology.orchestra.run.smithi003.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T19:26:17.921 INFO:teuthology.orchestra.run.smithi003.stdout:Recommended packages: 2024-05-04T19:26:17.921 INFO:teuthology.orchestra.run.smithi003.stdout: thermald 2024-05-04T19:26:17.924 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-05-04T19:26:17.924 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:17.924 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T19:26:17.924 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:17.925 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages will be upgraded: 2024-05-04T19:26:17.926 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T19:26:17.974 INFO:teuthology.orchestra.run.smithi003.stdout:The following NEW packages will be installed: 2024-05-04T19:26:17.975 INFO:teuthology.orchestra.run.smithi003.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:17.975 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T19:26:17.975 INFO:teuthology.orchestra.run.smithi003.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:17.977 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages will be upgraded: 2024-05-04T19:26:17.977 INFO:teuthology.orchestra.run.smithi003.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T19:26:17.982 INFO:teuthology.orchestra.run.smithi083.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:26:17.983 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 113 MB of archives. 2024-05-04T19:26:17.983 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T19:26:17.983 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T19:26:18.021 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:26:18.035 INFO:teuthology.orchestra.run.smithi003.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:26:18.035 INFO:teuthology.orchestra.run.smithi003.stdout:Need to get 113 MB of archives. 2024-05-04T19:26:18.035 INFO:teuthology.orchestra.run.smithi003.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T19:26:18.035 INFO:teuthology.orchestra.run.smithi003.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T19:26:18.039 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:26:18.101 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:26:18.285 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-05-04T19:26:18.285 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-05-04T19:26:18.438 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:26:18.438 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:26:18.438 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:26:18.439 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:26:18.439 INFO:teuthology.orchestra.run.smithi190.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T19:26:18.439 INFO:teuthology.orchestra.run.smithi190.stdout: python2.7-minimal 2024-05-04T19:26:18.439 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:26:18.440 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-05-04T19:26:18.440 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:18.440 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T19:26:18.440 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:18.441 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-05-04T19:26:18.442 INFO:teuthology.orchestra.run.smithi190.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T19:26:18.442 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-05-04T19:26:18.442 INFO:teuthology.orchestra.run.smithi190.stdout: thermald 2024-05-04T19:26:18.492 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-05-04T19:26:18.492 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T19:26:18.492 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T19:26:18.492 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T19:26:18.493 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages will be upgraded: 2024-05-04T19:26:18.494 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T19:26:18.557 INFO:teuthology.orchestra.run.smithi190.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:26:18.557 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 113 MB of archives. 2024-05-04T19:26:18.557 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T19:26:18.557 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T19:26:18.563 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T19:26:18.643 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T19:26:18.740 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T19:26:18.895 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T19:26:19.947 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T19:26:20.365 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T19:26:20.717 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T19:26:20.717 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T19:26:20.718 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T19:26:20.854 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T19:26:20.854 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T19:26:20.854 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T19:26:21.101 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T19:26:21.155 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T19:26:21.156 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T19:26:21.231 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T19:26:21.541 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 113 MB in 3s (35.1 MB/s) 2024-05-04T19:26:21.700 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T19:26:21.804 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T19:26:21.805 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T19:26:21.805 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T19:26:21.813 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 113 MB in 3s (34.9 MB/s) 2024-05-04T19:26:21.947 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T19:26:21.972 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T19:26:21.974 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T19:26:22.363 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 113 MB in 3s (32.6 MB/s) 2024-05-04T19:26:22.523 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T19:26:23.727 INFO:teuthology.orchestra.run.smithi083.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T19:26:23.731 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:23.928 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:23.931 INFO:teuthology.orchestra.run.smithi003.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T19:26:23.936 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:24.005 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:24.479 INFO:teuthology.orchestra.run.smithi190.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T19:26:24.484 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:24.670 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:26.407 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T19:26:26.429 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:26.488 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T19:26:26.510 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:26.512 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:26.595 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:26.952 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T19:26:26.973 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:27.002 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:27.041 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T19:26:27.062 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:27.099 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:27.254 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T19:26:27.276 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:27.387 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:28.007 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T19:26:28.028 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:28.065 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:33.324 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:33.432 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:33.621 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:33.749 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:33.790 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:33.927 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:34.099 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:34.227 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:34.230 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T19:26:34.253 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T19:26:34.296 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:34.530 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T19:26:34.553 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T19:26:34.588 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:34.629 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:34.781 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:35.080 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:35.218 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:35.554 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T19:26:35.576 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T19:26:35.621 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:39.774 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T19:26:39.810 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:39.848 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:40.225 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T19:26:40.262 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:40.300 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:41.622 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T19:26:41.658 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T19:26:41.704 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:43.050 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:43.233 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:43.358 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:43.422 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:43.454 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:43.555 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T19:26:43.684 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:43.789 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:43.902 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:44.020 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T19:26:44.132 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:44.894 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T19:26:45.008 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T19:26:45.037 INFO:teuthology.orchestra.run.smithi003.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:26:45.037 INFO:teuthology.orchestra.run.smithi003.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T19:26:45.037 INFO:teuthology.orchestra.run.smithi003.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:26:45.037 INFO:teuthology.orchestra.run.smithi003.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T19:26:45.202 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:45.542 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:26:45.543 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T19:26:45.543 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:26:45.543 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T19:26:46.068 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:46.200 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T19:26:46.321 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:46.473 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T19:26:46.601 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:47.313 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:47.503 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:47.937 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:26:47.937 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T19:26:47.937 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:26:47.937 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T19:26:48.112 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:48.730 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T19:26:48.856 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T19:26:48.954 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T19:26:48.965 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:49.013 INFO:teuthology.orchestra.run.smithi003.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T19:26:49.014 INFO:teuthology.orchestra.run.smithi003.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:26:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T19:26:49.198 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:49.260 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T19:26:49.260 INFO:teuthology.orchestra.run.smithi083.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:26:49.514 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:50.898 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T19:26:51.299 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T19:26:51.984 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T19:26:52.051 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T19:26:52.052 INFO:teuthology.orchestra.run.smithi190.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:03.193 INFO:teuthology.orchestra.run.smithi003.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T19:27:03.193 INFO:teuthology.orchestra.run.smithi003.stdout:Sourcing file `/etc/default/grub' 2024-05-04T19:27:03.204 INFO:teuthology.orchestra.run.smithi003.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:03.224 INFO:teuthology.orchestra.run.smithi003.stdout:Generating grub configuration file ... 2024-05-04T19:27:03.472 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:03.491 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:03.553 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T19:27:03.553 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub' 2024-05-04T19:27:03.592 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:03.615 INFO:teuthology.orchestra.run.smithi083.stdout:Generating grub configuration file ... 2024-05-04T19:27:03.788 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:03.794 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:03.851 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:03.861 INFO:teuthology.orchestra.run.smithi003.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:03.867 INFO:teuthology.orchestra.run.smithi003.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:03.873 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:04.042 INFO:teuthology.orchestra.run.smithi003.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:04.043 INFO:teuthology.orchestra.run.smithi003.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:04.043 INFO:teuthology.orchestra.run.smithi003.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:04.088 INFO:teuthology.orchestra.run.smithi003.stdout:done 2024-05-04T19:27:04.182 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:04.188 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:04.257 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:04.263 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:04.435 INFO:teuthology.orchestra.run.smithi083.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:04.436 INFO:teuthology.orchestra.run.smithi083.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:04.436 INFO:teuthology.orchestra.run.smithi083.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:04.491 INFO:teuthology.orchestra.run.smithi083.stdout:done 2024-05-04T19:27:04.556 DEBUG:teuthology.orchestra.run.smithi003:> dpkg -s linux-image-generic 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Package: linux-image-generic 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Status: install ok installed 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Priority: optional 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Section: kernel 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Installed-Size: 21 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: amd64 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Source: linux-meta 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Recommends: thermald 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:04.582 INFO:teuthology.orchestra.run.smithi003.stdout: available. 2024-05-04T19:27:04.583 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T19:27:04.583 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T19:27:04.583 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T19:27:04.584 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-04T19:27:04.584 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T19:27:04.584 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get clean 2024-05-04T19:27:04.769 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-05-04T19:27:04.886 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:27:04.893 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-05-04T19:27:04.899 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:27:04.912 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:04.913 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:04.914 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-05-04T19:27:04.914 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T19:27:04.914 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T19:27:04.914 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T19:27:04.914 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-04T19:27:04.914 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T19:27:04.914 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-05-04T19:27:04.919 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:27:05.001 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:27:05.077 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-05-04T19:27:05.211 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:27:05.312 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:27:05.401 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:27:05.475 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:27:06.275 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:27:06.292 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:27:06.309 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T19:27:06.309 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub' 2024-05-04T19:27:06.337 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:06.356 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:27:06.363 INFO:teuthology.orchestra.run.smithi190.stdout:Generating grub configuration file ... 2024-05-04T19:27:06.558 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-05-04T19:27:06.558 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-05-04T19:27:06.583 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:27:06.599 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:27:06.661 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:27:06.662 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:06.691 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:06.723 INFO:teuthology.orchestra.run.smithi003.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T19:27:06.723 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:27:06.723 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:27:06.723 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:27:06.723 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:27:06.724 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:27:06.724 INFO:teuthology.orchestra.run.smithi003.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:27:06.724 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:27:06.765 INFO:teuthology.orchestra.run.smithi003.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:27:06.767 DEBUG:teuthology.orchestra.run.smithi003:> dpkg -s linux-image-generic 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Package: linux-image-generic 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Status: install ok installed 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Priority: optional 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Section: kernel 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Installed-Size: 21 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: amd64 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Source: linux-meta 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:06.779 INFO:teuthology.orchestra.run.smithi003.stdout:Recommends: thermald 2024-05-04T19:27:06.780 INFO:teuthology.orchestra.run.smithi003.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:06.780 INFO:teuthology.orchestra.run.smithi003.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:06.780 INFO:teuthology.orchestra.run.smithi003.stdout: available. 2024-05-04T19:27:06.780 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2024-05-04T19:27:06.824 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.cuQmwMjIDy 2024-05-04T19:27:06.824 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub/grub.cfg /tmp/tmp.cuQmwMjIDy 2024-05-04T19:27:06.861 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-05-04T19:27:06.862 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-05-04T19:27:06.884 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.cuQmwMjIDy 2024-05-04T19:27:07.004 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:07.005 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.cuQmwMjIDy is 10KB 2024-05-04T19:27:07.010 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:07.018 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.cuQmwMjIDy 2024-05-04T19:27:07.023 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.038 INFO:teuthology.orchestra.run.smithi083.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T19:27:07.038 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:27:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:27:07.038 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:27:07.039 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:27:07.039 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:27:07.039 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:27:07.039 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:27:07.075 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:27:07.075 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.076 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.078 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:27:07.080 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-05-04T19:27:07.081 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:07.087 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:07.093 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-05-04T19:27:07.094 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-05-04T19:27:07.140 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.3TXc2mh2nk 2024-05-04T19:27:07.140 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3TXc2mh2nk 2024-05-04T19:27:07.144 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T19:27:07.144 DEBUG:teuthology.orchestra.run.smithi003:> sudo update-grub 2024-05-04T19:27:07.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.3TXc2mh2nk 2024-05-04T19:27:07.252 INFO:teuthology.orchestra.run.smithi190.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:07.252 INFO:teuthology.orchestra.run.smithi190.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:07.252 INFO:teuthology.orchestra.run.smithi190.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:07.300 INFO:teuthology.orchestra.run.smithi190.stdout:done 2024-05-04T19:27:07.305 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.3TXc2mh2nk is 10KB 2024-05-04T19:27:07.316 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.3TXc2mh2nk 2024-05-04T19:27:07.321 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.378 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:27:07.379 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.379 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:07.447 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T19:27:07.447 DEBUG:teuthology.orchestra.run.smithi083:> sudo update-grub 2024-05-04T19:27:07.785 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:07.808 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:07.809 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-05-04T19:27:07.809 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:07.809 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:07.809 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-05-04T19:27:07.810 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T19:27:07.810 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T19:27:07.810 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T19:27:07.846 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-04T19:27:07.846 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T19:27:07.846 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-05-04T19:27:07.966 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-05-04T19:27:08.084 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:27:08.235 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:27:08.322 INFO:teuthology.orchestra.run.smithi003.stderr:Sourcing file `/etc/default/grub' 2024-05-04T19:27:08.323 INFO:teuthology.orchestra.run.smithi003.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:08.333 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:27:08.335 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2024-05-04T19:27:08.414 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:27:08.500 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:08.505 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:08.699 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub' 2024-05-04T19:27:08.700 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:08.711 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-05-04T19:27:08.730 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:08.735 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:08.778 INFO:teuthology.orchestra.run.smithi003.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:08.784 INFO:teuthology.orchestra.run.smithi003.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:08.892 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:08.898 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:08.901 INFO:teuthology.orchestra.run.smithi003.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:08.901 INFO:teuthology.orchestra.run.smithi003.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:08.901 INFO:teuthology.orchestra.run.smithi003.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:08.925 INFO:teuthology.orchestra.run.smithi003.stderr:done 2024-05-04T19:27:08.934 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2024-05-04T19:27:09.136 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:09.142 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:09.182 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:09.187 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:09.302 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:09.302 INFO:teuthology.orchestra.run.smithi083.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:09.302 INFO:teuthology.orchestra.run.smithi083.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:09.326 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-05-04T19:27:09.335 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-05-04T19:27:09.547 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:27:09.565 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T19:27:09.628 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:27:09.829 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-05-04T19:27:09.830 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-05-04T19:27:10.008 INFO:teuthology.orchestra.run.smithi190.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T19:27:10.008 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:27:10.008 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:27:10.008 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:27:10.009 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:27:10.009 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:27:10.009 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:27:10.009 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:27:10.051 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T19:27:10.053 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-05-04T19:27:10.068 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.105.102 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-05-04T19:27:10.069 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-05-04T19:27:10.070 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-05-04T19:27:10.118 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.19LBVv17Rz 2024-05-04T19:27:10.118 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub/grub.cfg /tmp/tmp.19LBVv17Rz 2024-05-04T19:27:10.178 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.19LBVv17Rz 2024-05-04T19:27:10.297 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.19LBVv17Rz is 10KB 2024-05-04T19:27:10.309 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.19LBVv17Rz 2024-05-04T19:27:10.315 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:10.369 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:27:10.370 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T19:27:10.370 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T19:27:10.439 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T19:27:10.439 DEBUG:teuthology.orchestra.run.smithi190:> sudo update-grub 2024-05-04T19:27:11.842 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub' 2024-05-04T19:27:11.843 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T19:27:11.846 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-05-04T19:27:12.076 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T19:27:12.084 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T19:27:12.359 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T19:27:12.364 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T19:27:12.408 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T19:27:12.414 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T19:27:12.543 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T19:27:12.543 INFO:teuthology.orchestra.run.smithi190.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T19:27:12.543 INFO:teuthology.orchestra.run.smithi190.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T19:27:12.557 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-05-04T19:27:12.559 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-05-04T19:27:38.960 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-04T19:27:38.961 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:27:38.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:27:39.337 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-04T19:27:39.338 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:27:39.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:27:42.607 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-04T19:27:42.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:27:42.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:27:57.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-05-04T19:27:57.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-05-04T19:28:01.058 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-05-04T19:28:06.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:28:06.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:06.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:28:06.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:09.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-05-04T19:28:09.790 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-05-04T19:28:10.060 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:28:10.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:13.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-05-04T19:28:21.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:28:21.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:21.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:28:21.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:25.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:28:25.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:40.223 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-05-04T19:28:55.238 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:28:55.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:28:55.454 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-05-04T19:28:55.866 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2024-05-04T19:28:55.997 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:28:55.997 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-04T19:28:55.997 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-05-04T19:28:56.044 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-105-generic 2024-05-04T19:28:56.044 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T19:28:56.044 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T19:28:56.044 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T19:28:56.915 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-05-04T19:28:57.045 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-04T19:28:57.046 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T19:28:57.122 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-05-04T19:28:57.158 DEBUG:teuthology.parallel:result is None 2024-05-04T19:28:57.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:28:57.438 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-04T19:28:57.439 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-05-04T19:28:57.487 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-105-generic 2024-05-04T19:28:57.487 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T19:28:57.487 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T19:28:57.487 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T19:28:58.488 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-04T19:28:58.488 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T19:28:58.855 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-05-04T19:28:58.876 DEBUG:teuthology.parallel:result is None 2024-05-04T19:29:10.867 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:29:10.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:29:11.071 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-05-04T19:29:11.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:29:11.633 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-04T19:29:11.633 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-05-04T19:29:11.680 INFO:teuthology.orchestra.run.smithi003.stdout:5.15.0-105-generic 2024-05-04T19:29:11.680 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T19:29:11.680 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T19:29:11.680 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T19:29:12.682 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-04T19:29:12.682 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T19:29:12.770 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2024-05-04T19:29:12.801 DEBUG:teuthology.parallel:result is None 2024-05-04T19:29:12.802 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-04T19:29:12.809 INFO:teuthology.task.internal:Creating test directory... 2024-05-04T19:29:12.810 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T19:29:12.812 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T19:29:12.815 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T19:29:12.821 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-04T19:29:12.854 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-04T19:29:12.887 INFO:teuthology.task.internal:Creating archive directory... 2024-05-04T19:29:12.887 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T19:29:12.890 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T19:29:12.892 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T19:29:12.924 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-04T19:29:12.932 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-04T19:29:12.932 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T19:29:12.949 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T19:29:12.965 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T19:29:12.971 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.980 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.980 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.987 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.987 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.996 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T19:29:12.998 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-04T19:29:13.005 INFO:teuthology.task.internal:Configuring sudo... 2024-05-04T19:29:13.006 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T19:29:13.025 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T19:29:13.033 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T19:29:13.053 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-04T19:29:13.063 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-04T19:29:13.063 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T19:29:13.081 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T19:29:13.097 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T19:29:13.102 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T19:29:13.132 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T19:29:13.180 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:29:13.180 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T19:29:13.242 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T19:29:13.248 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T19:29:13.296 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:29:13.296 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T19:29:13.359 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T19:29:13.365 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T19:29:13.411 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:29:13.411 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T19:29:13.479 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2024-05-04T19:29:13.481 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-05-04T19:29:13.484 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-05-04T19:29:13.557 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-04T19:29:13.565 INFO:teuthology.task.internal:Starting timer... 2024-05-04T19:29:13.565 INFO:teuthology.run_tasks:Running task pcp... 2024-05-04T19:29:13.592 INFO:teuthology.run_tasks:Running task selinux... 2024-05-04T19:29:13.624 DEBUG:teuthology.task.selinux:Excluding smithi003: OS 'ubuntu' does not support SELinux 2024-05-04T19:29:13.624 DEBUG:teuthology.task.selinux:Excluding smithi083: OS 'ubuntu' does not support SELinux 2024-05-04T19:29:13.624 DEBUG:teuthology.task.selinux:Excluding smithi190: OS 'ubuntu' does not support SELinux 2024-05-04T19:29:13.624 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-04T19:29:13.624 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-04T19:29:13.624 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-04T19:29:13.625 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-04T19:29:13.659 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-04T19:29:13.665 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-04T19:29:13.816 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-04T19:29:13.831 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-04T19:29:13.833 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi083.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-04T19:36:19.589 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-05-04T19:36:19.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:36:19.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:36:19.677 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-05-04T19:36:19.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-05-04T19:36:19.755 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:36:19.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:36:19.836 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-05-04T19:36:19.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-05-04T19:36:19.911 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:36:19.911 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T19:36:19.994 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-05-04T19:36:20.070 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-05-04T19:36:20.071 INFO:teuthology.run_tasks:Running task clock... 2024-05-04T19:36:20.083 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-04T19:36:20.083 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T19:36:20.084 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:36:20.086 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T19:36:20.087 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:36:20.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T19:36:20.089 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:36:20.113 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T19:36:20.113 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Command line: ntpd -gq 2024-05-04T19:36:20.113 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: ---------------------------------------------------- 2024-05-04T19:36:20.113 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T19:36:20.114 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T19:36:20.114 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: corporation. Support and training for ntp-4 are 2024-05-04T19:36:20.114 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: available at https://www.nwtime.org/support 2024-05-04T19:36:20.114 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: ---------------------------------------------------- 2024-05-04T19:36:20.115 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: proto: precision = 0.050 usec (-24) 2024-05-04T19:36:20.115 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: basedate set to 2022-02-04 2024-05-04T19:36:20.115 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: gps base set to 2022-02-06 (week 2196) 2024-05-04T19:36:20.115 INFO:teuthology.orchestra.run.smithi003.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.116 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.116 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.116 INFO:teuthology.orchestra.run.smithi003.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen normally on 3 ens1f0 172.21.15.3:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen normally on 4 lo [::1]:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15dc%4]:123 2024-05-04T19:36:20.117 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:20 ntpd[17186]: Listening on routing socket on fd #22 for interface updates 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Command line: ntpd -gq 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: ---------------------------------------------------- 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: corporation. Support and training for ntp-4 are 2024-05-04T19:36:20.119 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: available at https://www.nwtime.org/support 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: ---------------------------------------------------- 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: proto: precision = 0.061 usec (-24) 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: basedate set to 2022-02-04 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: gps base set to 2022-02-06 (week 2196) 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.120 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.121 INFO:teuthology.orchestra.run.smithi083.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.121 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen normally on 3 enp3s0f1 172.21.15.83:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen normally on 4 lo [::1]:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce91%5]:123 2024-05-04T19:36:20.122 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:20 ntpd[17293]: Listening on routing socket on fd #22 for interface updates 2024-05-04T19:36:20.140 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Command line: ntpd -gq 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: ---------------------------------------------------- 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: corporation. Support and training for ntp-4 are 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: available at https://www.nwtime.org/support 2024-05-04T19:36:20.141 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: ---------------------------------------------------- 2024-05-04T19:36:20.142 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: proto: precision = 0.066 usec (-24) 2024-05-04T19:36:20.142 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: basedate set to 2022-02-04 2024-05-04T19:36:20.142 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: gps base set to 2022-02-06 (week 2196) 2024-05-04T19:36:20.142 INFO:teuthology.orchestra.run.smithi190.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.142 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T19:36:20.145 INFO:teuthology.orchestra.run.smithi190.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.146 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T19:36:20.146 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen normally on 3 enp3s0f1 172.21.15.190:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen normally on 4 lo [::1]:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7763%5]:123 2024-05-04T19:36:20.147 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:20 ntpd[17305]: Listening on routing socket on fd #22 for interface updates 2024-05-04T19:36:21.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:21.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:21 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:21.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:21 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:22.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:22 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:22.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:22 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:22.117 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:22.117 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:22.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:22.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:22.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:22.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:22 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:22.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:22.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:22.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:22.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:22.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:22.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:22 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:23.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:23.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:23 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:23.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:23 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:23.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:23.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:23.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:23.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:23 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:24.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:24.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:24 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:24.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:24 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:24.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:24.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:24.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:24 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:25.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:25.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:25 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:25.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:25 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:25.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:25 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:26.114 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:26.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:26 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:26.117 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.117 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:26.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:26 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:26.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:26.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:26.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:26.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:26.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:26 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:27.115 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stdout: 4 May 19:36:27 ntpd[17186]: ntpd: time slew +0.000025 s 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stdout:ntpd: time slew +0.000025s 2024-05-04T19:36:27.116 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T19:36:27.117 INFO:teuthology.orchestra.run.smithi003.stderr: 4 May 19:36:27 ntpd[17186]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:27.118 INFO:teuthology.orchestra.run.smithi083.stdout: 4 May 19:36:27 ntpd[17293]: ntpd: time slew -0.000881 s 2024-05-04T19:36:27.119 INFO:teuthology.orchestra.run.smithi083.stdout:ntpd: time slew -0.000881s 2024-05-04T19:36:27.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T19:36:27.119 INFO:teuthology.orchestra.run.smithi083.stderr: 4 May 19:36:27 ntpd[17293]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T19:36:27.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.141 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:27.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:27.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:27.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:27 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================== 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.171 INFO:teuthology.orchestra.run.smithi003.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:27.175 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T19:36:28.142 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T19:36:28.143 INFO:teuthology.orchestra.run.smithi190.stdout: 4 May 19:36:28 ntpd[17305]: ntpd: time slew -0.001074 s 2024-05-04T19:36:28.143 INFO:teuthology.orchestra.run.smithi190.stdout:ntpd: time slew -0.001074s 2024-05-04T19:36:28.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T19:36:28.143 INFO:teuthology.orchestra.run.smithi190.stderr: 4 May 19:36:28 ntpd[17305]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:28.202 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T19:36:28.202 INFO:teuthology.run_tasks:Running task install... 2024-05-04T19:36:28.212 DEBUG:teuthology.task.install:project ceph 2024-05-04T19:36:28.212 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'}} 2024-05-04T19:36:28.212 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-04T19:36:28.213 INFO:teuthology.task.install:Using flavor: default 2024-05-04T19:36:28.219 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-04T19:36:28.219 INFO:teuthology.task.install:extra packages: [] 2024-05-04T19:36:28.219 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-key list | grep Ceph 2024-05-04T19:36:28.220 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-key list | grep Ceph 2024-05-04T19:36:28.220 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-key list | grep Ceph 2024-05-04T19:36:28.285 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T19:36:28.291 INFO:teuthology.orchestra.run.smithi003.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T19:36:28.300 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T19:36:28.314 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T19:36:28.314 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T19:36:28.315 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T19:36:28.316 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:36:28.325 INFO:teuthology.orchestra.run.smithi003.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T19:36:28.326 INFO:teuthology.orchestra.run.smithi003.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T19:36:28.327 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T19:36:28.327 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:36:28.331 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T19:36:28.331 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T19:36:28.332 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T19:36:28.332 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:36:28.476 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T19:36:28.476 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:28.544 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T19:36:28.544 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:28.550 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T19:36:28.550 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:28.593 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:36:28.593 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T19:36:28.607 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-05-04T19:36:28.662 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:36:28.662 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T19:36:28.677 DEBUG:teuthology.orchestra.run.smithi003:> sudo apt-get update 2024-05-04T19:36:28.714 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:36:28.714 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T19:36:28.731 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-05-04T19:36:28.776 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:36:28.790 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:36:28.809 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:36:28.859 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:36:28.870 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:36:28.886 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T19:36:28.890 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:36:28.895 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:36:28.902 INFO:teuthology.orchestra.run.smithi003.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T19:36:28.923 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T19:36:28.926 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T19:36:28.945 INFO:teuthology.orchestra.run.smithi003.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T19:36:28.952 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T19:36:28.963 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T19:36:28.978 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T19:36:28.978 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T19:36:28.990 INFO:teuthology.orchestra.run.smithi003.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:36:28.999 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T19:36:29.001 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T19:36:29.006 INFO:teuthology.orchestra.run.smithi003.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T19:36:29.030 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T19:36:29.031 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T19:36:29.031 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T19:36:29.041 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T19:36:29.060 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T19:36:29.103 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T19:36:29.140 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 29.2 kB in 0s (83.5 kB/s) 2024-05-04T19:36:29.187 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T19:36:29.230 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 29.2 kB in 0s (79.8 kB/s) 2024-05-04T19:36:29.378 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 29.2 kB in 0s (61.8 kB/s) 2024-05-04T19:36:30.123 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:36:30.140 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:30.192 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-05-04T19:36:30.205 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:36:30.222 DEBUG:teuthology.orchestra.run.smithi003:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:30.275 INFO:teuthology.orchestra.run.smithi003.stdout:Reading package lists... 2024-05-04T19:36:30.319 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:36:30.334 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:36:30.369 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-05-04T19:36:30.370 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-05-04T19:36:30.394 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-05-04T19:36:30.474 INFO:teuthology.orchestra.run.smithi003.stdout:Building dependency tree... 2024-05-04T19:36:30.474 INFO:teuthology.orchestra.run.smithi003.stdout:Reading state information... 2024-05-04T19:36:30.541 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:36:30.542 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:36:30.542 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:36:30.542 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:36:30.542 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T19:36:30.543 INFO:teuthology.orchestra.run.smithi190.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.545 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet zip 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-05-04T19:36:30.546 INFO:teuthology.orchestra.run.smithi190.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-05-04T19:36:30.547 INFO:teuthology.orchestra.run.smithi190.stdout: btrfs-tools 2024-05-04T19:36:30.601 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-05-04T19:36:30.601 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-05-04T19:36:30.649 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-05-04T19:36:30.649 INFO:teuthology.orchestra.run.smithi190.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T19:36:30.649 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T19:36:30.650 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T19:36:30.650 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T19:36:30.650 INFO:teuthology.orchestra.run.smithi190.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T19:36:30.650 INFO:teuthology.orchestra.run.smithi190.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T19:36:30.650 INFO:teuthology.orchestra.run.smithi190.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T19:36:30.651 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T19:36:30.652 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T19:36:30.652 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T19:36:30.652 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T19:36:30.652 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T19:36:30.652 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T19:36:30.653 INFO:teuthology.orchestra.run.smithi190.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T19:36:30.663 INFO:teuthology.orchestra.run.smithi003.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout:The following additional packages will be installed: 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T19:36:30.664 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.666 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: xmlstarlet zip 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout:Suggested packages: 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T19:36:30.667 INFO:teuthology.orchestra.run.smithi003.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T19:36:30.668 INFO:teuthology.orchestra.run.smithi003.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T19:36:30.668 INFO:teuthology.orchestra.run.smithi003.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T19:36:30.668 INFO:teuthology.orchestra.run.smithi003.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T19:36:30.668 INFO:teuthology.orchestra.run.smithi003.stdout:Recommended packages: 2024-05-04T19:36:30.668 INFO:teuthology.orchestra.run.smithi003.stdout: btrfs-tools 2024-05-04T19:36:30.715 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T19:36:30.715 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 181 MB of archives. 2024-05-04T19:36:30.715 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T19:36:30.715 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout:The following NEW packages will be installed: 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T19:36:30.771 INFO:teuthology.orchestra.run.smithi003.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T19:36:30.772 INFO:teuthology.orchestra.run.smithi003.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T19:36:30.791 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T19:36:30.792 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T19:36:30.793 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-05-04T19:36:30.793 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T19:36:30.793 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T19:36:30.793 INFO:teuthology.orchestra.run.smithi083.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T19:36:30.793 INFO:teuthology.orchestra.run.smithi083.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.795 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet zip 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T19:36:30.796 INFO:teuthology.orchestra.run.smithi083.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-05-04T19:36:30.797 INFO:teuthology.orchestra.run.smithi083.stdout: btrfs-tools 2024-05-04T19:36:30.818 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T19:36:30.820 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T19:36:30.838 INFO:teuthology.orchestra.run.smithi003.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T19:36:30.838 INFO:teuthology.orchestra.run.smithi003.stdout:Need to get 181 MB of archives. 2024-05-04T19:36:30.838 INFO:teuthology.orchestra.run.smithi003.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T19:36:30.838 INFO:teuthology.orchestra.run.smithi003.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T19:36:30.842 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T19:36:30.870 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T19:36:30.896 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T19:36:30.897 INFO:teuthology.orchestra.run.smithi083.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T19:36:30.898 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T19:36:30.899 INFO:teuthology.orchestra.run.smithi083.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T19:36:30.906 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T19:36:30.911 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T19:36:30.923 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T19:36:30.927 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T19:36:30.928 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T19:36:30.929 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T19:36:30.937 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T19:36:30.939 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T19:36:30.942 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T19:36:30.943 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T19:36:30.954 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T19:36:30.956 INFO:teuthology.orchestra.run.smithi003.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T19:36:30.957 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T19:36:30.959 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T19:36:30.960 INFO:teuthology.orchestra.run.smithi003.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T19:36:30.961 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T19:36:30.961 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T19:36:30.991 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T19:36:30.993 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T19:36:30.993 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T19:36:30.993 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T19:36:30.994 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T19:36:30.994 INFO:teuthology.orchestra.run.smithi003.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T19:36:31.010 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T19:36:31.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T19:36:31.011 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T19:36:31.015 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T19:36:31.015 INFO:teuthology.orchestra.run.smithi003.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T19:36:31.016 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T19:36:31.033 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T19:36:31.034 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-04T19:36:31.035 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T19:36:31.035 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T19:36:31.036 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T19:36:31.039 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T19:36:31.039 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 181 MB of archives. 2024-05-04T19:36:31.039 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T19:36:31.039 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T19:36:31.053 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T19:36:31.054 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T19:36:31.054 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T19:36:31.062 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T19:36:31.062 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T19:36:31.073 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T19:36:31.074 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T19:36:31.075 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T19:36:31.076 INFO:teuthology.orchestra.run.smithi003.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T19:36:31.078 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T19:36:31.079 INFO:teuthology.orchestra.run.smithi190.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-05-04T19:36:31.082 INFO:teuthology.orchestra.run.smithi003.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T19:36:31.087 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T19:36:31.096 INFO:teuthology.orchestra.run.smithi003.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T19:36:31.101 INFO:teuthology.orchestra.run.smithi003.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T19:36:31.102 INFO:teuthology.orchestra.run.smithi003.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T19:36:31.102 INFO:teuthology.orchestra.run.smithi190.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-05-04T19:36:31.102 INFO:teuthology.orchestra.run.smithi003.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T19:36:31.103 INFO:teuthology.orchestra.run.smithi190.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-05-04T19:36:31.107 INFO:teuthology.orchestra.run.smithi190.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T19:36:31.107 INFO:teuthology.orchestra.run.smithi190.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T19:36:31.108 INFO:teuthology.orchestra.run.smithi190.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T19:36:31.112 INFO:teuthology.orchestra.run.smithi003.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T19:36:31.115 INFO:teuthology.orchestra.run.smithi003.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T19:36:31.118 INFO:teuthology.orchestra.run.smithi003.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T19:36:31.119 INFO:teuthology.orchestra.run.smithi003.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T19:36:31.122 INFO:teuthology.orchestra.run.smithi190.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-05-04T19:36:31.146 INFO:teuthology.orchestra.run.smithi003.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T19:36:31.149 INFO:teuthology.orchestra.run.smithi003.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T19:36:31.153 INFO:teuthology.orchestra.run.smithi003.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T19:36:31.155 INFO:teuthology.orchestra.run.smithi003.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T19:36:31.156 INFO:teuthology.orchestra.run.smithi003.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T19:36:31.184 INFO:teuthology.orchestra.run.smithi003.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T19:36:31.186 INFO:teuthology.orchestra.run.smithi003.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T19:36:31.186 INFO:teuthology.orchestra.run.smithi003.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T19:36:31.187 INFO:teuthology.orchestra.run.smithi003.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T19:36:31.188 INFO:teuthology.orchestra.run.smithi003.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T19:36:31.190 INFO:teuthology.orchestra.run.smithi190.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T19:36:31.191 INFO:teuthology.orchestra.run.smithi190.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T19:36:31.192 INFO:teuthology.orchestra.run.smithi190.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T19:36:31.192 INFO:teuthology.orchestra.run.smithi190.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T19:36:31.194 INFO:teuthology.orchestra.run.smithi190.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T19:36:31.220 INFO:teuthology.orchestra.run.smithi190.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T19:36:31.222 INFO:teuthology.orchestra.run.smithi190.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T19:36:31.222 INFO:teuthology.orchestra.run.smithi190.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T19:36:31.223 INFO:teuthology.orchestra.run.smithi003.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T19:36:31.224 INFO:teuthology.orchestra.run.smithi003.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T19:36:31.225 INFO:teuthology.orchestra.run.smithi003.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T19:36:31.230 INFO:teuthology.orchestra.run.smithi003.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T19:36:31.231 INFO:teuthology.orchestra.run.smithi003.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T19:36:31.243 INFO:teuthology.orchestra.run.smithi190.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T19:36:31.243 INFO:teuthology.orchestra.run.smithi190.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T19:36:31.247 INFO:teuthology.orchestra.run.smithi003.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T19:36:31.247 INFO:teuthology.orchestra.run.smithi003.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-04T19:36:31.249 INFO:teuthology.orchestra.run.smithi003.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T19:36:31.250 INFO:teuthology.orchestra.run.smithi190.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T19:36:31.251 INFO:teuthology.orchestra.run.smithi003.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T19:36:31.251 INFO:teuthology.orchestra.run.smithi003.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T19:36:31.251 INFO:teuthology.orchestra.run.smithi190.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T19:36:31.251 INFO:teuthology.orchestra.run.smithi190.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T19:36:31.252 INFO:teuthology.orchestra.run.smithi190.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-05-04T19:36:31.252 INFO:teuthology.orchestra.run.smithi190.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T19:36:31.252 INFO:teuthology.orchestra.run.smithi190.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T19:36:31.256 INFO:teuthology.orchestra.run.smithi190.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T19:36:31.257 INFO:teuthology.orchestra.run.smithi190.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T19:36:31.267 INFO:teuthology.orchestra.run.smithi003.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T19:36:31.269 INFO:teuthology.orchestra.run.smithi003.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T19:36:31.270 INFO:teuthology.orchestra.run.smithi003.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T19:36:31.273 INFO:teuthology.orchestra.run.smithi190.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T19:36:31.275 INFO:teuthology.orchestra.run.smithi190.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T19:36:31.275 INFO:teuthology.orchestra.run.smithi190.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T19:36:31.280 INFO:teuthology.orchestra.run.smithi003.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T19:36:31.281 INFO:teuthology.orchestra.run.smithi003.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T19:36:31.288 INFO:teuthology.orchestra.run.smithi003.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T19:36:31.289 INFO:teuthology.orchestra.run.smithi003.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T19:36:31.291 INFO:teuthology.orchestra.run.smithi003.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T19:36:31.292 INFO:teuthology.orchestra.run.smithi190.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T19:36:31.295 INFO:teuthology.orchestra.run.smithi003.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T19:36:31.296 INFO:teuthology.orchestra.run.smithi190.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T19:36:31.297 INFO:teuthology.orchestra.run.smithi003.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-05-04T19:36:31.297 INFO:teuthology.orchestra.run.smithi190.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T19:36:31.298 INFO:teuthology.orchestra.run.smithi190.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T19:36:31.304 INFO:teuthology.orchestra.run.smithi190.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T19:36:31.304 INFO:teuthology.orchestra.run.smithi190.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T19:36:31.308 INFO:teuthology.orchestra.run.smithi190.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T19:36:31.309 INFO:teuthology.orchestra.run.smithi003.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-05-04T19:36:31.310 INFO:teuthology.orchestra.run.smithi003.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-05-04T19:36:31.313 INFO:teuthology.orchestra.run.smithi190.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T19:36:31.314 INFO:teuthology.orchestra.run.smithi190.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T19:36:31.315 INFO:teuthology.orchestra.run.smithi190.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T19:36:31.315 INFO:teuthology.orchestra.run.smithi003.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T19:36:31.316 INFO:teuthology.orchestra.run.smithi003.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T19:36:31.318 INFO:teuthology.orchestra.run.smithi003.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T19:36:31.329 INFO:teuthology.orchestra.run.smithi003.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-05-04T19:36:31.337 INFO:teuthology.orchestra.run.smithi190.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T19:36:31.338 INFO:teuthology.orchestra.run.smithi190.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T19:36:31.349 INFO:teuthology.orchestra.run.smithi190.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T19:36:31.350 INFO:teuthology.orchestra.run.smithi190.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T19:36:31.350 INFO:teuthology.orchestra.run.smithi190.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T19:36:31.353 INFO:teuthology.orchestra.run.smithi190.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T19:36:31.354 INFO:teuthology.orchestra.run.smithi190.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T19:36:31.413 INFO:teuthology.orchestra.run.smithi003.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T19:36:31.414 INFO:teuthology.orchestra.run.smithi003.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T19:36:31.416 INFO:teuthology.orchestra.run.smithi003.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T19:36:31.416 INFO:teuthology.orchestra.run.smithi003.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T19:36:31.418 INFO:teuthology.orchestra.run.smithi003.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T19:36:31.419 INFO:teuthology.orchestra.run.smithi190.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T19:36:31.441 INFO:teuthology.orchestra.run.smithi003.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T19:36:31.443 INFO:teuthology.orchestra.run.smithi003.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T19:36:31.444 INFO:teuthology.orchestra.run.smithi003.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T19:36:31.444 INFO:teuthology.orchestra.run.smithi190.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T19:36:31.461 INFO:teuthology.orchestra.run.smithi003.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T19:36:31.461 INFO:teuthology.orchestra.run.smithi003.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T19:36:31.461 INFO:teuthology.orchestra.run.smithi190.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T19:36:31.462 INFO:teuthology.orchestra.run.smithi190.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T19:36:31.466 INFO:teuthology.orchestra.run.smithi190.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T19:36:31.467 INFO:teuthology.orchestra.run.smithi003.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T19:36:31.468 INFO:teuthology.orchestra.run.smithi190.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T19:36:31.468 INFO:teuthology.orchestra.run.smithi003.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T19:36:31.469 INFO:teuthology.orchestra.run.smithi003.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T19:36:31.469 INFO:teuthology.orchestra.run.smithi003.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-05-04T19:36:31.469 INFO:teuthology.orchestra.run.smithi003.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T19:36:31.470 INFO:teuthology.orchestra.run.smithi003.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T19:36:31.473 INFO:teuthology.orchestra.run.smithi003.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T19:36:31.480 INFO:teuthology.orchestra.run.smithi190.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T19:36:31.488 INFO:teuthology.orchestra.run.smithi003.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T19:36:31.490 INFO:teuthology.orchestra.run.smithi003.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T19:36:31.490 INFO:teuthology.orchestra.run.smithi003.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T19:36:31.509 INFO:teuthology.orchestra.run.smithi003.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T19:36:31.510 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T19:36:31.511 INFO:teuthology.orchestra.run.smithi003.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T19:36:31.512 INFO:teuthology.orchestra.run.smithi003.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T19:36:31.513 INFO:teuthology.orchestra.run.smithi003.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T19:36:31.518 INFO:teuthology.orchestra.run.smithi003.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T19:36:31.518 INFO:teuthology.orchestra.run.smithi003.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T19:36:31.521 INFO:teuthology.orchestra.run.smithi003.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T19:36:31.522 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T19:36:31.529 INFO:teuthology.orchestra.run.smithi003.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T19:36:31.530 INFO:teuthology.orchestra.run.smithi003.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T19:36:31.530 INFO:teuthology.orchestra.run.smithi003.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T19:36:31.550 INFO:teuthology.orchestra.run.smithi003.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T19:36:31.551 INFO:teuthology.orchestra.run.smithi003.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T19:36:31.561 INFO:teuthology.orchestra.run.smithi003.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T19:36:31.562 INFO:teuthology.orchestra.run.smithi003.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T19:36:31.562 INFO:teuthology.orchestra.run.smithi003.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T19:36:31.565 INFO:teuthology.orchestra.run.smithi003.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T19:36:31.566 INFO:teuthology.orchestra.run.smithi003.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T19:36:31.604 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T19:36:31.771 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T19:36:31.786 INFO:teuthology.orchestra.run.smithi190.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T19:36:31.796 INFO:teuthology.orchestra.run.smithi190.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T19:36:31.811 INFO:teuthology.orchestra.run.smithi190.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T19:36:31.834 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T19:36:31.846 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T19:36:31.877 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T19:36:31.885 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T19:36:31.886 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T19:36:31.888 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T19:36:31.906 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T19:36:32.075 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T19:36:32.216 INFO:teuthology.orchestra.run.smithi003.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T19:36:32.455 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T19:36:32.486 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T19:36:32.520 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T19:36:32.520 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T19:36:32.521 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T19:36:32.581 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T19:36:32.587 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T19:36:32.601 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T19:36:32.614 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T19:36:32.629 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T19:36:32.653 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T19:36:32.675 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T19:36:32.681 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T19:36:32.681 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T19:36:32.682 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T19:36:32.694 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T19:36:32.695 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T19:36:32.861 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T19:36:32.945 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T19:36:32.973 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T19:36:32.981 INFO:teuthology.orchestra.run.smithi003.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T19:36:32.990 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T19:36:33.035 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T19:36:33.111 INFO:teuthology.orchestra.run.smithi190.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T19:36:33.161 INFO:teuthology.orchestra.run.smithi003.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T19:36:33.236 INFO:teuthology.orchestra.run.smithi003.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T19:36:33.246 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T19:36:33.261 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T19:36:33.264 INFO:teuthology.orchestra.run.smithi003.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T19:36:33.269 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T19:36:33.274 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-04T19:36:33.278 INFO:teuthology.orchestra.run.smithi190.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T19:36:33.288 INFO:teuthology.orchestra.run.smithi190.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:33.292 INFO:teuthology.orchestra.run.smithi190.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T19:36:33.295 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T19:36:33.298 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T19:36:33.305 INFO:teuthology.orchestra.run.smithi003.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T19:36:33.308 INFO:teuthology.orchestra.run.smithi003.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T19:36:33.368 INFO:teuthology.orchestra.run.smithi190.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T19:36:33.410 INFO:teuthology.orchestra.run.smithi003.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T19:36:33.464 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T19:36:33.679 INFO:teuthology.orchestra.run.smithi190.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T19:36:33.782 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T19:36:33.819 INFO:teuthology.orchestra.run.smithi083.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T19:36:33.830 INFO:teuthology.orchestra.run.smithi083.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T19:36:33.839 INFO:teuthology.orchestra.run.smithi083.stdout:Get:47 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T19:36:33.857 INFO:teuthology.orchestra.run.smithi083.stdout:Get:48 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T19:36:33.939 INFO:teuthology.orchestra.run.smithi083.stdout:Get:49 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T19:36:34.033 INFO:teuthology.orchestra.run.smithi083.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T19:36:34.034 INFO:teuthology.orchestra.run.smithi083.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T19:36:34.040 INFO:teuthology.orchestra.run.smithi083.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T19:36:34.047 INFO:teuthology.orchestra.run.smithi083.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T19:36:34.061 INFO:teuthology.orchestra.run.smithi083.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T19:36:34.082 INFO:teuthology.orchestra.run.smithi083.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T19:36:34.088 INFO:teuthology.orchestra.run.smithi083.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-04T19:36:34.263 INFO:teuthology.orchestra.run.smithi083.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-04T19:36:34.515 INFO:teuthology.orchestra.run.smithi083.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-04T19:36:34.692 INFO:teuthology.orchestra.run.smithi083.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T19:36:34.706 INFO:teuthology.orchestra.run.smithi083.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T19:36:34.726 INFO:teuthology.orchestra.run.smithi083.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T19:36:34.790 INFO:teuthology.orchestra.run.smithi083.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-04T19:36:34.852 INFO:teuthology.orchestra.run.smithi190.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T19:36:34.852 INFO:teuthology.orchestra.run.smithi190.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T19:36:34.869 INFO:teuthology.orchestra.run.smithi190.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T19:36:34.938 INFO:teuthology.orchestra.run.smithi190.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T19:36:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T19:36:34.975 INFO:teuthology.orchestra.run.smithi190.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T19:36:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T19:36:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T19:36:35.082 INFO:teuthology.orchestra.run.smithi190.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T19:36:35.083 INFO:teuthology.orchestra.run.smithi083.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T19:36:35.083 INFO:teuthology.orchestra.run.smithi083.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T19:36:35.086 INFO:teuthology.orchestra.run.smithi083.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T19:36:35.177 INFO:teuthology.orchestra.run.smithi003.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T19:36:35.180 INFO:teuthology.orchestra.run.smithi003.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T19:36:35.301 INFO:teuthology.orchestra.run.smithi003.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T19:36:35.303 INFO:teuthology.orchestra.run.smithi083.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T19:36:35.495 INFO:teuthology.orchestra.run.smithi190.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T19:36:35.495 INFO:teuthology.orchestra.run.smithi190.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T19:36:35.737 INFO:teuthology.orchestra.run.smithi083.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T19:36:35.742 INFO:teuthology.orchestra.run.smithi083.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T19:36:36.032 INFO:teuthology.orchestra.run.smithi083.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T19:36:36.032 INFO:teuthology.orchestra.run.smithi083.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T19:36:36.034 INFO:teuthology.orchestra.run.smithi083.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T19:36:36.036 INFO:teuthology.orchestra.run.smithi083.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T19:36:36.037 INFO:teuthology.orchestra.run.smithi083.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T19:36:36.040 INFO:teuthology.orchestra.run.smithi083.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-04T19:36:36.041 INFO:teuthology.orchestra.run.smithi083.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T19:36:36.043 INFO:teuthology.orchestra.run.smithi083.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T19:36:36.224 INFO:teuthology.orchestra.run.smithi083.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T19:36:36.639 INFO:teuthology.orchestra.run.smithi083.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T19:36:36.684 INFO:teuthology.orchestra.run.smithi083.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T19:36:36.720 INFO:teuthology.orchestra.run.smithi083.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T19:36:36.816 INFO:teuthology.orchestra.run.smithi083.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T19:36:36.856 INFO:teuthology.orchestra.run.smithi083.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T19:36:36.868 INFO:teuthology.orchestra.run.smithi083.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T19:36:36.873 INFO:teuthology.orchestra.run.smithi083.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T19:36:36.920 INFO:teuthology.orchestra.run.smithi083.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T19:36:36.924 INFO:teuthology.orchestra.run.smithi083.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T19:36:36.945 INFO:teuthology.orchestra.run.smithi083.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T19:36:37.109 INFO:teuthology.orchestra.run.smithi083.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T19:36:37.373 INFO:teuthology.orchestra.run.smithi083.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T19:36:37.392 INFO:teuthology.orchestra.run.smithi083.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T19:36:37.543 INFO:teuthology.orchestra.run.smithi083.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T19:36:37.572 INFO:teuthology.orchestra.run.smithi083.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T19:36:37.728 INFO:teuthology.orchestra.run.smithi083.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T19:36:37.731 INFO:teuthology.orchestra.run.smithi083.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T19:36:37.733 INFO:teuthology.orchestra.run.smithi083.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T19:36:37.756 INFO:teuthology.orchestra.run.smithi083.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T19:36:37.760 INFO:teuthology.orchestra.run.smithi083.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T19:36:38.259 INFO:teuthology.orchestra.run.smithi190.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:38.261 INFO:teuthology.orchestra.run.smithi190.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T19:36:38.263 INFO:teuthology.orchestra.run.smithi190.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T19:36:38.361 INFO:teuthology.orchestra.run.smithi083.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T19:36:38.778 INFO:teuthology.orchestra.run.smithi190.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T19:36:38.857 INFO:teuthology.orchestra.run.smithi083.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T19:36:38.871 INFO:teuthology.orchestra.run.smithi083.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:38.875 INFO:teuthology.orchestra.run.smithi083.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T19:36:38.954 INFO:teuthology.orchestra.run.smithi083.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T19:36:39.274 INFO:teuthology.orchestra.run.smithi083.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T19:36:39.347 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 181 MB in 8s (22.3 MB/s) 2024-05-04T19:36:39.507 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T19:36:39.608 INFO:teuthology.orchestra.run.smithi190.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T19:36:39.613 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T19:36:39.697 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:36:39.986 INFO:teuthology.orchestra.run.smithi003.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T19:36:40.034 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T19:36:40.060 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T19:36:40.100 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:36:40.445 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T19:36:40.454 INFO:teuthology.orchestra.run.smithi003.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T19:36:40.472 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T19:36:40.484 INFO:teuthology.orchestra.run.smithi003.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:40.490 INFO:teuthology.orchestra.run.smithi003.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T19:36:40.512 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:36:40.526 INFO:teuthology.orchestra.run.smithi083.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T19:36:40.527 INFO:teuthology.orchestra.run.smithi083.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T19:36:40.547 INFO:teuthology.orchestra.run.smithi083.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T19:36:40.643 INFO:teuthology.orchestra.run.smithi003.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T19:36:40.657 INFO:teuthology.orchestra.run.smithi083.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T19:36:40.698 INFO:teuthology.orchestra.run.smithi083.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T19:36:40.710 INFO:teuthology.orchestra.run.smithi083.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T19:36:40.817 INFO:teuthology.orchestra.run.smithi083.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T19:36:40.865 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T19:36:40.892 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:40.932 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:41.252 INFO:teuthology.orchestra.run.smithi083.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T19:36:41.252 INFO:teuthology.orchestra.run.smithi083.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T19:36:41.275 INFO:teuthology.orchestra.run.smithi003.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T19:36:41.326 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T19:36:41.353 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:41.401 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:41.696 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T19:36:41.722 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:41.754 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:42.090 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T19:36:42.116 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T19:36:42.157 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:36:42.493 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librados2. 2024-05-04T19:36:42.520 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:42.743 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:43.196 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librbd1. 2024-05-04T19:36:43.222 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:43.262 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:43.644 INFO:teuthology.orchestra.run.smithi003.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T19:36:43.644 INFO:teuthology.orchestra.run.smithi003.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T19:36:43.665 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T19:36:43.670 INFO:teuthology.orchestra.run.smithi003.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T19:36:43.691 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:43.723 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:43.877 INFO:teuthology.orchestra.run.smithi003.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T19:36:43.947 INFO:teuthology.orchestra.run.smithi003.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T19:36:43.952 INFO:teuthology.orchestra.run.smithi003.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T19:36:43.992 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rados. 2024-05-04T19:36:44.007 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:44.021 INFO:teuthology.orchestra.run.smithi083.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:44.023 INFO:teuthology.orchestra.run.smithi083.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T19:36:44.024 INFO:teuthology.orchestra.run.smithi083.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T19:36:44.050 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:44.151 INFO:teuthology.orchestra.run.smithi003.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T19:36:44.387 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T19:36:44.413 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:44.453 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:44.651 INFO:teuthology.orchestra.run.smithi083.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T19:36:44.705 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T19:36:44.721 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:44.764 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:44.870 INFO:teuthology.orchestra.run.smithi003.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T19:36:44.870 INFO:teuthology.orchestra.run.smithi003.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T19:36:45.017 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T19:36:45.043 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:45.075 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:45.213 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 181 MB in 14s (13.2 MB/s) 2024-05-04T19:36:45.361 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T19:36:45.377 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T19:36:45.387 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T19:36:45.428 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:36:45.477 INFO:teuthology.orchestra.run.smithi083.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T19:36:45.483 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T19:36:45.588 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:36:45.739 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T19:36:45.765 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T19:36:45.805 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T19:36:45.887 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T19:36:45.913 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T19:36:45.946 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:36:46.066 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T19:36:46.081 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:46.124 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:46.290 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T19:36:46.317 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T19:36:46.357 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:36:46.444 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T19:36:46.470 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T19:36:46.502 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:36:46.772 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T19:36:46.786 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T19:36:46.794 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T19:36:46.820 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:46.829 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:36:46.868 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:47.124 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T19:36:47.149 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T19:36:47.190 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:36:47.214 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T19:36:47.240 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:47.280 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:47.519 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua5.1. 2024-05-04T19:36:47.545 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T19:36:47.585 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:36:47.609 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T19:36:47.635 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:47.675 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:47.871 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-any. 2024-05-04T19:36:47.887 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T19:36:47.922 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T19:36:48.011 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T19:36:48.038 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T19:36:48.067 INFO:teuthology.orchestra.run.smithi003.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T19:36:48.069 INFO:teuthology.orchestra.run.smithi003.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T19:36:48.070 INFO:teuthology.orchestra.run.smithi003.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T19:36:48.078 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:36:48.157 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package zip. 2024-05-04T19:36:48.183 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T19:36:48.224 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T19:36:48.364 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librados2. 2024-05-04T19:36:48.391 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:48.521 INFO:teuthology.orchestra.run.smithi003.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T19:36:48.544 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package unzip. 2024-05-04T19:36:48.570 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T19:36:48.610 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:36:48.639 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:48.989 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package luarocks. 2024-05-04T19:36:49.015 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T19:36:49.055 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:36:49.171 INFO:teuthology.orchestra.run.smithi003.stdout:Fetched 181 MB in 18s (10.2 MB/s) 2024-05-04T19:36:49.192 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librbd1. 2024-05-04T19:36:49.218 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:49.259 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:49.342 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T19:36:49.421 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librgw2. 2024-05-04T19:36:49.446 INFO:teuthology.orchestra.run.smithi003.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T19:36:49.448 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:49.452 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T19:36:49.488 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:49.557 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:36:49.703 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T19:36:49.718 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:49.761 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:49.877 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T19:36:49.904 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T19:36:49.935 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:36:50.015 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T19:36:50.030 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:50.047 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rados. 2024-05-04T19:36:50.062 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:50.065 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:50.097 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:50.247 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T19:36:50.273 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T19:36:50.313 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:36:50.368 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T19:36:50.392 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T19:36:50.394 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T19:36:50.418 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:50.434 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:36:50.458 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:50.711 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T19:36:50.737 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:50.750 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T19:36:50.754 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T19:36:50.777 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:50.778 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:50.780 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:50.821 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:50.825 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:51.105 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T19:36:51.131 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:51.172 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:51.186 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T19:36:51.199 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-common. 2024-05-04T19:36:51.213 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:51.225 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:51.245 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:51.265 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:51.483 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T19:36:51.509 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T19:36:51.550 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:36:51.689 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T19:36:51.716 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T19:36:51.756 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:36:51.853 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T19:36:51.879 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T19:36:51.919 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T19:36:52.101 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T19:36:52.128 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T19:36:52.146 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T19:36:52.162 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:52.167 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:36:52.205 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:52.462 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librados2. 2024-05-04T19:36:52.489 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:52.528 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:52.552 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T19:36:52.578 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T19:36:52.618 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:36:52.620 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-base. 2024-05-04T19:36:52.647 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:52.696 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:52.904 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T19:36:52.919 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T19:36:52.939 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librbd1. 2024-05-04T19:36:52.954 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:36:52.966 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:53.006 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:53.241 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T19:36:53.267 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T19:36:53.307 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:36:53.442 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T19:36:53.469 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:53.509 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:53.516 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T19:36:53.542 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T19:36:53.582 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:36:53.653 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua5.1. 2024-05-04T19:36:53.679 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T19:36:53.719 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:36:53.778 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rados. 2024-05-04T19:36:53.794 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:53.836 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:53.852 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T19:36:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T19:36:53.927 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:36:54.172 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-any. 2024-05-04T19:36:54.198 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T19:36:54.238 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T19:36:54.239 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T19:36:54.265 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T19:36:54.288 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T19:36:54.305 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:36:54.314 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:54.364 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:54.450 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package zip. 2024-05-04T19:36:54.476 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T19:36:54.516 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T19:36:54.591 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T19:36:54.607 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T19:36:54.607 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:54.634 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T19:36:54.650 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:54.674 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:36:54.837 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package unzip. 2024-05-04T19:36:54.863 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T19:36:54.903 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:36:54.961 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T19:36:54.968 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T19:36:54.988 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:36:54.995 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T19:36:55.026 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:36:55.027 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:55.307 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package luarocks. 2024-05-04T19:36:55.312 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T19:36:55.330 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T19:36:55.333 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T19:36:55.339 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T19:36:55.357 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T19:36:55.373 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:36:55.379 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T19:36:55.397 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:36:55.690 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librgw2. 2024-05-04T19:36:55.691 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-portend. 2024-05-04T19:36:55.716 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:55.717 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T19:36:55.733 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T19:36:55.757 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:55.757 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T19:36:55.760 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T19:36:55.800 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T19:36:56.052 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T19:36:56.059 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T19:36:56.079 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:56.086 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T19:36:56.119 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:56.126 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T19:36:56.351 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T19:36:56.377 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:56.379 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T19:36:56.394 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T19:36:56.417 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:56.422 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T19:36:56.429 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:36:56.448 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T19:36:56.488 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:36:56.741 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T19:36:56.762 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T19:36:56.766 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T19:36:56.767 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T19:36:56.788 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T19:36:56.793 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T19:36:56.807 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T19:36:56.829 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:36:56.832 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:36:57.099 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T19:36:57.102 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T19:36:57.114 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:57.128 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T19:36:57.135 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T19:36:57.149 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:57.162 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T19:36:57.168 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T19:36:57.202 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:36:57.388 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T19:36:57.403 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T19:36:57.446 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:36:57.497 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua5.1. 2024-05-04T19:36:57.512 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T19:36:57.546 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:36:57.560 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-common. 2024-05-04T19:36:57.587 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:57.627 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:57.749 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-mako. 2024-05-04T19:36:57.775 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T19:36:57.815 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:36:57.866 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-any. 2024-05-04T19:36:57.893 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T19:36:57.933 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T19:36:58.135 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T19:36:58.161 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T19:36:58.185 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package zip. 2024-05-04T19:36:58.201 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:36:58.212 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T19:36:58.252 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T19:36:58.530 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T19:36:58.556 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T19:36:58.564 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package unzip. 2024-05-04T19:36:58.590 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T19:36:58.596 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:36:58.630 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:36:58.857 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webob. 2024-05-04T19:36:58.883 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T19:36:58.932 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:36:59.017 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package luarocks. 2024-05-04T19:36:59.044 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T19:36:59.084 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:36:59.157 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-base. 2024-05-04T19:36:59.184 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:59.209 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T19:36:59.225 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T19:36:59.233 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:59.271 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:36:59.458 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package librgw2. 2024-05-04T19:36:59.485 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:36:59.521 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T19:36:59.524 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:36:59.547 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T19:36:59.587 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:36:59.770 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T19:36:59.796 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T19:36:59.837 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:36:59.890 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-paste. 2024-05-04T19:36:59.917 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T19:36:59.957 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:00.060 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T19:37:00.084 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:00.118 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:00.131 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T19:37:00.158 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T19:37:00.198 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:37:00.260 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T19:37:00.286 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T19:37:00.326 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:00.388 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T19:37:00.415 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T19:37:00.446 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:37:00.526 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T19:37:00.553 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T19:37:00.593 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:37:00.629 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T19:37:00.653 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T19:37:00.696 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:37:00.758 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T19:37:00.784 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:00.824 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:00.829 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T19:37:00.855 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T19:37:00.887 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:37:00.999 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T19:37:01.025 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T19:37:01.065 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T19:37:01.197 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T19:37:01.223 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T19:37:01.252 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-common. 2024-05-04T19:37:01.265 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:37:01.279 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:01.318 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:01.384 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T19:37:01.411 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T19:37:01.451 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:37:01.577 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T19:37:01.603 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T19:37:01.643 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T19:37:01.781 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T19:37:01.797 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T19:37:01.839 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:01.904 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-portend. 2024-05-04T19:37:01.930 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T19:37:01.963 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T19:37:02.091 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-idna. 2024-05-04T19:37:02.107 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T19:37:02.141 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T19:37:02.232 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T19:37:02.258 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T19:37:02.299 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T19:37:02.444 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T19:37:02.470 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T19:37:02.519 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:37:02.610 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T19:37:02.636 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T19:37:02.677 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:37:02.791 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-base. 2024-05-04T19:37:02.818 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:02.839 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests. 2024-05-04T19:37:02.865 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T19:37:02.867 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:02.905 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:37:03.200 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T19:37:03.227 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T19:37:03.266 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:03.678 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T19:37:03.704 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:03.746 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:03.781 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T19:37:03.808 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T19:37:03.847 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T19:37:04.137 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T19:37:04.159 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T19:37:04.164 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T19:37:04.185 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T19:37:04.195 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:37:04.225 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T19:37:04.481 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T19:37:04.508 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T19:37:04.547 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:37:04.704 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T19:37:04.730 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T19:37:04.770 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:37:04.852 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T19:37:04.878 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:04.918 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:05.073 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-mako. 2024-05-04T19:37:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T19:37:05.134 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T19:37:05.140 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:37:05.161 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T19:37:05.200 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:37:05.229 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T19:37:05.255 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T19:37:05.295 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:05.470 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T19:37:05.485 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T19:37:05.497 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T19:37:05.511 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T19:37:05.528 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:37:05.552 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:37:05.607 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T19:37:05.633 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T19:37:05.673 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T19:37:05.813 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T19:37:05.831 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T19:37:05.839 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T19:37:05.858 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T19:37:05.879 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:37:05.897 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:37:05.959 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T19:37:05.986 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:06.017 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:06.166 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webob. 2024-05-04T19:37:06.192 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T19:37:06.200 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T19:37:06.227 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T19:37:06.232 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:37:06.267 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T19:37:06.404 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T19:37:06.430 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:06.470 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:06.570 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-portend. 2024-05-04T19:37:06.586 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T19:37:06.597 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T19:37:06.612 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T19:37:06.636 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T19:37:06.655 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:37:06.939 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T19:37:06.966 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T19:37:06.972 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T19:37:06.998 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T19:37:07.006 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T19:37:07.038 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:37:07.107 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T19:37:07.134 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:07.174 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:07.292 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T19:37:07.319 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T19:37:07.349 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-paste. 2024-05-04T19:37:07.358 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:37:07.376 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T19:37:07.408 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:07.704 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T19:37:07.731 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T19:37:07.745 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T19:37:07.770 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T19:37:07.771 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T19:37:07.811 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:08.081 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T19:37:08.096 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T19:37:08.098 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T19:37:08.126 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T19:37:08.130 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:37:08.165 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T19:37:08.277 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph. 2024-05-04T19:37:08.303 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:08.343 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:08.426 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T19:37:08.434 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T19:37:08.453 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T19:37:08.460 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T19:37:08.484 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:37:08.500 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T19:37:08.646 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T19:37:08.673 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:08.704 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:08.762 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-mako. 2024-05-04T19:37:08.789 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T19:37:08.812 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T19:37:08.820 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:37:08.838 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T19:37:08.878 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:37:09.066 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T19:37:09.093 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:09.140 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T19:37:09.148 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:09.167 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T19:37:09.207 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:37:09.242 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T19:37:09.268 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T19:37:09.308 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:09.527 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T19:37:09.535 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package cephadm. 2024-05-04T19:37:09.553 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T19:37:09.562 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:09.593 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:37:09.601 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:09.637 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-idna. 2024-05-04T19:37:09.663 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T19:37:09.703 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T19:37:09.896 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-webob. 2024-05-04T19:37:09.923 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T19:37:09.929 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T19:37:09.956 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T19:37:09.962 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:37:09.989 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T19:37:09.995 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:10.016 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T19:37:10.056 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:37:10.299 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T19:37:10.306 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T19:37:10.322 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:10.326 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T19:37:10.351 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests. 2024-05-04T19:37:10.364 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:10.368 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:37:10.377 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T19:37:10.417 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:37:10.635 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T19:37:10.662 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T19:37:10.693 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:37:10.771 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T19:37:10.797 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T19:37:10.837 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:10.996 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-paste. 2024-05-04T19:37:11.023 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T19:37:11.071 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:11.124 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T19:37:11.139 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:11.182 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:11.366 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T19:37:11.381 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T19:37:11.394 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-babel. 2024-05-04T19:37:11.415 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:11.421 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:11.461 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:11.546 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T19:37:11.572 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:11.612 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:11.727 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T19:37:11.754 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T19:37:11.780 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T19:37:11.793 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:37:11.807 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T19:37:11.847 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:37:11.898 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T19:37:11.925 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T19:37:11.965 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:12.055 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T19:37:12.071 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T19:37:12.113 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T19:37:12.192 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T19:37:12.219 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:12.258 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:12.268 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T19:37:12.294 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T19:37:12.334 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T19:37:12.415 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T19:37:12.440 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T19:37:12.482 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:37:12.595 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T19:37:12.621 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T19:37:12.661 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:12.662 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T19:37:12.689 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:12.729 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T19:37:12.820 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T19:37:12.853 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:12.955 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-routes. 2024-05-04T19:37:12.982 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T19:37:13.022 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:13.141 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T19:37:13.165 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-idna. 2024-05-04T19:37:13.167 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:13.192 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T19:37:13.207 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:13.231 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T19:37:13.359 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T19:37:13.385 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:13.425 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:13.551 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T19:37:13.578 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T19:37:13.617 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:37:13.828 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T19:37:13.854 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:13.894 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:13.946 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-requests. 2024-05-04T19:37:13.973 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T19:37:14.012 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:37:14.348 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T19:37:14.375 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T19:37:14.414 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:14.718 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T19:37:14.734 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:14.768 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:14.788 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T19:37:14.803 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T19:37:14.846 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:15.139 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph. 2024-05-04T19:37:15.147 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T19:37:15.166 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:15.175 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:15.206 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:15.214 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:15.316 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T19:37:15.343 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T19:37:15.383 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:15.467 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T19:37:15.493 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:15.533 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:15.534 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T19:37:15.561 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T19:37:15.600 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:15.736 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T19:37:15.763 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T19:37:15.802 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:15.870 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T19:37:15.897 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T19:37:15.920 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T19:37:15.928 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T19:37:15.947 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:15.987 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:16.105 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T19:37:16.132 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T19:37:16.172 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:16.272 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T19:37:16.299 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:16.339 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:16.381 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package cephadm. 2024-05-04T19:37:16.397 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:16.431 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:16.726 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T19:37:16.726 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T19:37:16.741 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T19:37:16.752 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:16.776 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:16.792 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:16.863 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T19:37:16.890 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:17.015 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:17.087 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T19:37:17.113 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:17.153 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:17.479 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T19:37:17.506 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:17.537 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:17.985 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T19:37:18.013 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T19:37:18.052 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:18.209 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-babel. 2024-05-04T19:37:18.236 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:18.275 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:18.354 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T19:37:18.381 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T19:37:18.421 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:37:18.603 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T19:37:18.623 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph. 2024-05-04T19:37:18.630 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T19:37:18.639 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:18.670 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:37:18.681 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:18.741 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T19:37:18.768 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T19:37:18.799 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:37:19.006 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T19:37:19.026 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T19:37:19.033 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:19.053 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:19.073 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:19.085 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T19:37:19.092 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:19.101 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T19:37:19.135 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T19:37:19.427 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T19:37:19.453 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T19:37:19.479 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T19:37:19.489 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T19:37:19.493 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:19.506 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:19.516 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T19:37:19.546 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:19.555 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T19:37:19.804 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-routes. 2024-05-04T19:37:19.831 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T19:37:19.871 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:19.878 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T19:37:19.902 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T19:37:19.907 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package cephadm. 2024-05-04T19:37:19.923 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:19.941 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:37:19.965 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:20.253 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T19:37:20.280 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T19:37:20.310 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T19:37:20.319 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T19:37:20.337 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T19:37:20.376 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:20.391 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T19:37:20.418 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:20.457 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:20.631 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T19:37:20.658 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T19:37:20.670 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T19:37:20.687 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:20.697 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:37:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:21.361 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T19:37:21.389 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:21.427 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:21.696 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T19:37:21.712 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T19:37:21.717 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-babel. 2024-05-04T19:37:21.722 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T19:37:21.744 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T19:37:21.749 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T19:37:21.754 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:21.783 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:21.788 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:37:22.078 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T19:37:22.105 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T19:37:22.116 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T19:37:22.144 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:22.144 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:37:22.183 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:37:22.250 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T19:37:22.277 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T19:37:22.316 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:22.444 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package jq. 2024-05-04T19:37:22.459 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:22.502 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T19:37:22.506 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T19:37:22.533 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:22.572 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:22.687 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T19:37:22.714 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T19:37:22.753 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:22.754 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package socat. 2024-05-04T19:37:22.781 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T19:37:22.822 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:22.901 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T19:37:22.928 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T19:37:22.967 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:23.056 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T19:37:23.083 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T19:37:23.108 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T19:37:23.122 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:23.123 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T19:37:23.157 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:37:23.220 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-routes. 2024-05-04T19:37:23.247 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T19:37:23.278 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:23.503 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-test. 2024-05-04T19:37:23.530 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:23.569 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:23.589 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T19:37:23.605 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:23.639 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:23.856 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T19:37:23.884 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:24.008 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:25.069 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T19:37:25.086 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T19:37:25.104 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T19:37:25.127 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:25.131 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T19:37:25.170 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:25.473 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T19:37:25.500 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T19:37:25.540 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:37:25.851 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T19:37:25.867 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T19:37:25.872 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T19:37:25.899 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T19:37:25.900 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T19:37:25.901 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:37:25.926 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:25.939 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:25.965 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:26.180 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T19:37:26.195 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T19:37:26.229 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T19:37:26.244 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T19:37:26.260 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:26.294 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:26.301 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T19:37:26.329 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T19:37:26.383 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:26.517 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T19:37:26.544 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T19:37:26.583 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T19:37:26.605 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T19:37:26.632 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T19:37:26.671 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:26.687 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T19:37:26.714 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T19:37:26.753 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:26.903 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T19:37:26.930 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T19:37:26.978 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:37:26.993 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T19:37:27.021 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T19:37:27.059 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:37:27.290 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T19:37:27.317 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T19:37:27.356 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T19:37:27.413 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T19:37:27.440 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T19:37:27.463 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T19:37:27.479 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:27.492 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:27.624 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:27.660 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T19:37:27.687 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T19:37:27.718 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:37:27.876 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package pkg-config. 2024-05-04T19:37:27.904 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T19:37:27.942 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:28.203 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T19:37:28.231 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T19:37:28.270 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:28.374 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T19:37:28.390 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:28.432 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:28.569 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T19:37:28.597 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T19:37:28.627 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:28.698 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T19:37:28.726 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T19:37:28.764 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:28.768 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T19:37:28.795 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T19:37:28.834 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:37:28.913 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T19:37:28.941 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T19:37:28.980 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:37:29.067 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T19:37:29.095 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T19:37:29.188 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T19:37:29.215 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:29.263 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:37:29.317 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T19:37:29.344 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T19:37:29.358 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T19:37:29.383 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:37:29.482 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package jq. 2024-05-04T19:37:29.498 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:29.540 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T19:37:29.679 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T19:37:29.707 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T19:37:29.736 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T19:37:29.745 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:37:29.764 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T19:37:29.784 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package socat. 2024-05-04T19:37:29.800 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T19:37:29.802 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T19:37:29.843 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:30.023 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T19:37:30.039 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T19:37:30.073 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:30.106 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T19:37:30.134 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T19:37:30.165 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T19:37:30.172 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T19:37:30.193 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T19:37:30.231 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:37:30.401 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-py. 2024-05-04T19:37:30.428 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T19:37:30.459 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T19:37:30.467 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T19:37:30.487 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T19:37:30.517 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:37:30.594 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-test. 2024-05-04T19:37:30.610 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:30.778 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T19:37:30.804 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T19:37:30.806 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T19:37:30.831 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T19:37:30.845 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T19:37:30.861 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:30.870 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:31.173 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T19:37:31.201 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T19:37:31.240 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:37:31.307 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T19:37:31.335 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T19:37:31.374 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:31.710 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-toml. 2024-05-04T19:37:31.737 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T19:37:31.776 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T19:37:31.887 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T19:37:31.903 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:31.945 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:32.079 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T19:37:32.106 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T19:37:32.145 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:37:32.281 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T19:37:32.309 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T19:37:32.348 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:37:32.482 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T19:37:32.509 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T19:37:32.548 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:32.676 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T19:37:32.704 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:32.742 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:37:32.818 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T19:37:32.845 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T19:37:32.884 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:32.995 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package jq. 2024-05-04T19:37:33.023 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T19:37:33.061 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T19:37:33.174 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T19:37:33.202 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:33.240 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:33.314 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package socat. 2024-05-04T19:37:33.330 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T19:37:33.372 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:33.552 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T19:37:33.568 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:33.611 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:33.621 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package radosgw. 2024-05-04T19:37:33.649 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:33.675 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T19:37:33.687 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:33.692 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T19:37:33.733 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:37:33.939 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T19:37:33.967 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T19:37:34.005 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:34.071 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-test. 2024-05-04T19:37:34.099 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:34.137 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:34.293 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T19:37:34.321 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T19:37:34.351 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:37:34.508 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T19:37:34.535 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:34.573 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:34.689 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T19:37:34.716 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T19:37:34.747 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:34.869 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:35.112 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:37:35.119 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package pkg-config. 2024-05-04T19:37:35.132 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T19:37:35.169 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:35.238 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:35.422 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T19:37:35.450 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T19:37:35.497 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:35.501 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T19:37:35.802 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T19:37:35.942 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T19:37:35.970 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T19:37:36.017 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:36.213 INFO:teuthology.orchestra.run.smithi190.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T19:37:36.281 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:36.320 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T19:37:36.347 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T19:37:36.386 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T19:37:36.533 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T19:37:36.561 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T19:37:36.600 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:36.715 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T19:37:36.743 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T19:37:36.764 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user cephadm....done 2024-05-04T19:37:36.781 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:37:36.904 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:37:36.904 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T19:37:36.932 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:36.970 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:37.093 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T19:37:37.121 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T19:37:37.159 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:37.171 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:37:37.265 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T19:37:37.293 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T19:37:37.323 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:37.431 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:37.479 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-py. 2024-05-04T19:37:37.507 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T19:37:37.545 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T19:37:37.557 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:37:37.628 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T19:37:37.655 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T19:37:37.694 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:37:37.816 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:37.866 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T19:37:37.894 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T19:37:37.932 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T19:37:38.068 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:37:38.092 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T19:37:38.131 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:38.194 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T19:37:38.361 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T19:37:38.377 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T19:37:38.419 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:38.504 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:38.570 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package pkg-config. 2024-05-04T19:37:38.598 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T19:37:38.636 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:38.706 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-toml. 2024-05-04T19:37:38.734 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T19:37:38.772 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T19:37:38.856 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:38.922 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T19:37:38.939 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T19:37:38.980 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:39.075 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T19:37:39.103 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T19:37:39.107 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T19:37:39.142 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:37:39.375 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:37:39.429 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T19:37:39.434 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T19:37:39.457 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T19:37:39.461 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T19:37:39.495 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:39.500 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:39.626 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:39.748 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T19:37:39.753 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T19:37:39.764 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T19:37:39.769 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T19:37:39.802 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T19:37:39.814 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:39.886 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:40.114 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T19:37:40.142 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T19:37:40.153 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:40.180 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:37:40.396 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:40.492 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T19:37:40.520 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T19:37:40.535 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package radosgw. 2024-05-04T19:37:40.558 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:40.563 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:40.601 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:40.738 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:40.864 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:40.878 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-py. 2024-05-04T19:37:40.906 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T19:37:40.945 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T19:37:40.990 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:37:41.116 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:37:41.290 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T19:37:41.318 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T19:37:41.356 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:41.376 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:37:41.430 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T19:37:41.446 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:41.488 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:41.750 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T19:37:41.782 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T19:37:41.809 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:41.837 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:37:41.852 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T19:37:41.880 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T19:37:41.918 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:41.938 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:42.068 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:37:42.194 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:42.238 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-toml. 2024-05-04T19:37:42.266 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T19:37:42.304 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T19:37:42.314 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:42.440 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T19:37:42.455 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T19:37:42.557 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T19:37:42.574 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T19:37:42.606 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:37:42.700 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:42.773 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T19:37:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T19:37:42.959 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:42.963 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T19:37:43.001 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:43.202 INFO:teuthology.orchestra.run.smithi083.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T19:37:43.252 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T19:37:43.279 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T19:37:43.308 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T19:37:43.313 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:43.346 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:43.369 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:43.872 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user cephadm....done 2024-05-04T19:37:43.975 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package radosgw. 2024-05-04T19:37:44.003 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:44.032 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:44.054 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:37:44.062 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:37:44.331 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:44.565 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:44.606 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:37:44.849 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:44.877 INFO:teuthology.orchestra.run.smithi003.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T19:37:44.895 INFO:teuthology.orchestra.run.smithi003.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T19:37:44.899 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:37:44.935 INFO:teuthology.orchestra.run.smithi003.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:44.975 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:37:45.200 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:45.235 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:45.249 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T19:37:45.511 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:37:45.549 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T19:37:45.576 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:45.637 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T19:37:45.675 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T19:37:45.828 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:45.939 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:45.947 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T19:37:46.195 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:37:46.307 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T19:37:46.489 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:46.599 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:46.731 INFO:teuthology.orchestra.run.smithi003.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T19:37:46.793 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:46.831 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:37:46.859 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T19:37:47.083 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:47.135 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:37:47.183 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:47.343 INFO:teuthology.orchestra.run.smithi003.stdout:Adding system user cephadm....done 2024-05-04T19:37:47.395 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:47.468 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T19:37:47.474 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T19:37:47.654 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:47.734 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T19:37:47.786 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:47.905 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:47.985 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T19:37:48.111 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T19:37:48.149 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:48.391 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:48.404 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T19:37:48.517 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:48.643 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:37:48.663 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T19:37:48.769 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:37:48.789 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T19:37:48.908 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:49.037 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:37:49.083 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T19:37:49.159 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:49.294 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T19:37:49.435 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T19:37:49.454 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T19:37:49.477 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T19:37:49.532 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:37:49.536 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:37:49.633 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:49.662 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:37:49.711 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T19:37:49.789 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:37:49.984 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:49.987 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T19:37:50.089 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:37:50.152 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T19:37:50.222 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T19:37:50.326 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T19:37:50.420 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:50.473 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T19:37:50.577 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:50.687 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:50.703 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:37:50.733 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T19:37:50.964 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T19:37:51.000 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:51.021 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:37:51.082 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:51.280 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T19:37:51.351 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T19:37:51.478 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T19:37:51.548 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T19:37:51.603 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T19:37:51.729 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T19:37:51.807 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:37:51.834 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:37:52.042 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T19:37:52.093 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T19:37:52.094 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:52.219 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:52.326 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:37:52.345 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:37:52.452 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T19:37:52.533 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T19:37:52.562 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T19:37:52.625 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T19:37:52.630 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:52.720 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:37:52.768 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T19:37:52.846 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:37:52.990 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:53.130 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:37:53.144 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:53.215 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:53.270 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T19:37:53.439 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:37:53.538 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T19:37:53.584 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:37:53.699 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:37:53.797 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T19:37:53.825 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:37:53.902 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:53.951 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:37:54.040 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T19:37:54.099 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T19:37:54.225 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T19:37:54.237 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:37:54.277 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:37:54.403 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:37:54.488 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:54.589 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:54.780 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:37:54.882 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T19:37:54.910 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T19:37:55.031 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T19:37:55.157 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T19:37:55.178 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T19:37:55.200 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:55.279 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T19:37:55.380 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T19:37:55.391 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:55.517 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:37:55.681 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T19:37:55.835 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:37:56.074 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T19:37:56.136 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:37:56.325 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T19:37:56.387 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T19:37:56.389 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:56.513 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T19:37:56.608 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:56.717 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T19:37:56.718 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T19:37:56.789 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T19:37:56.976 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:37:57.056 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:37:57.069 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T19:37:57.102 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:37:57.228 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:37:57.385 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:37:57.429 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T19:37:57.546 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:37:57.664 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T19:37:57.770 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T19:37:57.790 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:57.798 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T19:37:58.032 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:58.037 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:37:58.091 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T19:37:58.158 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:37:58.382 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:37:58.425 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T19:37:58.460 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:37:58.508 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:58.634 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:58.711 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T19:37:58.760 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:37:58.979 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T19:37:59.055 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:59.180 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:59.230 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:37:59.306 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T19:37:59.472 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T19:37:59.583 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:59.606 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T19:37:59.684 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:59.740 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:37:59.810 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:37:59.857 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:37:59.866 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T19:37:59.992 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T19:38:00.022 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:00.022 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:00.159 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:38:00.260 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T19:38:00.285 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:38:00.394 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T19:38:00.494 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:00.503 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T19:38:00.578 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:38:00.620 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:00.746 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:00.796 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T19:38:00.872 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:38:00.879 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:38:01.048 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T19:38:01.115 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:38:01.223 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:38:01.299 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:38:01.324 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:38:01.397 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T19:38:01.425 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T19:38:01.626 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:38:01.743 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T19:38:01.752 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:38:02.019 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T19:38:02.084 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:02.137 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:38:02.210 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:02.295 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T19:38:02.336 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:02.388 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T19:38:02.462 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:02.489 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T19:38:02.538 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T19:38:02.588 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:02.740 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:38:02.772 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T19:38:02.850 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:38:03.048 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T19:38:03.098 INFO:teuthology.orchestra.run.smithi190.stdout:Adding group ceph....done 2024-05-04T19:38:03.174 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T19:38:03.176 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:38:03.477 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:38:03.484 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T19:38:03.499 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user ceph....done 2024-05-04T19:38:03.610 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T19:38:03.659 INFO:teuthology.orchestra.run.smithi190.stdout:Setting system user ceph properties....done 2024-05-04T19:38:03.674 INFO:teuthology.orchestra.run.smithi190.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T19:38:03.753 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T19:38:03.815 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T19:38:03.879 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T19:38:03.911 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T19:38:04.143 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T19:38:04.180 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T19:38:04.212 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T19:38:04.447 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T19:38:04.456 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:38:04.548 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T19:38:04.605 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:04.673 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T19:38:04.732 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:04.762 INFO:teuthology.orchestra.run.smithi003.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T19:38:04.777 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:38:05.000 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T19:38:05.126 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T19:38:05.154 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T19:38:05.171 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:05.171 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:05.439 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:38:05.545 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T19:38:05.600 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:05.766 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:38:05.804 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T19:38:05.892 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:05.905 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T19:38:05.936 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T19:38:06.019 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:06.145 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:38:06.164 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T19:38:06.290 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T19:38:06.402 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:06.431 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:06.566 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:06.617 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:06.617 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:06.633 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T19:38:06.692 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T19:38:06.951 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T19:38:06.968 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.045 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.111 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.236 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T19:38:07.237 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.259 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:07.259 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:07.362 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T19:38:07.447 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:07.447 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:07.629 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T19:38:07.696 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.889 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T19:38:07.922 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:07.967 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:07.967 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:08.081 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:08.183 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:08.242 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T19:38:08.283 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:38:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:08.558 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:08.643 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T19:38:08.692 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:08.896 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:08.896 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:08.953 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T19:38:09.273 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T19:38:09.360 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.424 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.504 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.510 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.566 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.605 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.636 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T19:38:09.706 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.787 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.832 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:09.958 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.029 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.132 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T19:38:10.146 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.255 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T19:38:10.258 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T19:38:10.501 INFO:teuthology.orchestra.run.smithi083.stdout:Adding group ceph....done 2024-05-04T19:38:10.527 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T19:38:10.532 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.658 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.783 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:10.878 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user ceph....done 2024-05-04T19:38:11.004 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:11.004 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T19:38:11.038 INFO:teuthology.orchestra.run.smithi083.stdout:Setting system user ceph properties....done 2024-05-04T19:38:11.054 INFO:teuthology.orchestra.run.smithi083.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T19:38:11.186 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T19:38:11.491 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T19:38:11.493 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:11.628 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:11.653 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T19:38:11.745 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:11.846 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T19:38:11.976 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:12.127 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:12.281 INFO:teuthology.orchestra.run.smithi190.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T19:38:12.288 DEBUG:teuthology.parallel:result is None 2024-05-04T19:38:12.580 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:12.580 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:13.046 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:13.125 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:13.251 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:13.379 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:13.480 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:13.534 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T19:38:13.606 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:14.015 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:14.157 INFO:teuthology.orchestra.run.smithi003.stdout:Adding group ceph....done 2024-05-04T19:38:14.231 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:14.231 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:14.502 INFO:teuthology.orchestra.run.smithi003.stdout:Adding system user ceph....done 2024-05-04T19:38:14.669 INFO:teuthology.orchestra.run.smithi003.stdout:Setting system user ceph properties....done 2024-05-04T19:38:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T19:38:14.753 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:14.828 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T19:38:15.034 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:15.034 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:15.207 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T19:38:15.545 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:15.666 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:15.792 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:15.840 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:15.840 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:16.255 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:16.255 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T19:38:16.338 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:16.448 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:16.591 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:16.702 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:16.804 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:16.805 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:17.057 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T19:38:17.477 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:17.575 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:17.795 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:17.879 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:17.880 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T19:38:17.921 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:18.063 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:18.349 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:18.425 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T19:38:18.525 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T19:38:18.578 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:18.578 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T19:38:18.678 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T19:38:19.042 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:19.299 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:19.299 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T19:38:19.422 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T19:38:19.777 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:19.902 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:20.054 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:20.072 INFO:teuthology.orchestra.run.smithi083.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T19:38:20.077 DEBUG:teuthology.parallel:result is None 2024-05-04T19:38:20.275 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:20.275 INFO:teuthology.orchestra.run.smithi003.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T19:38:20.934 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:21.085 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:21.211 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:21.362 INFO:teuthology.orchestra.run.smithi003.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T19:38:21.824 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T19:38:21.924 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T19:38:22.068 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T19:38:22.793 INFO:teuthology.orchestra.run.smithi003.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T19:38:23.695 INFO:teuthology.orchestra.run.smithi003.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T19:38:23.700 DEBUG:teuthology.parallel:result is None 2024-05-04T19:38:23.701 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:23.853 DEBUG:teuthology.orchestra.run.smithi003:> dpkg-query -W -f '${Version}' ceph 2024-05-04T19:38:23.873 INFO:teuthology.orchestra.run.smithi003.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:23.873 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:23.874 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T19:38:23.875 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:24.093 DEBUG:teuthology.orchestra.run.smithi083:> dpkg-query -W -f '${Version}' ceph 2024-05-04T19:38:24.112 INFO:teuthology.orchestra.run.smithi083.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:24.112 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:24.112 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T19:38:24.114 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:24.252 DEBUG:teuthology.orchestra.run.smithi190:> dpkg-query -W -f '${Version}' ceph 2024-05-04T19:38:24.271 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:24.271 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T19:38:24.271 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T19:38:24.273 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-04T19:38:24.273 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:38:24.273 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T19:38:24.288 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:38:24.289 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T19:38:24.303 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:38:24.304 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T19:38:24.326 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-04T19:38:24.326 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:38:24.327 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T19:38:24.344 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T19:38:24.401 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:38:24.401 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T19:38:24.415 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T19:38:24.467 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:38:24.467 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T19:38:24.480 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T19:38:24.536 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-04T19:38:24.536 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:38:24.536 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T19:38:24.550 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T19:38:24.604 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:38:24.604 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T19:38:24.617 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T19:38:24.672 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:38:24.672 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T19:38:24.685 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T19:38:24.740 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-04T19:38:24.740 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:38:24.741 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T19:38:24.754 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T19:38:24.808 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:38:24.808 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T19:38:24.822 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T19:38:24.875 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:38:24.875 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T19:38:24.889 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T19:38:24.945 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-04T19:38:25.047 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-04T19:38:25.048 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:25.048 INFO:tasks.cephadm:Cluster fsid is df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:38:25.049 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-04T19:38:25.049 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.3', 'mon.b': '172.21.15.83', 'mon.c': '172.21.15.190'} 2024-05-04T19:38:25.049 INFO:tasks.cephadm:First mon is mon.a on smithi003 2024-05-04T19:38:25.049 INFO:tasks.cephadm:First mgr is a 2024-05-04T19:38:25.049 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-04T19:38:25.049 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2024-05-04T19:38:25.064 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2024-05-04T19:38:25.078 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-05-04T19:38:25.093 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-04T19:38:25.093 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:25.306 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', '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/79046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3463-g0963fa2b', 'node_name': '172.21.5.33+adami03', '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-3463-g0963fa2b-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-02 00:24:51.999362', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-05-01-1547', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-04T19:38:25.446 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-05-01-1547, sha1 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:38:25.449 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-04T19:38:25.449 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:25.939 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 19:38 /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:25.940 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:26.431 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 19:38 /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:26.431 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:27.047 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 19:38 /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:27.047 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:27.055 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:27.062 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T19:38:27.081 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 on all hosts... 2024-05-04T19:38:27.081 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T19:38:27.098 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T19:38:27.105 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T19:38:27.266 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T19:38:27.268 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T19:38:27.279 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T19:39:20.002 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-05-04T19:39:20.002 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T19:39:20.002 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T19:39:20.003 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2024-05-04T19:39:20.003 INFO:teuthology.orchestra.run.smithi003.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T19:39:20.003 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-05-04T19:39:20.003 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-05-04T19:39:48.193 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-05-04T19:39:48.194 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T19:39:59.913 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2024-05-04T19:39:59.914 INFO:teuthology.orchestra.run.smithi190.stdout:} 2024-05-04T19:39:59.957 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2024-05-04T19:39:59.972 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2024-05-04T19:39:59.987 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2024-05-04T19:40:00.001 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2024-05-04T19:40:00.033 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2024-05-04T19:40:00.046 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2024-05-04T19:40:00.059 INFO:tasks.cephadm:Writing seed config... 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-04T19:40:00.060 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-04T19:40:00.061 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-04T19:40:00.061 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-04T19:40:00.061 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:40:00.061 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-04T19:40:00.085 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 = df83b904-0a4d-11ef-bc97-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-04T19:40:00.085 DEBUG:teuthology.orchestra.run.smithi003:mon.a> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service 2024-05-04T19:40:00.130 DEBUG:teuthology.orchestra.run.smithi003:mgr.a> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a.service 2024-05-04T19:40:00.172 INFO:tasks.cephadm:Bootstrapping... 2024-05-04T19:40:00.173 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 -v bootstrap --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:40:00.394 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-05-04T19:40:00.394 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', '-v', 'bootstrap', '--fsid', 'df83b904-0a4d-11ef-bc97-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.3', '--skip-admin-label'] 2024-05-04T19:40:00.394 INFO:teuthology.orchestra.run.smithi003.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-04T19:40:00.395 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying podman|docker is present... 2024-05-04T19:40:00.395 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying lvm2 is present... 2024-05-04T19:40:00.395 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying time synchronization is in place... 2024-05-04T19:40:00.400 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-04T19:40:00.400 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-04T19:40:00.405 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-04T19:40:00.405 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.411 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-04T19:40:00.411 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-04T19:40:00.414 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-04T19:40:00.415 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.418 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-04T19:40:00.418 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout masked 2024-05-04T19:40:00.422 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-04T19:40:00.422 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.426 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-04T19:40:00.426 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-04T19:40:00.429 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-04T19:40:00.430 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.434 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-05-04T19:40:00.438 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-05-04T19:40:00.438 INFO:teuthology.orchestra.run.smithi003.stdout:Unit ntp.service is enabled and running 2024-05-04T19:40:00.438 INFO:teuthology.orchestra.run.smithi003.stdout:Repeating the final host check... 2024-05-04T19:40:00.438 INFO:teuthology.orchestra.run.smithi003.stdout:docker (/usr/bin/docker) is present 2024-05-04T19:40:00.438 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl is present 2024-05-04T19:40:00.439 INFO:teuthology.orchestra.run.smithi003.stdout:lvcreate is present 2024-05-04T19:40:00.442 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-04T19:40:00.442 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-04T19:40:00.446 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-04T19:40:00.446 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.450 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-04T19:40:00.450 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-04T19:40:00.454 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-04T19:40:00.454 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.457 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-04T19:40:00.457 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout masked 2024-05-04T19:40:00.461 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-04T19:40:00.461 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.465 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-04T19:40:00.465 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-04T19:40:00.469 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-04T19:40:00.469 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-05-04T19:40:00.473 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-05-04T19:40:00.477 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Unit ntp.service is enabled and running 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Host looks OK 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Cluster fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Acquiring lock 140644120340528 on /run/cephadm/df83b904-0a4d-11ef-bc97-c7b262605968.lock 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Lock 140644120340528 acquired on /run/cephadm/df83b904-0a4d-11ef-bc97-c7b262605968.lock 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 3300 ... 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 6789 ... 2024-05-04T19:40:00.478 INFO:teuthology.orchestra.run.smithi003.stdout:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-05-04T19:40:00.481 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-04T19:40:00.481 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-04T19:40:00.481 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 2024-05-04T19:40:00.484 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-04T19:40:00.484 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-04T19:40:00.484 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2024-05-04T19:40:00.486 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-04T19:40:00.487 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-05-04T19:40:00.487 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-05-04T19:40:00.487 INFO:teuthology.orchestra.run.smithi003.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-04T19:40:00.488 INFO:teuthology.orchestra.run.smithi003.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-04T19:40:00.489 INFO:teuthology.orchestra.run.smithi003.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T19:40:00.764 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16: Pulling from ceph-ci/ceph 2024-05-04T19:40:00.764 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout Digest: sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96 2024-05-04T19:40:00.764 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:40:00.764 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T19:40:02.176 INFO:teuthology.orchestra.run.smithi003.stdout:ceph: stdout ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-04T19:40:02.176 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph version: ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-04T19:40:02.176 INFO:teuthology.orchestra.run.smithi003.stdout:Extracting ceph user uid/gid from container image... 2024-05-04T19:40:03.415 INFO:teuthology.orchestra.run.smithi003.stdout:stat: stdout 167 167 2024-05-04T19:40:03.415 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial keys... 2024-05-04T19:40:04.602 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAUjzZmG7FCBhAA3/aed4QxWUCeVh5QcVYCDA== 2024-05-04T19:40:05.766 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAVjzZmrbhnDhAAvFtqq6s8VDYXoH3PlBxnwg== 2024-05-04T19:40:06.937 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAWjzZmoz5EGhAAI3S8QSde7dlnbjEyZECmqw== 2024-05-04T19:40:06.938 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial monmap... 2024-05-04T19:40:08.270 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-04T19:40:08.270 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:monmaptool for a [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:setting min_mon_release = quincy 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: set fsid to df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:40:08.271 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mon... 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.002+0000 7fb1b9418c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.002+0000 7fb1b9418c80 1 imported monmap: 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.002+0000 7fb1b9418c80 0 /usr/bin/ceph-mon: set fsid to df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.679 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Git sha 0 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: DB SUMMARY 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: DB Session ID: QS1JL64BS4PQYRLKUONK 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T19:40:09.680 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.create_if_missing: 1 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.env: 0x562264e61cc0 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.info_log: 0x562267471040 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.statistics: (nil) 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.use_fsync: 0 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T19:40:09.681 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.db_log_dir: 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.wal_dir: 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T19:40:09.682 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.write_buffer_manager: 0x562267440aa0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.unordered_write: 0 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T19:40:09.683 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.row_cache: None 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.wal_filter: None 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.wal_compression: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T19:40:09.684 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T19:40:09.685 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_open_files: -1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Compression algorithms supported: 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kZSTD supported: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T19:40:09.686 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.006+0000 7fb1b9418c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.merge_operator: 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_filter: None 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T19:40:09.687 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562267471200) 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5622674731f0 2024-05-04T19:40:09.688 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-04T19:40:09.689 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression: NoCompression 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T19:40:09.690 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.num_levels: 7 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:40:09.691 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T19:40:09.692 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T19:40:09.693 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T19:40:09.694 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.ttl: 2592000 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T19:40:09.695 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 51d25a6d-9e5b-491a-b96f-defbe51fe8e3 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.010+0000 7fb1b9418c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1b9418c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56226756c000 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1b9418c80 4 rocksdb: DB pointer 0x56226755c000 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1a9577700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1a9577700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:09.696 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.697 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5622674731f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-04T19:40:09.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T19:40:09.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1b9418c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-04T19:40:09.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1b9418c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-04T19:40:09.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T19:40:09.014+0000 7fb1b9418c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-04T19:40:09.699 INFO:teuthology.orchestra.run.smithi003.stdout:create mon.a on 2024-05-04T19:40:09.914 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-04T19:40:10.104 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-04T19:40:10.331 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target. 2024-05-04T19:40:10.331 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target. 2024-05-04T19:40:10.626 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a 2024-05-04T19:40:10.627 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-04T19:40:10.823 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target.wants/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service. 2024-05-04T19:40:10.832 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-05-04T19:40:10.832 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-05-04T19:40:10.832 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon to start... 2024-05-04T19:40:10.832 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon... 2024-05-04T19:40:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:12 smithi003 bash[21046]: cluster 2024-05-04T19:40:11.981945+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout cluster: 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout id: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout services: 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.242633s) 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout data: 2024-05-04T19:40:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pgs: 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:mon is available 2024-05-04T19:40:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:Assimilating anything we can from ceph.conf... 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009726+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009726+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009981+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009981+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009995+0000 mon.a (mon.0) 4 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.009995+0000 mon.a (mon.0) 4 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010008+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010008+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010025+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010025+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010038+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010038+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010049+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010049+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010062+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.010062+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.012641+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.012641+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.015188+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.015188+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.015878+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: cluster 2024-05-04T19:40:12.015878+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: audit 2024-05-04T19:40:12.252282+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/848314510' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-04T19:40:13.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:13 smithi003 bash[21046]: audit 2024-05-04T19:40:12.252282+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/848314510' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-04T19:40:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:14 smithi003 bash[21046]: audit 2024-05-04T19:40:13.760394+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.3:0/1792511609' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T19:40:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:14 smithi003 bash[21046]: audit 2024-05-04T19:40:13.760394+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.3:0/1792511609' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T19:40:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:14 smithi003 bash[21046]: audit 2024-05-04T19:40:13.764313+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.3:0/1792511609' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T19:40:14.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:14 smithi003 bash[21046]: audit 2024-05-04T19:40:13.764313+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.3:0/1792511609' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T19:40:14.270 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:14.270 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-05-04T19:40:14.270 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:14.271 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-04T19:40:14.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-04T19:40:14.273 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:14.273 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-05-04T19:40:14.273 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-04T19:40:14.273 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-04T19:40:14.273 INFO:teuthology.orchestra.run.smithi003.stdout:Generating new minimal ceph.conf... 2024-05-04T19:40:15.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:15 smithi003 bash[21046]: audit 2024-05-04T19:40:15.309849+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.3:0/4230068087' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:40:15.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:15 smithi003 bash[21046]: audit 2024-05-04T19:40:15.309849+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.3:0/4230068087' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:40:15.899 INFO:teuthology.orchestra.run.smithi003.stdout:Restarting the monitor... 2024-05-04T19:40:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:15 smithi003 systemd[1]: Stopping Ceph mon.a for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:40:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 bash[21046]: debug 2024-05-04T19:40:16.038+0000 7fec2e99a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T19:40:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 bash[21046]: debug 2024-05-04T19:40:16.038+0000 7fec2e99a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-04T19:40:16.777 INFO:teuthology.orchestra.run.smithi003.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-04T19:40:16.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 bash[21432]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-mon-a 2024-05-04T19:40:16.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 bash[21493]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-mon-a 2024-05-04T19:40:16.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 systemd[1]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-04T19:40:16.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 systemd[1]: Stopped Ceph mon.a for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:40:16.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:16 smithi003 systemd[1]: Started Ceph mon.a for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.782+0000 7f63e2ae3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.782+0000 7f63e2ae3c80 0 ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev), process ceph-mon, pid 7 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.782+0000 7f63e2ae3c80 0 pidfile_write: ignore empty --pid-file 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 0 load: jerasure load: lrc 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Git sha 0 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: DB SUMMARY 2024-05-04T19:40:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: DB Session ID: LTY664E93Z2FLHRG33A8 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: CURRENT file: CURRENT 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88517 ; 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.create_if_missing: 0 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.env: 0x558b16b63cc0 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.info_log: 0x558b189d7de0 2024-05-04T19:40:17.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.statistics: (nil) 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.use_fsync: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T19:40:17.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.db_log_dir: 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.wal_dir: 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.write_buffer_manager: 0x558b189a90e0 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T19:40:17.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.unordered_write: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.row_cache: None 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.wal_filter: None 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T19:40:17.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.wal_compression: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T19:40:17.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_open_files: -1 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T19:40:17.951 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Compression algorithms supported: 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kZSTD supported: 0 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T19:40:17.952 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-04T19:40:17.953 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T19:40:17.953 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T19:40:17.953 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.merge_operator: 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_filter: None 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558b189d7fa0) 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cache_index_and_filter_blocks: 1 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: pin_top_level_index_and_filter: 1 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: index_type: 0 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: data_block_index_type: 0 2024-05-04T19:40:17.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: index_shortening: 1 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: data_block_hash_table_util_ratio: 0.750000 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: checksum: 4 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: no_block_cache: 0 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_cache: 0x558b189d91f0 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_cache_name: BinnedLRUCache 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_cache_options: 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: capacity : 536870912 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: num_shard_bits : 4 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: strict_capacity_limit : 0 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: high_pri_pool_ratio: 0.000 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_cache_compressed: (nil) 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: persistent_cache: (nil) 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_size: 4096 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_size_deviation: 10 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_restart_interval: 16 2024-05-04T19:40:17.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: index_block_restart_interval: 1 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: metadata_block_size: 4096 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: partition_filters: 0 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: use_delta_encoding: 1 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: filter_policy: bloomfilter 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: whole_key_filtering: 1 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: verify_compression: 0 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: read_amp_bytes_per_bit: 0 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: format_version: 5 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: enable_index_compression: 1 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: block_align: 0 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: max_auto_readahead_size: 262144 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: prepopulate_block_cache: 0 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: initial_auto_readahead_size: 8192 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: num_file_reads_for_auto_readahead: 2 2024-05-04T19:40:17.956 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression: NoCompression 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.num_levels: 7 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:40:17.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T19:40:17.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T19:40:17.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:40:17.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:40:17.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T19:40:17.959 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T19:40:17.960 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T19:40:17.961 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T19:40:17.962 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.ttl: 2592000 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T19:40:17.963 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 51d25a6d-9e5b-491a-b96f-defbe51fe8e3 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851617792892, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.786+0000 7f63e2ae3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851617793899, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85256, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83403, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77615, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1714851617, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "51d25a6d-9e5b-491a-b96f-defbe51fe8e3", "db_session_id": "LTY664E93Z2FLHRG33A8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-04T19:40:17.964 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851617794002, "job": 1, "event": "recovery_finished"} 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558b18afc000 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 4 rocksdb: DB pointer 0x558b18ae8000 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63d123a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63d123a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: ** DB Stats ** 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:40:17.965 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: ** Compaction Stats [default] ** 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: L0 2/0 85.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Sum 2/0 85.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: ** Compaction Stats [default] ** 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:40:17.966 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: AddFile(Total Files): cumulative 0, interval 0 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: AddFile(Keys): cumulative 0, interval 0 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Cumulative compaction: 0.00 GB write, 22.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Interval compaction: 0.00 GB write, 22.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Block cache BinnedLRUCache@0x558b189d91f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: ** File Read Latency Histogram By Level [default] ** 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.790+0000 7f63e2ae3c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 1 mon.a@-1(???) e1 preinit fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:17.967 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).mds e1 new map 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).mds e1 print_map 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: e1 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: legacy client fscid: -1 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: No filesystems configured 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: debug 2024-05-04T19:40:17.794+0000 7f63e2ae3c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817933+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817933+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T19:40:17.968 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817987+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817987+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817996+0000 mon.a (mon.0) 3 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.817996+0000 mon.a (mon.0) 3 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818006+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818006+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818014+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818014+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818022+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818022+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818030+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818030+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818046+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818046+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818432+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-04T19:40:17.969 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818432+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-04T19:40:17.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818458+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T19:40:17.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818458+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T19:40:17.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818844+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T19:40:17.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:17 smithi003 bash[21533]: cluster 2024-05-04T19:40:17.818844+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T19:40:18.775 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-04T19:40:18.801 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:40:18.801 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mgr... 2024-05-04T19:40:18.801 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-04T19:40:18.801 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-04T19:40:19.093 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a 2024-05-04T19:40:19.093 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-04T19:40:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:18 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:40:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:19 smithi003 bash[21533]: audit 2024-05-04T19:40:18.101233+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.3:0/3507488298' entity='client.admin' 2024-05-04T19:40:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:19 smithi003 bash[21533]: audit 2024-05-04T19:40:18.101233+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.3:0/3507488298' entity='client.admin' 2024-05-04T19:40:19.295 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968.target.wants/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service. 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr to start... 2024-05-04T19:40:19.303 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr... 2024-05-04T19:40:19.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:19 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:40:20.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:20 smithi003 bash[21533]: audit 2024-05-04T19:40:20.651596+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/1204155756' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:20 smithi003 bash[21533]: audit 2024-05-04T19:40:20.651596+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.3:0/1204155756' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:20.945 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:20 smithi003 bash[21791]: debug 2024-05-04T19:40:20.594+0000 7f82a0c4d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "df83b904-0a4d-11ef-bc97-c7b262605968", 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T19:40:21.169 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T19:40:21.170 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T19:40:21.171 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T19:40:21.174 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.174 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T19:40:21.174 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.175 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T19:40:12.011394+0000", 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:21.176 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:21.177 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T19:40:21.177 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:21.177 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (1/15)... 2024-05-04T19:40:22.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:22 smithi003 bash[21791]: debug 2024-05-04T19:40:22.362+0000 7f82a0c4d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T19:40:22.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:22 smithi003 bash[21791]: debug 2024-05-04T19:40:22.462+0000 7f82a0c4d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T19:40:23.192 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:22 smithi003 bash[21791]: debug 2024-05-04T19:40:22.718+0000 7f82a0c4d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T19:40:23.874 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:23 smithi003 bash[21791]: debug 2024-05-04T19:40:23.554+0000 7f82a0c4d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T19:40:23.874 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:23 smithi003 bash[21791]: debug 2024-05-04T19:40:23.674+0000 7f82a0c4d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T19:40:23.874 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:23 smithi003 bash[21791]: debug 2024-05-04T19:40:23.782+0000 7f82a0c4d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T19:40:24.405 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21791]: debug 2024-05-04T19:40:24.146+0000 7f82a0c4d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T19:40:24.405 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21791]: debug 2024-05-04T19:40:24.266+0000 7f82a0c4d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T19:40:24.405 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21791]: debug 2024-05-04T19:40:24.374+0000 7f82a0c4d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T19:40:24.405 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21533]: audit 2024-05-04T19:40:24.205301+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.3:0/1185671715' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:24.405 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21533]: audit 2024-05-04T19:40:24.205301+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.3:0/1185671715' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "df83b904-0a4d-11ef-bc97-c7b262605968", 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T19:40:24.831 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T19:40:24.832 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T19:40:24.833 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T19:40:24.833 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T19:40:24.836 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T19:40:24.837 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T19:40:12.011394+0000", 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:24.838 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (2/15)... 2024-05-04T19:40:25.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21791]: debug 2024-05-04T19:40:24.746+0000 7f82a0c4d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T19:40:25.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:24 smithi003 bash[21791]: debug 2024-05-04T19:40:24.986+0000 7f82a0c4d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T19:40:25.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:25 smithi003 bash[21791]: debug 2024-05-04T19:40:25.262+0000 7f82a0c4d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T19:40:25.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:25 smithi003 bash[21791]: debug 2024-05-04T19:40:25.378+0000 7f82a0c4d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T19:40:25.666 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:25 smithi003 bash[21791]: debug 2024-05-04T19:40:25.662+0000 7f82a0c4d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T19:40:26.444 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:26 smithi003 bash[21791]: debug 2024-05-04T19:40:26.082+0000 7f82a0c4d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:40:26.444 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:26 smithi003 bash[21791]: debug 2024-05-04T19:40:26.330+0000 7f82a0c4d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T19:40:26.714 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:26 smithi003 bash[21791]: debug 2024-05-04T19:40:26.450+0000 7f82a0c4d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T19:40:26.714 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:26 smithi003 bash[21791]: debug 2024-05-04T19:40:26.710+0000 7f82a0c4d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:40:28.020 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:27 smithi003 bash[21533]: audit 2024-05-04T19:40:27.830564+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.3:0/2900520777' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:28.020 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:27 smithi003 bash[21533]: audit 2024-05-04T19:40:27.830564+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.3:0/2900520777' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:28.020 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:27 smithi003 bash[21791]: debug 2024-05-04T19:40:27.762+0000 7f82a0c4d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T19:40:28.020 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:27 smithi003 bash[21791]: debug 2024-05-04T19:40:27.882+0000 7f82a0c4d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T19:40:28.312 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:28 smithi003 bash[21791]: debug 2024-05-04T19:40:28.190+0000 7f82a0c4d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "df83b904-0a4d-11ef-bc97-c7b262605968", 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T19:40:28.370 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T19:40:28.371 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T19:40:28.372 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T19:40:28.375 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.375 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T19:40:28.375 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T19:40:28.375 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T19:40:28.376 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T19:40:12.011394+0000", 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:28.377 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T19:40:28.378 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:28.378 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (3/15)... 2024-05-04T19:40:28.607 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:28 smithi003 bash[21791]: debug 2024-05-04T19:40:28.306+0000 7f82a0c4d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T19:40:28.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:28 smithi003 bash[21791]: debug 2024-05-04T19:40:28.602+0000 7f82a0c4d200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T19:40:29.444 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21791]: debug 2024-05-04T19:40:29.074+0000 7f82a0c4d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21791]: debug 2024-05-04T19:40:29.198+0000 7f82a0c4d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.224528+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.224528+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.231748+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00754386s) 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.231748+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00754386s) 2024-05-04T19:40:29.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.232728+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.232728+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.232937+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.232937+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233123+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233123+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233320+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233320+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233940+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.233940+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.259727+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-04T19:40:29.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: cluster 2024-05-04T19:40:29.259727+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-04T19:40:29.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.271297+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:40:29.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.271297+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:40:29.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.274091+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:40:29.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:29 smithi003 bash[21533]: audit 2024-05-04T19:40:29.274091+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.277535+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.277535+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.291676+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.291676+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.298885+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: audit 2024-05-04T19:40:29.298885+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.3:0/2537931669' entity='mgr.a' 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: cluster 2024-05-04T19:40:30.240891+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01668s) 2024-05-04T19:40:30.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:30 smithi003 bash[21533]: cluster 2024-05-04T19:40:30.240891+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01668s) 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "df83b904-0a4d-11ef-bc97-c7b262605968", 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T19:40:32.384 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T19:40:32.385 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T19:40:32.386 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T19:40:32.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.389 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.390 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T19:40:12.011394+0000", 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T19:40:32.391 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:32.392 INFO:teuthology.orchestra.run.smithi003.stdout:mgr is available 2024-05-04T19:40:32.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:32 smithi003 bash[21533]: cluster 2024-05-04T19:40:31.288091+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-04T19:40:32.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:32 smithi003 bash[21533]: cluster 2024-05-04T19:40:31.288091+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-04T19:40:32.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:32 smithi003 bash[21533]: audit 2024-05-04T19:40:31.839908+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.3:0/3130782391' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:32.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:32 smithi003 bash[21533]: audit 2024-05-04T19:40:31.839908+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.3:0/3130782391' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T19:40:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:33 smithi003 bash[21533]: audit 2024-05-04T19:40:33.585700+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.3:0/1215924268' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T19:40:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:33 smithi003 bash[21533]: audit 2024-05-04T19:40:33.585700+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.3:0/1215924268' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T19:40:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:33 smithi003 bash[21533]: audit 2024-05-04T19:40:33.590931+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.3:0/1215924268' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T19:40:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:33 smithi003 bash[21533]: audit 2024-05-04T19:40:33.590931+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.3:0/1215924268' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T19:40:34.187 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-04T19:40:34.188 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-04T19:40:34.189 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-04T19:40:34.189 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:34.189 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-04T19:40:34.189 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-04T19:40:34.190 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-05-04T19:40:34.190 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-05-04T19:40:34.190 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-04T19:40:34.190 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-04T19:40:34.190 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling cephadm module... 2024-05-04T19:40:35.709 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:35 smithi003 bash[21533]: audit 2024-05-04T19:40:35.586584+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.3:0/2393977925' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-04T19:40:35.709 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:35 smithi003 bash[21533]: audit 2024-05-04T19:40:35.586584+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.3:0/2393977925' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-04T19:40:35.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:35 smithi003 bash[21791]: ignoring --setuser ceph since I am not root 2024-05-04T19:40:35.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:35 smithi003 bash[21791]: ignoring --setgroup ceph since I am not root 2024-05-04T19:40:35.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:35 smithi003 bash[21791]: debug 2024-05-04T19:40:35.850+0000 7f2fe3daa200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T19:40:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:36 smithi003 bash[21533]: audit 2024-05-04T19:40:35.638540+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.3:0/2393977925' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-04T19:40:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:36 smithi003 bash[21533]: audit 2024-05-04T19:40:35.638540+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.3:0/2393977925' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-04T19:40:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:36 smithi003 bash[21533]: cluster 2024-05-04T19:40:35.642707+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-04T19:40:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:36 smithi003 bash[21533]: cluster 2024-05-04T19:40:35.642707+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-04T19:40:37.751 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:37 smithi003 bash[21533]: audit 2024-05-04T19:40:37.527534+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.3:0/4155057249' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T19:40:37.751 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:37 smithi003 bash[21533]: audit 2024-05-04T19:40:37.527534+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.3:0/4155057249' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T19:40:37.752 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:37 smithi003 bash[21791]: debug 2024-05-04T19:40:37.494+0000 7f2fe3daa200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T19:40:37.752 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:37 smithi003 bash[21791]: debug 2024-05-04T19:40:37.594+0000 7f2fe3daa200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T19:40:38.103 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:38.104 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-05-04T19:40:38.105 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 5... 2024-05-04T19:40:38.123 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:37 smithi003 bash[21791]: debug 2024-05-04T19:40:37.854+0000 7f2fe3daa200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T19:40:38.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:38 smithi003 bash[21791]: debug 2024-05-04T19:40:38.686+0000 7f2fe3daa200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T19:40:38.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:38 smithi003 bash[21791]: debug 2024-05-04T19:40:38.802+0000 7f2fe3daa200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T19:40:38.944 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:38 smithi003 bash[21791]: debug 2024-05-04T19:40:38.918+0000 7f2fe3daa200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T19:40:39.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:39 smithi003 bash[21791]: debug 2024-05-04T19:40:39.286+0000 7f2fe3daa200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T19:40:39.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:39 smithi003 bash[21791]: debug 2024-05-04T19:40:39.402+0000 7f2fe3daa200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T19:40:39.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:39 smithi003 bash[21791]: debug 2024-05-04T19:40:39.514+0000 7f2fe3daa200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T19:40:40.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:39 smithi003 bash[21791]: debug 2024-05-04T19:40:39.886+0000 7f2fe3daa200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T19:40:40.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:40 smithi003 bash[21791]: debug 2024-05-04T19:40:40.130+0000 7f2fe3daa200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T19:40:40.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:40 smithi003 bash[21791]: debug 2024-05-04T19:40:40.402+0000 7f2fe3daa200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T19:40:40.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:40 smithi003 bash[21791]: debug 2024-05-04T19:40:40.518+0000 7f2fe3daa200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T19:40:41.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:40 smithi003 bash[21791]: debug 2024-05-04T19:40:40.802+0000 7f2fe3daa200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T19:40:41.602 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:41 smithi003 bash[21791]: debug 2024-05-04T19:40:41.226+0000 7f2fe3daa200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:40:41.602 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:41 smithi003 bash[21791]: debug 2024-05-04T19:40:41.474+0000 7f2fe3daa200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T19:40:41.861 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:41 smithi003 bash[21791]: debug 2024-05-04T19:40:41.598+0000 7f2fe3daa200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T19:40:42.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:41 smithi003 bash[21791]: debug 2024-05-04T19:40:41.858+0000 7f2fe3daa200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:40:43.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:42 smithi003 bash[21791]: debug 2024-05-04T19:40:42.898+0000 7f2fe3daa200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T19:40:43.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:43 smithi003 bash[21791]: debug 2024-05-04T19:40:43.022+0000 7f2fe3daa200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T19:40:43.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:43 smithi003 bash[21791]: debug 2024-05-04T19:40:43.326+0000 7f2fe3daa200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T19:40:43.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:43 smithi003 bash[21791]: debug 2024-05-04T19:40:43.446+0000 7f2fe3daa200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T19:40:44.194 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:43 smithi003 bash[21791]: debug 2024-05-04T19:40:43.738+0000 7f2fe3daa200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T19:40:44.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21791]: debug 2024-05-04T19:40:44.214+0000 7f2fe3daa200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T19:40:44.694 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21791]: debug 2024-05-04T19:40:44.342+0000 7f2fe3daa200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.367474+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.367474+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.368123+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.368123+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.378411+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.378411+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.378701+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.010785s) 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.378701+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.010785s) 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.380370+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.380370+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:40:44.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.382936+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.382936+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384115+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384115+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384289+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384289+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384463+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: audit 2024-05-04T19:40:44.384463+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.411684+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-04T19:40:44.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:44 smithi003 bash[21533]: cluster 2024-05-04T19:40:44.411684+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: cephadm 2024-05-04T19:40:44.430757+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: cephadm 2024-05-04T19:40:44.430757+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.433607+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.433607+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.437358+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.437358+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.441615+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.441615+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.445089+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.445089+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:45.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.457267+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:40:45.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.457267+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:40:45.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.460655+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:40:45.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: audit 2024-05-04T19:40:44.460655+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:40:45.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: cluster 2024-05-04T19:40:45.381034+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: a(active, since 1.0131s) 2024-05-04T19:40:45.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:45 smithi003 bash[21533]: cluster 2024-05-04T19:40:45.381034+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: a(active, since 1.0131s) 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 5 is available 2024-05-04T19:40:46.008 INFO:teuthology.orchestra.run.smithi003.stdout:Setting orchestrator backend to cephadm... 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.379232+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.379232+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.396122+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.396122+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.509420+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.509420+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.514399+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:46 smithi003 bash[21533]: audit 2024-05-04T19:40:45.514399+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:47.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: cluster 2024-05-04T19:40:46.520568+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: cluster 2024-05-04T19:40:46.520568+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.269264+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.269264+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.319308+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.319308+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.336538+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:47.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:47 smithi003 bash[21533]: audit 2024-05-04T19:40:47.336538+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.017129+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Bus STARTING 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.017129+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Bus STARTING 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.138795+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Serving on https://172.21.15.3:7150 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.138795+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Serving on https://172.21.15.3:7150 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.240420+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Serving on http://172.21.15.3:8765 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.240420+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Serving on http://172.21.15.3:8765 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.240621+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Bus STARTED 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: cephadm 2024-05-04T19:40:47.240621+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [04/May/2024:19:40:47] ENGINE Bus STARTED 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: audit 2024-05-04T19:40:47.314148+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:48.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:48 smithi003 bash[21533]: audit 2024-05-04T19:40:47.314148+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:49.819 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-04T19:40:49.819 INFO:teuthology.orchestra.run.smithi003.stdout:Generating ssh key... 2024-05-04T19:40:50.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:49 smithi003 bash[21533]: audit 2024-05-04T19:40:49.123824+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:50.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:49 smithi003 bash[21533]: audit 2024-05-04T19:40:49.123824+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: Generating public/private rsa key pair. 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: Your identification has been saved in /tmp/tmprnj8derm/key. 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: Your public key has been saved in /tmp/tmprnj8derm/key.pub. 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: The key fingerprint is: 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: SHA256:v2P4pdAI5MihYjBs4jp6dglEnjWgzFsflnKYZ1ii+Uo ceph-df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: The key's randomart image is: 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: +---[RSA 3072]----+ 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: | .o . | 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |+.+ O . | 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |=X O.O. | 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |=.BoB=. | 2024-05-04T19:40:51.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |.E..o.o S | 2024-05-04T19:40:51.696 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |+.o . + | 2024-05-04T19:40:51.696 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |o. . . o.o . | 2024-05-04T19:40:51.696 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |..o o ..o+ | 2024-05-04T19:40:51.696 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: |.o . o+. | 2024-05-04T19:40:51.696 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:40:51 smithi003 bash[21791]: +----[SHA256]-----+ 2024-05-04T19:40:52.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.051179+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:52.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.051179+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:52.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: cephadm 2024-05-04T19:40:51.051630+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-04T19:40:52.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: cephadm 2024-05-04T19:40:51.051630+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-04T19:40:52.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.381428+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:52.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.381428+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:52.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.384410+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:52.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:52 smithi003 bash[21533]: audit 2024-05-04T19:40:51.384410+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:40:53.753 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:40:53.754 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-04T19:40:53.754 INFO:teuthology.orchestra.run.smithi003.stdout:Adding key to root@localhost authorized_keys... 2024-05-04T19:40:53.754 INFO:teuthology.orchestra.run.smithi003.stdout:Adding host smithi003... 2024-05-04T19:40:54.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:53 smithi003 bash[21533]: audit 2024-05-04T19:40:53.199328+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:54.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:53 smithi003 bash[21533]: audit 2024-05-04T19:40:53.199328+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:55 smithi003 bash[21533]: audit 2024-05-04T19:40:55.042200+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:55 smithi003 bash[21533]: audit 2024-05-04T19:40:55.042200+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:40:57.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:56 smithi003 bash[21533]: cephadm 2024-05-04T19:40:55.754266+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi003 2024-05-04T19:40:57.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:40:56 smithi003 bash[21533]: cephadm 2024-05-04T19:40:55.754266+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi003 2024-05-04T19:41:01.651 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Added host 'smithi003' with addr '172.21.15.3' 2024-05-04T19:41:01.651 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mon service... 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: audit 2024-05-04T19:41:00.815968+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: audit 2024-05-04T19:41:00.815968+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: cephadm 2024-05-04T19:41:00.816484+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi003 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: cephadm 2024-05-04T19:41:00.816484+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi003 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: audit 2024-05-04T19:41:00.852251+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:01 smithi003 bash[21533]: audit 2024-05-04T19:41:00.852251+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:04.286 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-04T19:41:04.286 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mgr service... 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.607988+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.607988+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: cephadm 2024-05-04T19:41:03.611300+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: cephadm 2024-05-04T19:41:03.611300+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.614595+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.614595+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.928589+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:03.928589+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:04.471115+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:04 smithi003 bash[21533]: audit 2024-05-04T19:41:04.471115+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:05.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:05 smithi003 bash[21533]: cluster 2024-05-04T19:41:04.385691+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:05.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:05 smithi003 bash[21533]: cluster 2024-05-04T19:41:04.385691+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:05.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:05 smithi003 bash[21533]: audit 2024-05-04T19:41:05.596880+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:05.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:05 smithi003 bash[21533]: audit 2024-05-04T19:41:05.596880+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.3:0/1321717568' entity='mgr.a' 2024-05-04T19:41:06.192 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-04T19:41:06.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:06 smithi003 bash[21533]: audit 2024-05-04T19:41:05.589675+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-05-04T19:41:06.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:06 smithi003 bash[21533]: audit 2024-05-04T19:41:05.589675+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-05-04T19:41:06.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:06 smithi003 bash[21533]: cephadm 2024-05-04T19:41:05.592281+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-04T19:41:06.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:06 smithi003 bash[21533]: cephadm 2024-05-04T19:41:05.592281+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-04T19:41:07.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:07 smithi003 bash[21533]: cluster 2024-05-04T19:41:06.386078+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:07.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:07 smithi003 bash[21533]: cluster 2024-05-04T19:41:06.386078+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:07.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:07 smithi003 bash[21533]: audit 2024-05-04T19:41:07.512078+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.3:0/3959228339' entity='client.admin' 2024-05-04T19:41:07.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:07 smithi003 bash[21533]: audit 2024-05-04T19:41:07.512078+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.3:0/3959228339' entity='client.admin' 2024-05-04T19:41:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:09 smithi003 bash[21533]: cluster 2024-05-04T19:41:08.386540+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:09 smithi003 bash[21533]: cluster 2024-05-04T19:41:08.386540+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:09 smithi003 bash[21533]: audit 2024-05-04T19:41:09.390320+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.3:0/2291090816' entity='client.admin' 2024-05-04T19:41:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:09 smithi003 bash[21533]: audit 2024-05-04T19:41:09.390320+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.3:0/2291090816' entity='client.admin' 2024-05-04T19:41:09.945 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling the dashboard module... 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21791]: ignoring --setuser ceph since I am not root 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21791]: ignoring --setgroup ceph since I am not root 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21791]: debug 2024-05-04T19:41:11.845+0000 7f3bc44ae200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21533]: cluster 2024-05-04T19:41:10.387009+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21533]: cluster 2024-05-04T19:41:10.387009+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21533]: audit 2024-05-04T19:41:11.328115+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.3:0/2123597978' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-04T19:41:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:11 smithi003 bash[21533]: audit 2024-05-04T19:41:11.328115+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.3:0/2123597978' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-04T19:41:12.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:12 smithi003 bash[21533]: audit 2024-05-04T19:41:11.642547+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.3:0/2123597978' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-04T19:41:12.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:12 smithi003 bash[21533]: audit 2024-05-04T19:41:11.642547+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.3:0/2123597978' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-04T19:41:12.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:12 smithi003 bash[21533]: cluster 2024-05-04T19:41:11.649020+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-04T19:41:12.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:12 smithi003 bash[21533]: cluster 2024-05-04T19:41:11.649020+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-04T19:41:13.854 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:13 smithi003 bash[21791]: debug 2024-05-04T19:41:13.497+0000 7f3bc44ae200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T19:41:13.855 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:13 smithi003 bash[21791]: debug 2024-05-04T19:41:13.597+0000 7f3bc44ae200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T19:41:13.855 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:13 smithi003 bash[21533]: audit 2024-05-04T19:41:13.668839+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.3:0/1704860936' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T19:41:13.855 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:13 smithi003 bash[21533]: audit 2024-05-04T19:41:13.668839+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.3:0/1704860936' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T19:41:14.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:13 smithi003 bash[21791]: debug 2024-05-04T19:41:13.857+0000 7f3bc44ae200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T19:41:14.327 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-05-04T19:41:14.328 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 9... 2024-05-04T19:41:14.948 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:14 smithi003 bash[21791]: debug 2024-05-04T19:41:14.693+0000 7f3bc44ae200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T19:41:14.948 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:14 smithi003 bash[21791]: debug 2024-05-04T19:41:14.809+0000 7f3bc44ae200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T19:41:14.948 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:14 smithi003 bash[21791]: debug 2024-05-04T19:41:14.917+0000 7f3bc44ae200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T19:41:15.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:15 smithi003 bash[21791]: debug 2024-05-04T19:41:15.289+0000 7f3bc44ae200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T19:41:15.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:15 smithi003 bash[21791]: debug 2024-05-04T19:41:15.409+0000 7f3bc44ae200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T19:41:15.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:15 smithi003 bash[21791]: debug 2024-05-04T19:41:15.517+0000 7f3bc44ae200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T19:41:16.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:15 smithi003 bash[21791]: debug 2024-05-04T19:41:15.893+0000 7f3bc44ae200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T19:41:16.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:16 smithi003 bash[21791]: debug 2024-05-04T19:41:16.137+0000 7f3bc44ae200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T19:41:16.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:16 smithi003 bash[21791]: debug 2024-05-04T19:41:16.413+0000 7f3bc44ae200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T19:41:16.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:16 smithi003 bash[21791]: debug 2024-05-04T19:41:16.529+0000 7f3bc44ae200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T19:41:17.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:16 smithi003 bash[21791]: debug 2024-05-04T19:41:16.817+0000 7f3bc44ae200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T19:41:17.530 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:17 smithi003 bash[21791]: debug 2024-05-04T19:41:17.269+0000 7f3bc44ae200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:41:17.915 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:17 smithi003 bash[21791]: debug 2024-05-04T19:41:17.525+0000 7f3bc44ae200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T19:41:17.915 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:17 smithi003 bash[21791]: debug 2024-05-04T19:41:17.649+0000 7f3bc44ae200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T19:41:19.398 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:17 smithi003 bash[21791]: debug 2024-05-04T19:41:17.909+0000 7f3bc44ae200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:41:19.398 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:18 smithi003 bash[21791]: debug 2024-05-04T19:41:18.965+0000 7f3bc44ae200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T19:41:19.398 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:19 smithi003 bash[21791]: debug 2024-05-04T19:41:19.089+0000 7f3bc44ae200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T19:41:19.398 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:19 smithi003 bash[21791]: debug 2024-05-04T19:41:19.393+0000 7f3bc44ae200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T19:41:19.695 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:19 smithi003 bash[21791]: debug 2024-05-04T19:41:19.517+0000 7f3bc44ae200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T19:41:20.195 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:19 smithi003 bash[21791]: debug 2024-05-04T19:41:19.813+0000 7f3bc44ae200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21791]: debug 2024-05-04T19:41:20.293+0000 7f3bc44ae200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21791]: debug 2024-05-04T19:41:20.417+0000 7f3bc44ae200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.439017+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.439017+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.439500+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.439500+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.447390+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.447390+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.447655+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00835234s) 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.447655+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00835234s) 2024-05-04T19:41:20.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.450518+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.450518+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.451883+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.451883+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453245+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453245+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453485+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453485+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453629+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: audit 2024-05-04T19:41:20.453629+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.479562+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-04T19:41:20.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:20 smithi003 bash[21533]: cluster 2024-05-04T19:41:20.479562+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-04T19:41:21.745 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.504147+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:21.745 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.504147+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.524931+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.524931+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.528417+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: audit 2024-05-04T19:41:20.528417+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: cluster 2024-05-04T19:41:21.451181+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01188s) 2024-05-04T19:41:21.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:21 smithi003 bash[21533]: cluster 2024-05-04T19:41:21.451181+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01188s) 2024-05-04T19:41:22.141 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-05-04T19:41:22.142 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-04T19:41:22.142 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-04T19:41:22.142 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-05-04T19:41:22.142 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 9 is available 2024-05-04T19:41:22.142 INFO:teuthology.orchestra.run.smithi003.stdout:Generating a dashboard self-signed certificate... 2024-05-04T19:41:22.757 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:22 smithi003 bash[21533]: audit 2024-05-04T19:41:21.450770+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T19:41:22.757 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:22 smithi003 bash[21533]: audit 2024-05-04T19:41:21.450770+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T19:41:22.757 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:22 smithi003 bash[21533]: audit 2024-05-04T19:41:21.466865+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T19:41:22.757 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:22 smithi003 bash[21533]: audit 2024-05-04T19:41:21.466865+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T19:41:23.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:21.860602+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [04/May/2024:19:41:21] ENGINE Bus STARTING 2024-05-04T19:41:23.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:21.860602+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [04/May/2024:19:41:21] ENGINE Bus STARTING 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:21.982938+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [04/May/2024:19:41:21] ENGINE Serving on https://172.21.15.3:7150 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:21.982938+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [04/May/2024:19:41:21] ENGINE Serving on https://172.21.15.3:7150 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:22.084222+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [04/May/2024:19:41:22] ENGINE Serving on http://172.21.15.3:8765 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:22.084222+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [04/May/2024:19:41:22] ENGINE Serving on http://172.21.15.3:8765 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:22.084400+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [04/May/2024:19:41:22] ENGINE Bus STARTED 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cephadm 2024-05-04T19:41:22.084400+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [04/May/2024:19:41:22] ENGINE Bus STARTED 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cluster 2024-05-04T19:41:22.504288+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: cluster 2024-05-04T19:41:22.504288+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: audit 2024-05-04T19:41:23.461925+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: audit 2024-05-04T19:41:23.461925+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: audit 2024-05-04T19:41:23.466738+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:23.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:23 smithi003 bash[21533]: audit 2024-05-04T19:41:23.466738+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:24.063 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-04T19:41:24.063 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial admin user... 2024-05-04T19:41:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:24 smithi003 bash[21533]: audit 2024-05-04T19:41:23.360249+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:24 smithi003 bash[21533]: audit 2024-05-04T19:41:23.360249+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:26.045 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:25 smithi003 bash[21533]: audit 2024-05-04T19:41:25.337636+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:26.045 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:25 smithi003 bash[21533]: audit 2024-05-04T19:41:25.337636+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:26.444 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$iX2VcK03WWLag6sHufZCmeFTJpR8b4YFbYzS3Erj0RjKadmUuZdW6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714851685, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-04T19:41:26.444 INFO:teuthology.orchestra.run.smithi003.stdout:Fetching dashboard port number... 2024-05-04T19:41:27.119 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:26 smithi003 bash[21533]: audit 2024-05-04T19:41:25.832275+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:27.120 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:26 smithi003 bash[21533]: audit 2024-05-04T19:41:25.832275+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:27.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: cluster 2024-05-04T19:41:26.837185+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-04T19:41:27.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: cluster 2024-05-04T19:41:26.837185+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-04T19:41:27.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: audit 2024-05-04T19:41:27.305610+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:27.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: audit 2024-05-04T19:41:27.305610+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:27.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: audit 2024-05-04T19:41:27.733199+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.3:0/1296684959' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-04T19:41:27.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:27 smithi003 bash[21533]: audit 2024-05-04T19:41:27.733199+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.3:0/1296684959' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-04T19:41:28.297 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 8443 2024-05-04T19:41:28.297 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld does not appear to be present 2024-05-04T19:41:28.297 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph Dashboard is now available at: 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout: URL: https://smithi003.front.sepia.ceph.com:8443/ 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout: User: admin 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout: Password: aiozqz8qr3 2024-05-04T19:41:28.299 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:28.300 INFO:teuthology.orchestra.run.smithi003.stdout:Saving cluster configuration to /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config directory 2024-05-04T19:41:28.300 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling autotune for osd_memory_target 2024-05-04T19:41:29.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:29 smithi003 bash[21533]: audit 2024-05-04T19:41:28.345063+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:29.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:29 smithi003 bash[21533]: audit 2024-05-04T19:41:28.345063+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout:Or, if you are only running a single cluster on this host: 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-04T19:41:32.117 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: ceph telemetry on 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout:For more information see: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:41:32.118 INFO:teuthology.orchestra.run.smithi003.stdout:Bootstrap complete. 2024-05-04T19:41:32.171 INFO:tasks.cephadm:Fetching config... 2024-05-04T19:41:32.171 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:41:32.171 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-04T19:41:32.177 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-04T19:41:32.178 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:41:32.178 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-04T19:41:32.226 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-04T19:41:32.226 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:41:32.226 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-04T19:41:32.282 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-04T19:41:32.282 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:41:32.282 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-04T19:41:32.329 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-04T19:41:32.330 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T19:41:32.396 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:41:32.405 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T19:41:32.430 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:41:32.439 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T19:41:32.463 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgkgMwG9hLLlU5FBBPIieVj8vRd807y+BCHjt6MF7AsI66d2ii63c4J/iWaGSZ38mSWKa6me9b+XzRxEsboJ+Pd09SHUAMFSqMVte3qzFe+gpf1RgYw9ydG1ANWFC116Oj7ouvcLVgNlL059cInB+EChh22BqJWhNOYPpq7kSXMibVaC+7ZxWBxSZQ718pQHUGtbltHvjYs7i2wo6HcsTupJXNHeALHTcc7KiTGWnKKZw5dkxtGPUIvKK40VfELbLdpAN0NL+qlN8sN9WZ7NY4ws95iiyjTq5KFQKrZ9uzttGOIk8ndyYZxfdFfEZeXlPn3wpcTis1obwvJJQ1x5z/3wuTNX/6pRssL0ZRGKBW17T+fX9PJ0Alr2wYuD49mOC9+QKnKK6tQUMdZ1pcva3dJ07h0tkAnH8nowomzVOxvJYDPcNopp3KHoefgUSHTNTn8PQ8rQwKijvXQ6oAyBFcV3Gowb178RpzqTfZGm9yst/OG8t7vI4LcJVk52Gja80= ceph-df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:41:32.472 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-04T19:41:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:32 smithi003 bash[21533]: audit 2024-05-04T19:41:31.574180+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.3:0/1352359280' entity='client.admin' 2024-05-04T19:41:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:32 smithi003 bash[21533]: audit 2024-05-04T19:41:31.574180+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.3:0/1352359280' entity='client.admin' 2024-05-04T19:41:37.120 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:41:40.983 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-04T19:41:40.983 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-04T19:41:41.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.893244+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.893244+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.898260+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.898260+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.899441+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.899441+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.904926+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.904926+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.922698+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.922698+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.928211+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:39.928211+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.312375+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.3:0/799645551' entity='client.admin' 2024-05-04T19:41:41.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.312375+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.3:0/799645551' entity='client.admin' 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.376482+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.376482+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.380642+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: audit 2024-05-04T19:41:40.380642+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: cluster 2024-05-04T19:41:40.454810+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:41.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:40 smithi003 bash[21533]: cluster 2024-05-04T19:41:40.454810+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:43 smithi003 bash[21533]: cluster 2024-05-04T19:41:42.455207+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:43 smithi003 bash[21533]: cluster 2024-05-04T19:41:42.455207+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:45.704 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:41:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:45 smithi003 bash[21533]: cluster 2024-05-04T19:41:44.455648+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:45 smithi003 bash[21533]: cluster 2024-05-04T19:41:44.455648+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:47 smithi003 bash[21533]: cluster 2024-05-04T19:41:46.456081+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:47 smithi003 bash[21533]: cluster 2024-05-04T19:41:46.456081+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:48.740 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi083 2024-05-04T19:41:48.740 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:41:48.740 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.conf 2024-05-04T19:41:48.747 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:41:48.747 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:41:48.793 INFO:tasks.cephadm:Adding host smithi083 to orchestrator... 2024-05-04T19:41:48.794 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch host add smithi083 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.124830+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.124830+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.130195+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.130195+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.181162+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.181162+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.182562+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:41:49.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.182562+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.183188+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.183188+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.184096+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.184096+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.298278+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.298278+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cluster 2024-05-04T19:41:48.456578+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cluster 2024-05-04T19:41:48.456578+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.512943+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.512943+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.677726+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: cephadm 2024-05-04T19:41:48.677726+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:41:49.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.846328+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.846328+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.852056+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.852056+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.857962+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:49.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:49 smithi003 bash[21533]: audit 2024-05-04T19:41:48.857962+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:41:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:51 smithi003 bash[21533]: cluster 2024-05-04T19:41:50.457047+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:51 smithi003 bash[21533]: cluster 2024-05-04T19:41:50.457047+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:53.510 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:41:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:53 smithi003 bash[21533]: cluster 2024-05-04T19:41:52.457497+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:53 smithi003 bash[21533]: cluster 2024-05-04T19:41:52.457497+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:55 smithi003 bash[21533]: cluster 2024-05-04T19:41:54.457883+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:55 smithi003 bash[21533]: cluster 2024-05-04T19:41:54.457883+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:57 smithi003 bash[21533]: audit 2024-05-04T19:41:55.993327+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:57 smithi003 bash[21533]: audit 2024-05-04T19:41:55.993327+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:41:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:57 smithi003 bash[21533]: cluster 2024-05-04T19:41:56.458249+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:57 smithi003 bash[21533]: cluster 2024-05-04T19:41:56.458249+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:58 smithi003 bash[21533]: cephadm 2024-05-04T19:41:56.858117+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi083 2024-05-04T19:41:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:58 smithi003 bash[21533]: cephadm 2024-05-04T19:41:56.858117+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi083 2024-05-04T19:41:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:59 smithi003 bash[21533]: cluster 2024-05-04T19:41:58.458622+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:41:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:41:59 smithi003 bash[21533]: cluster 2024-05-04T19:41:58.458622+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:01 smithi003 bash[21533]: cluster 2024-05-04T19:42:00.458897+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:01 smithi003 bash[21533]: cluster 2024-05-04T19:42:00.458897+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:02.238 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi083' with addr '172.21.15.83' 2024-05-04T19:42:02.916 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-04T19:42:03.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.236463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:03.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.236463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:03.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: cephadm 2024-05-04T19:42:02.237468+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi083 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: cephadm 2024-05-04T19:42:02.237468+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi083 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.243560+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.243560+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:02.459314+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:02.459314+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.716587+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:03.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:03 smithi003 bash[21533]: audit 2024-05-04T19:42:02.716587+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:05 smithi003 bash[21533]: audit 2024-05-04T19:42:04.191598+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:05 smithi003 bash[21533]: audit 2024-05-04T19:42:04.191598+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:05 smithi003 bash[21533]: cluster 2024-05-04T19:42:04.459729+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:05 smithi003 bash[21533]: cluster 2024-05-04T19:42:04.459729+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:06.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:06 smithi003 bash[21533]: audit 2024-05-04T19:42:05.342639+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:06.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:06 smithi003 bash[21533]: audit 2024-05-04T19:42:05.342639+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:07.634 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:42:07.658 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:07 smithi003 bash[21533]: cluster 2024-05-04T19:42:06.460117+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:07.658 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:07 smithi003 bash[21533]: cluster 2024-05-04T19:42:06.460117+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:09.785 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:09 smithi003 bash[21533]: cluster 2024-05-04T19:42:08.460414+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:09.785 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:09 smithi003 bash[21533]: cluster 2024-05-04T19:42:08.460414+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:10.208 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:42:10.208 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}] 2024-05-04T19:42:10.814 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2024-05-04T19:42:10.814 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:42:10.814 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2024-05-04T19:42:10.820 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:42:10.821 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:10.867 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2024-05-04T19:42:10.867 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch host add smithi190 2024-05-04T19:42:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.207040+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.207040+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: cluster 2024-05-04T19:42:10.460851+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: cluster 2024-05-04T19:42:10.460851+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.779313+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.779313+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.785645+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.785645+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.792722+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.792722+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.813186+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.813186+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:11.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.814974+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:11.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.814974+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:11.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.816898+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:11.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.816898+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:11.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.818597+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:11.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:11 smithi003 bash[21533]: audit 2024-05-04T19:42:10.818597+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:12.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:10.820947+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:10.820947+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:10.986958+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:10.986958+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:11.151314+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:11.151314+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:11.317458+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: cephadm 2024-05-04T19:42:11.317458+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.537686+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.537686+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.543400+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.543400+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.549858+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:12.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:12 smithi003 bash[21533]: audit 2024-05-04T19:42:11.549858+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:13 smithi003 bash[21533]: cluster 2024-05-04T19:42:12.461307+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:13 smithi003 bash[21533]: cluster 2024-05-04T19:42:12.461307+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:15.584 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:42:15.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:15 smithi003 bash[21533]: cluster 2024-05-04T19:42:14.461716+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:15.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:15 smithi003 bash[21533]: cluster 2024-05-04T19:42:14.461716+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:17.909 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:17 smithi003 bash[21533]: cluster 2024-05-04T19:42:16.462086+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:17.909 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:17 smithi003 bash[21533]: cluster 2024-05-04T19:42:16.462086+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:19 smithi003 bash[21533]: audit 2024-05-04T19:42:18.328531+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:19 smithi003 bash[21533]: audit 2024-05-04T19:42:18.328531+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:19 smithi003 bash[21533]: cluster 2024-05-04T19:42:18.462473+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:19 smithi003 bash[21533]: cluster 2024-05-04T19:42:18.462473+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:20 smithi003 bash[21533]: cephadm 2024-05-04T19:42:19.079603+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi190 2024-05-04T19:42:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:20 smithi003 bash[21533]: cephadm 2024-05-04T19:42:19.079603+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi190 2024-05-04T19:42:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:21 smithi003 bash[21533]: cluster 2024-05-04T19:42:20.462852+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:21 smithi003 bash[21533]: cluster 2024-05-04T19:42:20.462852+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:23.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:23 smithi003 bash[21533]: cluster 2024-05-04T19:42:22.463252+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:23.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:23 smithi003 bash[21533]: cluster 2024-05-04T19:42:22.463252+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:24.419 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi190' with addr '172.21.15.190' 2024-05-04T19:42:25.070 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-04T19:42:25.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.417743+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:25.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.417743+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:25.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: cephadm 2024-05-04T19:42:24.418605+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi190 2024-05-04T19:42:25.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: cephadm 2024-05-04T19:42:24.418605+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi190 2024-05-04T19:42:25.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.463391+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:25.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.463391+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:25.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: cluster 2024-05-04T19:42:24.463523+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:25.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: cluster 2024-05-04T19:42:24.463523+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:25.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.885923+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:25.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:25 smithi003 bash[21533]: audit 2024-05-04T19:42:24.885923+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:27.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:27 smithi003 bash[21533]: audit 2024-05-04T19:42:26.362552+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:27.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:27 smithi003 bash[21533]: audit 2024-05-04T19:42:26.362552+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:27.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:27 smithi003 bash[21533]: cluster 2024-05-04T19:42:26.463906+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:27.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:27 smithi003 bash[21533]: cluster 2024-05-04T19:42:26.463906+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:28 smithi003 bash[21533]: audit 2024-05-04T19:42:27.563934+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:28 smithi003 bash[21533]: audit 2024-05-04T19:42:27.563934+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:29.789 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:42:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:29 smithi003 bash[21533]: cluster 2024-05-04T19:42:28.464343+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:29 smithi003 bash[21533]: cluster 2024-05-04T19:42:28.464343+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:31.906 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:31 smithi003 bash[21533]: cluster 2024-05-04T19:42:30.464750+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:31.906 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:31 smithi003 bash[21533]: cluster 2024-05-04T19:42:30.464750+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:32.306 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:42:32.306 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2024-05-04T19:42:32.898 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-04T19:42:32.899 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.304792+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.304792+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: cluster 2024-05-04T19:42:32.465169+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: cluster 2024-05-04T19:42:32.465169+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.950909+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.950909+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.955966+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.955966+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.962588+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.962588+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.967805+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.967805+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.969319+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.969319+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.971074+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.971074+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.972481+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:33.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:33 smithi003 bash[21533]: audit 2024-05-04T19:42:32.972481+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:34.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:32.974995+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:42:34.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:32.974995+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.140357+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.140357+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.255104+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.255104+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.419399+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: cephadm 2024-05-04T19:42:33.419399+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.589684+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.589684+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.595043+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.595043+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.601538+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:34.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:34 smithi003 bash[21533]: audit 2024-05-04T19:42:33.601538+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:35.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:35 smithi003 bash[21533]: cluster 2024-05-04T19:42:34.465649+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:35.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:35 smithi003 bash[21533]: cluster 2024-05-04T19:42:34.465649+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:37.620 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:42:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:37 smithi003 bash[21533]: cluster 2024-05-04T19:42:36.466089+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:37 smithi003 bash[21533]: cluster 2024-05-04T19:42:36.466089+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:39 smithi003 bash[21533]: cluster 2024-05-04T19:42:38.466465+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:39 smithi003 bash[21533]: cluster 2024-05-04T19:42:38.466465+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:40.619 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2024-05-04T19:42:40.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:40 smithi003 bash[21533]: audit 2024-05-04T19:42:40.118495+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T19:42:40.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:40 smithi003 bash[21533]: audit 2024-05-04T19:42:40.118495+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T19:42:41.256 INFO:tasks.cephadm:Adding mon.a on smithi003 2024-05-04T19:42:41.257 INFO:tasks.cephadm:Adding mon.b on smithi083 2024-05-04T19:42:41.257 INFO:tasks.cephadm:Adding mon.c on smithi190 2024-05-04T19:42:41.257 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c' 2024-05-04T19:42:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: cluster 2024-05-04T19:42:40.466843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: cluster 2024-05-04T19:42:40.466843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: audit 2024-05-04T19:42:40.609735+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T19:42:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: audit 2024-05-04T19:42:40.609735+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T19:42:41.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: cluster 2024-05-04T19:42:40.615536+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:41.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:41 smithi003 bash[21533]: cluster 2024-05-04T19:42:40.615536+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:42.471 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:43 smithi003 bash[21533]: cluster 2024-05-04T19:42:42.467248+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:43 smithi003 bash[21533]: cluster 2024-05-04T19:42:42.467248+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:44.955 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2024-05-04T19:42:45.566 DEBUG:teuthology.orchestra.run.smithi083:mon.b> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.b.service 2024-05-04T19:42:45.568 DEBUG:teuthology.orchestra.run.smithi190:mon.c> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.c.service 2024-05-04T19:42:45.571 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-04T19:42:45.571 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-04T19:42:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: cluster 2024-05-04T19:42:44.467643+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: cluster 2024-05-04T19:42:44.467643+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: audit 2024-05-04T19:42:44.954377+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: audit 2024-05-04T19:42:44.954377+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: audit 2024-05-04T19:42:44.996456+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:45 smithi003 bash[21533]: audit 2024-05-04T19:42:44.996456+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:46.808 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:44.943018+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:44.943018+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: cephadm 2024-05-04T19:42:44.948623+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c;count:3 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: cephadm 2024-05-04T19:42:44.948623+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c;count:3 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.627958+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.627958+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.629894+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.629894+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.637702+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.637702+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.641754+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.641754+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.643516+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: audit 2024-05-04T19:42:45.643516+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:46.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:46 smithi003 bash[21533]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:47 smithi003 bash[21533]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:47 smithi003 bash[21533]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:49 smithi003 bash[21533]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:49 smithi003 bash[21533]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:50.773 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-05-04T19:42:50.773 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"df83b904-0a4d-11ef-bc97-c7b262605968","modified":"2024-05-04T19:40:07.715284Z","created":"2024-05-04T19:40:07.715284Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-04T19:42:50.777 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-05-04T19:42:51.052 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:51 smithi190 systemd[1]: Started Ceph mon.c for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:42:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:51.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:51 smithi003 bash[21533]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.218+0000 7f0d63882c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.218+0000 7f0d63882c80 0 ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev), process ceph-mon, pid 7 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.218+0000 7f0d63882c80 0 pidfile_write: ignore empty --pid-file 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 0 load: jerasure load: lrc 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Git sha 0 2024-05-04T19:42:52.256 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: DB SUMMARY 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: DB Session ID: CDCU6KLB67Z71CF8OVD1 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: CURRENT file: CURRENT 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.create_if_missing: 0 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T19:42:52.257 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.env: 0x557b65479cc0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.info_log: 0x557b66a41de0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.statistics: (nil) 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.use_fsync: 0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T19:42:52.258 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.db_log_dir: 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.wal_dir: 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.write_buffer_manager: 0x557b66a130e0 2024-05-04T19:42:52.259 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.unordered_write: 0 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.row_cache: None 2024-05-04T19:42:52.260 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.wal_filter: None 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.wal_compression: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T19:42:52.261 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T19:42:52.262 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T19:42:52.262 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T19:42:52.262 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T19:42:52.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T19:42:52.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T19:42:52.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T19:42:52.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T19:42:52.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_open_files: -1 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Compression algorithms supported: 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kZSTD supported: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T19:42:52.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.222+0000 7f0d63882c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.merge_operator: 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_filter: None 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T19:42:52.266 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557b66a41fa0) 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cache_index_and_filter_blocks: 1 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: pin_top_level_index_and_filter: 1 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: index_type: 0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: data_block_index_type: 0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: index_shortening: 1 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: data_block_hash_table_util_ratio: 0.750000 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: checksum: 4 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: no_block_cache: 0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_cache: 0x557b66a431f0 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_cache_name: BinnedLRUCache 2024-05-04T19:42:52.267 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_cache_options: 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: capacity : 536870912 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: num_shard_bits : 4 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: strict_capacity_limit : 0 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: high_pri_pool_ratio: 0.000 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_cache_compressed: (nil) 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: persistent_cache: (nil) 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_size: 4096 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_size_deviation: 10 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_restart_interval: 16 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: index_block_restart_interval: 1 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: metadata_block_size: 4096 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: partition_filters: 0 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: use_delta_encoding: 1 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: filter_policy: bloomfilter 2024-05-04T19:42:52.268 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: whole_key_filtering: 1 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: verify_compression: 0 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: read_amp_bytes_per_bit: 0 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: format_version: 5 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: enable_index_compression: 1 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: block_align: 0 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: max_auto_readahead_size: 262144 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: prepopulate_block_cache: 0 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: initial_auto_readahead_size: 8192 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: num_file_reads_for_auto_readahead: 2 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression: NoCompression 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T19:42:52.269 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.num_levels: 7 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T19:42:52.270 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T19:42:52.271 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T19:42:52.272 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T19:42:52.273 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.ttl: 2592000 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T19:42:52.274 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8f66cd0b-0fac-4a77-8854-f593886724dc 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851772228663, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851772229157, "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": 1714851772, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8f66cd0b-0fac-4a77-8854-f593886724dc", "db_session_id": "CDCU6KLB67Z71CF8OVD1", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714851772229253, "job": 1, "event": "recovery_finished"} 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-04T19:42:52.275 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557b66b66000 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 4 rocksdb: DB pointer 0x557b66b52000 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d51fd9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d51fd9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: ** DB Stats ** 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: ** Compaction Stats [default] ** 2024-05-04T19:42:52.276 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: ** Compaction Stats [default] ** 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: AddFile(Total Files): cumulative 0, interval 0 2024-05-04T19:42:52.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: AddFile(Keys): cumulative 0, interval 0 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Block cache BinnedLRUCache@0x557b66a431f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: ** File Read Latency Histogram By Level [default] ** 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.226+0000 7f0d63882c80 0 using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.230+0000 7f0d63882c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.230+0000 7f0d63882c80 1 mon.c@-1(???) e0 preinit fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).mds e1 new map 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-05-04T19:42:52.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: e1 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: legacy client fscid: -1 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: No filesystems configured 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.250+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.254+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.254+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.254+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:42:52.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.254+0000 7f0d54fdf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:50.457047+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:50.457047+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:52.457497+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:52.457497+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:54.457883+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:54.457883+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:41:55.993327+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:41:55.993327+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:56.458249+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:56.458249+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:41:56.858117+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi083 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:41:56.858117+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi083 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:58.458622+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:41:58.458622+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:00.458897+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:00.458897+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.236463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.236463+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:02.237468+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi083 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:02.237468+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi083 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.243560+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.243560+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:02.459314+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:02.459314+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.716587+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:02.716587+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:04.191598+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:04.191598+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:04.459729+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:04.459729+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:05.342639+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:05.342639+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:06.460117+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:06.460117+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:08.460414+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:08.460414+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.207040+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.207040+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:52.283 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:10.460851+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:10.460851+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.779313+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.779313+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.785645+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.785645+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.792722+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.792722+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.813186+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.813186+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.814974+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.814974+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.816898+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.816898+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.818597+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.284 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:10.818597+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:10.820947+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:10.820947+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:10.986958+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:10.986958+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:11.151314+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:11.151314+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:11.317458+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:11.317458+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.537686+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.537686+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.543400+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.543400+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.549858+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:11.549858+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:12.461307+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.285 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:12.461307+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:14.461716+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:14.461716+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:16.462086+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:16.462086+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:18.328531+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:18.328531+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:18.462473+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:18.462473+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:19.079603+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi190 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:19.079603+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi190 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:20.462852+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:20.462852+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:22.463252+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:22.463252+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.417743+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.286 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.417743+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:24.418605+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi190 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:24.418605+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi190 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.463391+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.463391+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:24.463523+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:24.463523+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.885923+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:24.885923+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:26.362552+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:26.362552+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:26.463906+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:26.463906+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:27.563934+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:27.563934+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:28.464343+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.287 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:28.464343+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:30.464750+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:30.464750+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.304792+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.304792+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:32.465169+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:32.465169+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.950909+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.950909+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.955966+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.955966+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.962588+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.962588+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.967805+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.967805+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.969319+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.969319+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:42:52.288 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.971074+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.971074+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.972481+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:32.972481+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:32.974995+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:32.974995+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.140357+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.140357+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.255104+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.255104+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.419399+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:33.419399+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.589684+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.589684+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.595043+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.289 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.595043+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.290 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.601538+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:33.601538+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:34.465649+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:34.465649+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:36.466089+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:36.466089+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:38.466465+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:38.466465+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:40.118495+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:40.118495+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:40.466843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:40.466843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:40.609735+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:40.609735+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.3:0/435106285' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:40.615536+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:40.615536+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:42.467248+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:42.467248+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:44.467643+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:44.467643+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.954377+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.954377+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.996456+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.996456+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.943018+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:44.943018+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:44.948623+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c;count:3 2024-05-04T19:42:52.534 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:44.948623+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=a;smithi083:172.21.15.83=b;smithi190:172.21.15.190=c;count:3 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.627958+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.627958+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.629894+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.629894+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.637702+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.637702+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.641754+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.641754+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.643516+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:45.643516+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.535 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.536 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:52.537 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:52 smithi190 bash[23925]: debug 2024-05-04T19:42:52.258+0000 7f0d54fdf700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-04T19:42:53.007 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-04T19:42:53.007 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-04T19:42:56.451 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:45.643516+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:56.451 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:56.451 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cephadm 2024-05-04T19:42:45.645387+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-05-04T19:42:56.451 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.451 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:46.468035+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.708 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:42:56.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:48.468388+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: cluster 2024-05-04T19:42:50.468791+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:50.772830+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.190:0/424222870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.070763+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.077256+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.129297+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.130829+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: audit 2024-05-04T19:42:51.132514+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:42:56.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:42:56 smithi083 bash[23383]: debug 2024-05-04T19:42:56.444+0000 7f6ca973b700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.667 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.668 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:42:57.669 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:57.670 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.671 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:57 smithi190 bash[23925]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:57.697 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:42:57.698 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:42:57.699 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:57.700 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:57 smithi003 bash[21533]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:58.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:42:58 smithi003 bash[21533]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:58.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:58.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:42:58.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:58.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:42:58.782 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:42:58.782 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:42:58 smithi190 bash[23925]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.265464+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.270484+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:52.270857+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:52.290572+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:52.469184+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:53.264920+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:54.265139+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:54.267839+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:54.469505+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.808 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:55.265482+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:56.265402+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:56.452980+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:56.469853+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.265899+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.809 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.312774+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321215+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321289+0000 mon.a (mon.0) 172 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321335+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-04T19:42:52.264819+0000 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321381+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321427+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321472+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.810 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321513+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.321562+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342235+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342334+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.342689+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:57.343023+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.352230+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.811 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.360894+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.373623+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.382431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.453008+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:57.484155+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.265471+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.812 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.813 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.814 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.815 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.816 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:03.817 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:03 smithi083 bash[23383]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:03.937 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-05-04T19:43:03.937 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":3,"fsid":"df83b904-0a4d-11ef-bc97-c7b262605968","modified":"2024-05-04T19:42:58.453489Z","created":"2024-05-04T19:40:07.715284Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-04T19:43:03.940 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 3 2024-05-04T19:43:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.949 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:03.950 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:03 smithi003 bash[21533]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.461116+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.461591+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.951 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.463353+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:42:58.470249+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.482903+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:58.483267+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:42:59.453195+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:00.453878+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:00.455807+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T19:43:03.952 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:00.470640+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:01.453737+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:02.453882+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.953 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:02.471031+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.453931+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.504676+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512746+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512834+0000 mon.a (mon.0) 202 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.954 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512877+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-05-04T19:42:58.453489+0000 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512921+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.512964+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513008+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513050+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513092+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.513133+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.955 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534222+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534317+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.534670+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: cluster 2024-05-04T19:43:03.535010+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.543832+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.550029+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.557097+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.563608+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.956 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.957 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.569971+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:03.957 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.957 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.571680+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:03.957 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:03.957 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:03 smithi190 bash[23925]: audit 2024-05-04T19:43:03.573408+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:04.658 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-04T19:43:04.658 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:04.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:04.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:04 smithi003 bash[21533]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:05.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:04 smithi190 bash[23925]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.576099+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.576957+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:05.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.577368+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:03.936805+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.190:0/1238759848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.165450+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.169892+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.173886+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.178167+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.182305+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.186536+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.057 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.191455+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.299469+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.305519+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.311168+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.317529+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:05.058 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.319106+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.320973+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.322909+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:05.059 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:04 smithi083 bash[23383]: audit 2024-05-04T19:43:04.454162+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:05.821 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:05.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:05.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:05 smithi003 bash[21533]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:06.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:06.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:05 smithi190 bash[23925]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.945131+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.948196+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:03.948593+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:04.318404+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cephadm 2024-05-04T19:43:04.325008+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:06.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:05 smithi083 bash[23383]: cluster 2024-05-04T19:43:04.471435+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:07 smithi190 bash[23925]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:07 smithi083 bash[23383]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.204332+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.209915+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cephadm 2024-05-04T19:43:06.244244+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.244861+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.246597+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: audit 2024-05-04T19:43:06.248256+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cephadm 2024-05-04T19:43:06.250470+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:07.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:07 smithi003 bash[21533]: cluster 2024-05-04T19:43:06.471838+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.372 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.591 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.592 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:09 smithi190 bash[23925]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:09 smithi003 bash[21533]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.309209+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.316659+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cephadm 2024-05-04T19:43:08.322420+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.323050+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.324918+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: audit 2024-05-04T19:43:08.326700+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cephadm 2024-05-04T19:43:08.328818+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:09.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:09 smithi083 bash[23383]: cluster 2024-05-04T19:43:08.472250+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.475 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.475 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.475 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.476 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:11 smithi003 bash[21533]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.533 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:11 smithi190 bash[23925]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.213072+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.216865+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.249914+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: cluster 2024-05-04T19:43:10.472606+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.930199+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:11.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.932186+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:11.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.557 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:11 smithi083 bash[23383]: audit 2024-05-04T19:43:10.941966+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:11.861 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:11.861 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2024-05-04T19:43:11.861 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:43:11.861 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-05-04T19:43:12.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:12 smithi003 bash[21533]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:12 smithi003 bash[21533]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.487 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-04T19:43:12.487 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:43:12.487 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T19:43:12.502 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:43:12.502 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:43:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:12 smithi190 bash[23925]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:12 smithi190 bash[23925]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:12 smithi083 bash[23383]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:12 smithi083 bash[23383]: audit 2024-05-04T19:43:11.861344+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.3:0/2971364382' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:12.557 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:43:12.557 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T19:43:12.572 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:43:12.572 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:43:12.628 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:43:12.628 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T19:43:12.643 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:43:12.643 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:43:12.698 INFO:tasks.cephadm:Adding mgr.a on smithi003 2024-05-04T19:43:12.698 INFO:tasks.cephadm:Adding mgr.b on smithi083 2024-05-04T19:43:12.699 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi003=a;smithi083=b' 2024-05-04T19:43:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:13 smithi190 bash[23925]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:13 smithi190 bash[23925]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:13 smithi083 bash[23383]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:13 smithi083 bash[23383]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:13.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:13 smithi003 bash[21533]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:13.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:13 smithi003 bash[21533]: cluster 2024-05-04T19:43:12.473100+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:15 smithi190 bash[23925]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:15 smithi190 bash[23925]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:15 smithi083 bash[23383]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:15 smithi083 bash[23383]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:15 smithi003 bash[21533]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:15.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:15 smithi003 bash[21533]: cluster 2024-05-04T19:43:14.473552+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:16.444 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:43:17.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:17 smithi190 bash[23925]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:17.781 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:17 smithi190 bash[23925]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:17.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:17 smithi083 bash[23383]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:17.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:17 smithi083 bash[23383]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:17 smithi003 bash[21533]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:17.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:17 smithi003 bash[21533]: cluster 2024-05-04T19:43:16.473988+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:18.959 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mgr update... 2024-05-04T19:43:19.564 DEBUG:teuthology.orchestra.run.smithi083:mgr.b> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.b.service 2024-05-04T19:43:19.567 INFO:tasks.cephadm:Deploying OSDs... 2024-05-04T19:43:19.567 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-04T19:43:19.567 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T19:43:19.574 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T19:43:19.574 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-05-04 19:33:02.202235909 +0000 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-05-04 19:33:01.922238409 +0000 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-05-04 19:33:01.922238409 +0000 2024-05-04T19:43:19.622 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-05-04T19:43:19.622 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T19:43:19.677 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-05-04T19:43:19.677 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-05-04T19:43:19.677 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000403929 s, 1.3 MB/s 2024-05-04T19:43:19.678 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T19:43:19.728 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2024-05-04T19:43:19.777 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T19:43:19.777 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-05-04 19:33:02.706231406 +0000 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-05-04 19:33:02.414234015 +0000 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-05-04 19:33:02.414234015 +0000 2024-05-04T19:43:19.778 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-05-04T19:43:19.778 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:19.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:19 smithi083 bash[23383]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:19.835 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.836 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:19 smithi003 bash[21533]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-05-04T19:43:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-05-04T19:43:19.836 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000373111 s, 1.4 MB/s 2024-05-04T19:43:19.838 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T19:43:19.891 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2024-05-04T19:43:19.941 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T19:43:19.941 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:19.941 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-05-04T19:43:19.941 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:19.941 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-05-04 19:33:03.238226655 +0000 2024-05-04T19:43:19.942 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-05-04 19:33:02.962229121 +0000 2024-05-04T19:43:19.942 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-05-04 19:33:02.962229121 +0000 2024-05-04T19:43:19.942 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-05-04T19:43:19.942 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T19:43:20.000 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-05-04T19:43:20.000 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-05-04T19:43:20.000 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000406983 s, 1.3 MB/s 2024-05-04T19:43:20.001 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: cluster 2024-05-04T19:43:18.474402+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.957889+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.976892+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.980834+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.982800+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.992230+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:20.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.995541+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:18.998292+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:19.002842+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:20.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:19 smithi190 bash[23925]: audit 2024-05-04T19:43:19.004894+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:20.051 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2024-05-04T19:43:20.101 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T19:43:20.101 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-05-04 19:33:03.498224333 +0000 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-05-04 19:33:03.494224368 +0000 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-05-04 19:33:03.494224368 +0000 2024-05-04T19:43:20.102 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2024-05-04T19:43:20.102 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T19:43:20.157 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-05-04T19:43:20.157 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-05-04T19:43:20.157 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000293686 s, 1.7 MB/s 2024-05-04T19:43:20.159 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T19:43:20.207 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-05-04T19:43:20.207 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T19:43:20.213 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T19:43:20.213 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-05-04 19:33:01.735562069 +0000 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-05-04 19:33:01.431564784 +0000 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-05-04 19:33:01.431564784 +0000 2024-05-04T19:43:20.261 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-05-04T19:43:20.261 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T19:43:20.321 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-05-04T19:43:20.321 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-05-04T19:43:20.321 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.00034505 s, 1.5 MB/s 2024-05-04T19:43:20.322 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T19:43:20.369 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2024-05-04T19:43:20.416 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T19:43:20.416 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.416 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-05-04T19:43:20.416 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.417 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-05-04 19:33:02.199557924 +0000 2024-05-04T19:43:20.417 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-05-04 19:33:01.947560174 +0000 2024-05-04T19:43:20.417 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-05-04 19:33:01.947560174 +0000 2024-05-04T19:43:20.417 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-05-04T19:43:20.417 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T19:43:20.471 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-05-04T19:43:20.471 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-05-04T19:43:20.471 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.00026809 s, 1.9 MB/s 2024-05-04T19:43:20.472 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T19:43:20.525 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-05-04 19:33:02.667553744 +0000 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-05-04 19:33:02.431555852 +0000 2024-05-04T19:43:20.572 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-05-04 19:33:02.431555852 +0000 2024-05-04T19:43:20.573 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-05-04T19:43:20.573 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T19:43:20.623 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.624 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.624 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.624 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.624 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.624 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:20 smithi083 bash[23383]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.625 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-05-04T19:43:20.625 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-05-04T19:43:20.625 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000290965 s, 1.8 MB/s 2024-05-04T19:43:20.626 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T19:43:20.673 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-05-04 19:33:03.139549528 +0000 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-05-04 19:33:02.891551743 +0000 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-05-04 19:33:02.891551743 +0000 2024-05-04T19:43:20.724 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-05-04T19:43:20.725 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T19:43:20.777 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-05-04T19:43:20.777 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-05-04T19:43:20.778 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000302174 s, 1.7 MB/s 2024-05-04T19:43:20.779 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T19:43:20.825 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-05-04T19:43:20.825 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T19:43:20.832 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T19:43:20.832 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-05-04 19:33:02.371918802 +0000 2024-05-04T19:43:20.879 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-05-04 19:33:02.115921087 +0000 2024-05-04T19:43:20.880 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-05-04 19:33:02.115921087 +0000 2024-05-04T19:43:20.880 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-05-04T19:43:20.880 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.933 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:20 smithi190 bash[23925]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.934 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-05-04T19:43:20.934 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-05-04T19:43:20.934 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000453576 s, 1.1 MB/s 2024-05-04T19:43:20.936 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: audit 2024-05-04T19:43:18.947718+0000 mgr.a (mgr.14152) 96 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: cephadm 2024-05-04T19:43:18.951388+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Saving service mgr spec with placement smithi003=a;smithi083=b;count:2 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:20 smithi003 bash[21533]: cephadm 2024-05-04T19:43:19.006916+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Deploying daemon mgr.b on smithi083 2024-05-04T19:43:20.984 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-05-04 19:33:02.895914128 +0000 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-05-04 19:33:02.615916626 +0000 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-05-04 19:33:02.615916626 +0000 2024-05-04T19:43:21.035 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-05-04T19:43:21.035 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T19:43:21.090 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-05-04T19:43:21.090 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-05-04T19:43:21.090 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000357333 s, 1.4 MB/s 2024-05-04T19:43:21.091 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T19:43:21.140 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-05-04 19:33:03.391909703 +0000 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-05-04 19:33:03.115912165 +0000 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-05-04 19:33:03.115912165 +0000 2024-05-04T19:43:21.191 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-05-04T19:43:21.191 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T19:43:21.245 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-05-04T19:43:21.245 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-05-04T19:43:21.245 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000361084 s, 1.4 MB/s 2024-05-04T19:43:21.246 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T19:43:21.296 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-05-04 19:33:03.903905136 +0000 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-05-04 19:33:03.635907527 +0000 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-05-04 19:33:03.635907527 +0000 2024-05-04T19:43:21.347 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-05-04T19:43:21.348 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T19:43:21.400 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-05-04T19:43:21.400 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-05-04T19:43:21.400 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000278543 s, 1.8 MB/s 2024-05-04T19:43:21.401 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T19:43:21.448 INFO:tasks.cephadm:Deploying osd.0 on smithi003 with /dev/vg_nvme/lv_4... 2024-05-04T19:43:21.448 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T19:43:21.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:21 smithi083 bash[23383]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:21.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:21 smithi083 bash[23383]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:21.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:43:21.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:21 smithi083 systemd[1]: Started Ceph mgr.b for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:43:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:21 smithi003 bash[21533]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:21 smithi003 bash[21533]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:21 smithi190 bash[23925]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:21 smithi190 bash[23925]: cluster 2024-05-04T19:43:20.474808+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:22.857 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23892]: debug 2024-05-04T19:43:22.708+0000 7f0b29f6f700 1 -- 172.21.15.83:0/1347579572 <== mon.2 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5603b18365a0 con 0x5603b25bac00 2024-05-04T19:43:22.857 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:22.858 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23383]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:23.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:23.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:23.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:22 smithi003 bash[21533]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:23.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.281 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.830614+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.839299+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.886673+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:21.894971+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: audit 2024-05-04T19:43:22.030610+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:23.282 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:22 smithi190 bash[23925]: cluster 2024-05-04T19:43:22.475219+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:23.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:22 smithi083 bash[23892]: debug 2024-05-04T19:43:22.856+0000 7f0b34182200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T19:43:24.759 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:24 smithi083 bash[23892]: debug 2024-05-04T19:43:24.412+0000 7f0b34182200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T19:43:24.759 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:24 smithi083 bash[23892]: debug 2024-05-04T19:43:24.512+0000 7f0b34182200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T19:43:24.759 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:24 smithi083 bash[23383]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:24.759 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:24 smithi083 bash[23383]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:24 smithi003 bash[21533]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:24 smithi003 bash[21533]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:25.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:24 smithi190 bash[23925]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:25.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:24 smithi190 bash[23925]: audit 2024-05-04T19:43:23.551655+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:25.055 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:24 smithi083 bash[23892]: debug 2024-05-04T19:43:24.756+0000 7f0b34182200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T19:43:25.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:25 smithi083 bash[23383]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:25.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:25 smithi083 bash[23383]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:25.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:25 smithi083 bash[23892]: debug 2024-05-04T19:43:25.548+0000 7f0b34182200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T19:43:25.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:25 smithi083 bash[23892]: debug 2024-05-04T19:43:25.656+0000 7f0b34182200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T19:43:25.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:25 smithi083 bash[23892]: debug 2024-05-04T19:43:25.760+0000 7f0b34182200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T19:43:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:25 smithi003 bash[21533]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:25 smithi003 bash[21533]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:26.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:25 smithi190 bash[23925]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:26.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:25 smithi190 bash[23925]: cluster 2024-05-04T19:43:24.475635+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:26.167 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:43:26.555 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:26 smithi083 bash[23892]: debug 2024-05-04T19:43:26.108+0000 7f0b34182200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T19:43:26.555 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:26 smithi083 bash[23892]: debug 2024-05-04T19:43:26.220+0000 7f0b34182200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T19:43:26.555 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:26 smithi083 bash[23892]: debug 2024-05-04T19:43:26.320+0000 7f0b34182200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T19:43:27.055 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:26 smithi083 bash[23892]: debug 2024-05-04T19:43:26.672+0000 7f0b34182200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T19:43:27.055 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:26 smithi083 bash[23892]: debug 2024-05-04T19:43:26.908+0000 7f0b34182200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T19:43:27.555 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23892]: debug 2024-05-04T19:43:27.180+0000 7f0b34182200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T19:43:27.555 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23892]: debug 2024-05-04T19:43:27.292+0000 7f0b34182200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T19:43:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:27 smithi003 bash[21533]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.976 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23892]: debug 2024-05-04T19:43:27.568+0000 7f0b34182200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T19:43:27.976 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:27.976 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:27.977 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:27.978 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23383]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: cluster 2024-05-04T19:43:26.476064+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.270560+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.279775+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.281648+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.283472+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.293136+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.397807+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.399748+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:28.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:27 smithi190 bash[23925]: audit 2024-05-04T19:43:27.401420+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:28.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:27 smithi083 bash[23892]: debug 2024-05-04T19:43:27.972+0000 7f0b34182200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:43:28.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23892]: debug 2024-05-04T19:43:28.208+0000 7f0b34182200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T19:43:28.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23892]: debug 2024-05-04T19:43:28.324+0000 7f0b34182200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T19:43:28.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23892]: debug 2024-05-04T19:43:28.568+0000 7f0b34182200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T19:43:28.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23383]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:28.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23383]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:28.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23383]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:28.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:28 smithi083 bash[23383]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:28.825 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:28 smithi003 bash[21533]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:28.825 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:28 smithi003 bash[21533]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:28.825 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:28 smithi003 bash[21533]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:28.825 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:28 smithi003 bash[21533]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:28 smithi190 bash[23925]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:28 smithi190 bash[23925]: cephadm 2024-05-04T19:43:27.397045+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T19:43:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:28 smithi190 bash[23925]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:28 smithi190 bash[23925]: cephadm 2024-05-04T19:43:27.403448+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:43:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T19:43:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T19:43:29.496 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2024-05-04T19:43:29.496 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2024-05-04T19:43:29.497 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0144636 s, 725 MB/s 2024-05-04T19:43:29.497 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:29 smithi003 bash[21533]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.973 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23892]: debug 2024-05-04T19:43:29.568+0000 7f0b34182200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23892]: debug 2024-05-04T19:43:29.684+0000 7f0b34182200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:29.974 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23383]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: cluster 2024-05-04T19:43:28.476536+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: audit 2024-05-04T19:43:29.527085+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:29 smithi190 bash[23925]: audit 2024-05-04T19:43:29.531406+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.149 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_4 2024-05-04T19:43:30.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:29 smithi083 bash[23892]: debug 2024-05-04T19:43:29.972+0000 7f0b34182200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T19:43:30.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23892]: debug 2024-05-04T19:43:30.084+0000 7f0b34182200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T19:43:30.805 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23892]: debug 2024-05-04T19:43:30.360+0000 7f0b34182200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T19:43:30.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.806 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23383]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:30.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:30.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:30 smithi003 bash[21533]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:31.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:31.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:29.573632+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:43:31.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:31.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.202321+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:31.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:31.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.203732+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:43:31.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:31.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:30 smithi190 bash[23925]: audit 2024-05-04T19:43:30.212482+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:43:31.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23892]: debug 2024-05-04T19:43:30.808+0000 7f0b34182200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T19:43:31.305 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:43:30 smithi083 bash[23892]: debug 2024-05-04T19:43:30.928+0000 7f0b34182200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T19:43:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:31 smithi003 bash[21533]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:32.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:32.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:31 smithi190 bash[23925]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:32.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:32.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: cluster 2024-05-04T19:43:30.476933+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: cluster 2024-05-04T19:43:30.952063+0000 mon.a (mon.0) 283 : cluster [DBG] Standby manager daemon b started 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.953024+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.953734+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.954945+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:32.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:31 smithi083 bash[23383]: audit 2024-05-04T19:43:30.955426+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.83:0/2519630394' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T19:43:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:32 smithi003 bash[21533]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:32 smithi003 bash[21533]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:32 smithi003 bash[21533]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:32 smithi003 bash[21533]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:33.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:32 smithi190 bash[23925]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:33.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:32 smithi190 bash[23925]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:33.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:32 smithi190 bash[23925]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:33.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:32 smithi190 bash[23925]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:33.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:32 smithi083 bash[23383]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:33.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:32 smithi083 bash[23383]: cluster 2024-05-04T19:43:31.595964+0000 mon.a (mon.0) 284 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T19:43:33.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:32 smithi083 bash[23383]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:33.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:32 smithi083 bash[23383]: audit 2024-05-04T19:43:31.599649+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T19:43:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:33 smithi003 bash[21533]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:33 smithi003 bash[21533]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:34.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:33 smithi190 bash[23925]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:34.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:33 smithi190 bash[23925]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:34.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:33 smithi083 bash[23383]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:34.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:33 smithi083 bash[23383]: cluster 2024-05-04T19:43:32.477388+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:34.868 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:43:35.899 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:35 smithi003 bash[21533]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:35.899 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:35 smithi003 bash[21533]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:36.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:35 smithi190 bash[23925]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:36.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:35 smithi190 bash[23925]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:36.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:35 smithi083 bash[23383]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:36.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:35 smithi083 bash[23383]: cluster 2024-05-04T19:43:34.477753+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:37 smithi003 bash[21533]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:37 smithi003 bash[21533]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:38.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:37 smithi190 bash[23925]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:38.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:37 smithi190 bash[23925]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:38.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:37 smithi083 bash[23383]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:38.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:37 smithi083 bash[23383]: cluster 2024-05-04T19:43:36.478181+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:38.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:38 smithi003 bash[21533]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:39.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:39.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:39.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:39.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:39.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:39.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:38 smithi190 bash[23925]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.795288+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:43:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.798916+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:43:39.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:39.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:38 smithi083 bash[23383]: audit 2024-05-04T19:43:37.800124+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:39 smithi003 bash[21533]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:39 smithi003 bash[21533]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:39 smithi003 bash[21533]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:39 smithi003 bash[21533]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:39 smithi190 bash[23925]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:39 smithi190 bash[23925]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:39 smithi190 bash[23925]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:39 smithi190 bash[23925]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:40.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:39 smithi083 bash[23383]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:40.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:39 smithi083 bash[23383]: audit 2024-05-04T19:43:37.792246+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:43:40.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:39 smithi083 bash[23383]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:40.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:39 smithi083 bash[23383]: cluster 2024-05-04T19:43:38.478705+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:41 smithi003 bash[21533]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:41 smithi003 bash[21533]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:42.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:41 smithi190 bash[23925]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:42.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:41 smithi190 bash[23925]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:42.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:41 smithi083 bash[23383]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:42.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:41 smithi083 bash[23383]: cluster 2024-05-04T19:43:40.479161+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:43 smithi003 bash[21533]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:43 smithi003 bash[21533]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:44.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:43 smithi190 bash[23925]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:44.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:43 smithi190 bash[23925]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:44.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:43 smithi083 bash[23383]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:44.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:43 smithi083 bash[23383]: cluster 2024-05-04T19:43:42.479608+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:45 smithi003 bash[21533]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:45 smithi003 bash[21533]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:46.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:45 smithi190 bash[23925]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:46.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:45 smithi190 bash[23925]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:46.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:45 smithi083 bash[23383]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:46.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:45 smithi083 bash[23383]: cluster 2024-05-04T19:43:44.480038+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:46 smithi003 bash[21533]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:47.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:47.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:47.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:47.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:47.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:47.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:47.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:47.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:46 smithi190 bash[23925]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:47.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:47.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.073582+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]: dispatch 2024-05-04T19:43:47.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:47.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.076762+0000 mon.a (mon.0) 290 : audit [INF] from='client.? 172.21.15.3:0/1371539984' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5af21add-04c5-471e-a9f5-8a4b8d25efef"}]': finished 2024-05-04T19:43:47.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:47.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: cluster 2024-05-04T19:43:46.081648+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T19:43:47.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:47.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:46 smithi083 bash[23383]: audit 2024-05-04T19:43:46.081914+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:43:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:47 smithi003 bash[21533]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:47 smithi003 bash[21533]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:47 smithi003 bash[21533]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:47 smithi003 bash[21533]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:47 smithi190 bash[23925]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:47 smithi190 bash[23925]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:47 smithi190 bash[23925]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:47 smithi190 bash[23925]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:48.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:47 smithi083 bash[23383]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:48.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:47 smithi083 bash[23383]: cluster 2024-05-04T19:43:46.480416+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:48.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:47 smithi083 bash[23383]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:48.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:47 smithi083 bash[23383]: audit 2024-05-04T19:43:46.796173+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.3:0/3255339009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:43:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:49 smithi003 bash[21533]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:49 smithi003 bash[21533]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:49 smithi190 bash[23925]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:49 smithi190 bash[23925]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:50.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:49 smithi083 bash[23383]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:50.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:49 smithi083 bash[23383]: cluster 2024-05-04T19:43:48.480901+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:51 smithi003 bash[21533]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:51 smithi003 bash[21533]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:52.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:51 smithi190 bash[23925]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:52.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:51 smithi190 bash[23925]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:52.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:51 smithi083 bash[23383]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:52.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:51 smithi083 bash[23383]: cluster 2024-05-04T19:43:50.481252+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:53 smithi003 bash[21533]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:53 smithi003 bash[21533]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:53 smithi190 bash[23925]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:53 smithi190 bash[23925]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:54.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:53 smithi083 bash[23383]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:54.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:53 smithi083 bash[23383]: cluster 2024-05-04T19:43:52.481649+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:55 smithi003 bash[21533]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:55 smithi003 bash[21533]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:56.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:55 smithi190 bash[23925]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:56.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:55 smithi190 bash[23925]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:56.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:55 smithi083 bash[23383]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:56.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:55 smithi083 bash[23383]: cluster 2024-05-04T19:43:54.482078+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:57 smithi003 bash[21533]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:57 smithi003 bash[21533]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:58.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:57 smithi190 bash[23925]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:58.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:57 smithi190 bash[23925]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:58.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:57 smithi083 bash[23383]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:58.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:57 smithi083 bash[23383]: cluster 2024-05-04T19:43:56.482383+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:58 smithi003 bash[21533]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:58 smithi003 bash[21533]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:58 smithi003 bash[21533]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:58 smithi003 bash[21533]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:58 smithi190 bash[23925]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:58 smithi190 bash[23925]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:58 smithi190 bash[23925]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:58 smithi190 bash[23925]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:59.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:58 smithi083 bash[23383]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:59.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:58 smithi083 bash[23383]: audit 2024-05-04T19:43:58.214860+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:43:59.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:58 smithi083 bash[23383]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:59.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:58 smithi083 bash[23383]: audit 2024-05-04T19:43:58.216602+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:43:59.837 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:59 smithi003 bash[21533]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:43:59.837 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:59 smithi003 bash[21533]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:43:59.837 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:59 smithi003 bash[21533]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:43:59.837 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:43:59 smithi003 bash[21533]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:59 smithi190 bash[23925]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:44:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:59 smithi190 bash[23925]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:44:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:59 smithi190 bash[23925]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:43:59 smithi190 bash[23925]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:59 smithi083 bash[23383]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:44:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:59 smithi083 bash[23383]: cephadm 2024-05-04T19:43:58.218172+0000 mgr.a (mgr.14152) 121 : cephadm [INF] Deploying daemon osd.0 on smithi003 2024-05-04T19:44:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:59 smithi083 bash[23383]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:43:59 smithi083 bash[23383]: cluster 2024-05-04T19:43:58.482661+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:01 smithi003 bash[21533]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:01.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:01 smithi003 bash[21533]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:01 smithi190 bash[23925]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:01 smithi190 bash[23925]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:01 smithi083 bash[23383]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:01 smithi083 bash[23383]: cluster 2024-05-04T19:44:00.483087+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:02.477 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:44:02 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:02.477 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:02 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:02.757 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:02 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:02.758 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:44:02 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:03 smithi003 bash[21533]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:03 smithi190 bash[23925]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: cluster 2024-05-04T19:44:02.483364+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.767591+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.773864+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:03 smithi083 bash[23383]: audit 2024-05-04T19:44:02.812692+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:05 smithi003 bash[21533]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:05.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:05 smithi003 bash[21533]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:06.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:05 smithi190 bash[23925]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:06.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:05 smithi190 bash[23925]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:06.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:05 smithi083 bash[23383]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:06.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:05 smithi083 bash[23383]: cluster 2024-05-04T19:44:04.483734+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:07.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:07 smithi003 bash[21533]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:07.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:07 smithi003 bash[21533]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:08.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:07 smithi190 bash[23925]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:08.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:07 smithi190 bash[23925]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:07 smithi083 bash[23383]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:07 smithi083 bash[23383]: cluster 2024-05-04T19:44:06.484299+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.305 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.306 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.306 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.306 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.306 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:09 smithi083 bash[23383]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.447 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.448 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:09 smithi003 bash[21533]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.047981+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.054279+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: cluster 2024-05-04T19:44:08.484597+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.624442+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:09.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.625204+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:09.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:09.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:09 smithi190 bash[23925]: audit 2024-05-04T19:44:08.630053+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:10.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:10 smithi003 bash[21533]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:10.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:10 smithi003 bash[21533]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:10.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:10 smithi190 bash[23925]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:10.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:10 smithi190 bash[23925]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:10.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:10 smithi083 bash[23383]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:10.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:10 smithi083 bash[23383]: audit 2024-05-04T19:44:09.116030+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T19:44:11.307 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 0 on host 'smithi003' 2024-05-04T19:44:11.358 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.359 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:11 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:11 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.067945+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.071253+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.071637+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: audit 2024-05-04T19:44:10.072016+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:11 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.484900+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:11.948 DEBUG:teuthology.orchestra.run.smithi003:osd.0> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.0.service 2024-05-04T19:44:11.950 INFO:tasks.cephadm:Deploying osd.1 on smithi003 with /dev/vg_nvme/lv_3... 2024-05-04T19:44:11.950 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:12.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:12 smithi003 bash[21533]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:12.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:12 smithi190 bash[23925]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.070239+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: cluster 2024-05-04T19:44:11.075512+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.076948+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.086379+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:12.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.263583+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.271087+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:12.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:12.556 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:12 smithi083 bash[23383]: audit 2024-05-04T19:44:11.282284+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:13.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:13.446 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:13 smithi003 bash[21533]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:13.532 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:13 smithi190 bash[23925]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.127768+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:10.127836+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.085681+0000 mon.a (mon.0) 316 : cluster [INF] osd.0 [v2:172.21.15.3:6802/4070919054,v1:172.21.15.3:6803/4070919054] boot 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.085752+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: audit 2024-05-04T19:44:12.086711+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:13.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:13 smithi083 bash[23383]: cluster 2024-05-04T19:44:12.485328+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T19:44:14.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:14 smithi003 bash[21533]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:14.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:14 smithi003 bash[21533]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:14.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:14 smithi190 bash[23925]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:14.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:14 smithi190 bash[23925]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:14.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:14 smithi083 bash[23383]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:14.555 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:14 smithi083 bash[23383]: cluster 2024-05-04T19:44:13.094834+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T19:44:15.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:15 smithi003 bash[21533]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:15.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:15 smithi003 bash[21533]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:15.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:15 smithi190 bash[23925]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:15.531 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:15 smithi190 bash[23925]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:15.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:15 smithi083 bash[23383]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:15.554 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:15 smithi083 bash[23383]: cluster 2024-05-04T19:44:14.485778+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:16.276 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:44:17.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:17 smithi003 bash[21533]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:17.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:17 smithi003 bash[21533]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:17.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:17 smithi083 bash[23383]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:17.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:17 smithi083 bash[23383]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:18.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:17 smithi190 bash[23925]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:18.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:17 smithi190 bash[23925]: cluster 2024-05-04T19:44:16.486242+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:19.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:19 smithi083 bash[23383]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:19.805 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:19 smithi083 bash[23383]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:19.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:19 smithi003 bash[21533]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:19 smithi003 bash[21533]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:19 smithi190 bash[23925]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:19 smithi190 bash[23925]: cluster 2024-05-04T19:44:18.486707+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:20.331 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-04T19:44:20.332 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-04T19:44:20.332 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2024-05-04T19:44:20.332 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2024-05-04T19:44:20.332 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133916 s, 783 MB/s 2024-05-04T19:44:20.332 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2024-05-04T19:44:21.159 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_3 2024-05-04T19:44:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:21 smithi003 bash[21533]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:21 smithi003 bash[21533]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:21 smithi003 bash[21533]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:21.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:21 smithi003 bash[21533]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:21 smithi190 bash[23925]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:21 smithi190 bash[23925]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:21 smithi190 bash[23925]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:21 smithi190 bash[23925]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:21 smithi083 bash[23383]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:22.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:21 smithi083 bash[23383]: cluster 2024-05-04T19:44:20.487000+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:22.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:21 smithi083 bash[23383]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:21 smithi083 bash[23383]: audit 2024-05-04T19:44:21.542478+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:22.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:22.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:22 smithi003 bash[21533]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:23.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:23.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:22 smithi190 bash[23925]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: cephadm 2024-05-04T19:44:21.533785+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.551193+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.553324+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: cephadm 2024-05-04T19:44:21.560584+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 17269M 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.567069+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.571186+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:23.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:23.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.572895+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:23.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.056 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:22 smithi083 bash[23383]: audit 2024-05-04T19:44:21.582840+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:23 smithi003 bash[21533]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:23.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:23 smithi003 bash[21533]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:24.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:23 smithi190 bash[23925]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:24.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:23 smithi190 bash[23925]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:24.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:23 smithi083 bash[23383]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:24.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:23 smithi083 bash[23383]: cluster 2024-05-04T19:44:22.487431+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:25.885 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:44:25.908 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:25 smithi003 bash[21533]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:25.908 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:25 smithi003 bash[21533]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:26.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:25 smithi190 bash[23925]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:26.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:25 smithi190 bash[23925]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:26.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:25 smithi083 bash[23383]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:26.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:25 smithi083 bash[23383]: cluster 2024-05-04T19:44:24.487964+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:27.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:27 smithi003 bash[21533]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:27.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:27 smithi003 bash[21533]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:27 smithi190 bash[23925]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:27 smithi190 bash[23925]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:27 smithi083 bash[23383]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:27 smithi083 bash[23383]: cluster 2024-05-04T19:44:26.488474+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:28 smithi003 bash[21533]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:29.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:29.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:28 smithi190 bash[23925]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:29.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:29.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.431024+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:44:29.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:29.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.435551+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:44:29.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:29.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:28 smithi083 bash[23383]: audit 2024-05-04T19:44:28.436875+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:29 smithi003 bash[21533]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:29 smithi003 bash[21533]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:29 smithi003 bash[21533]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:29.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:29 smithi003 bash[21533]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:29 smithi190 bash[23925]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:29 smithi190 bash[23925]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:29 smithi190 bash[23925]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:30.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:29 smithi190 bash[23925]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:30.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:29 smithi083 bash[23383]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:30.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:29 smithi083 bash[23383]: audit 2024-05-04T19:44:28.424136+0000 mgr.a (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:44:30.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:29 smithi083 bash[23383]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:30.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:29 smithi083 bash[23383]: cluster 2024-05-04T19:44:28.488909+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:31 smithi003 bash[21533]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:31 smithi003 bash[21533]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:32.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:31 smithi190 bash[23925]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:32.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:31 smithi190 bash[23925]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:32.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:31 smithi083 bash[23383]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:32.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:31 smithi083 bash[23383]: cluster 2024-05-04T19:44:30.489378+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:33.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:33 smithi003 bash[21533]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:33.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:33 smithi003 bash[21533]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:34.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:33 smithi190 bash[23925]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:34.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:33 smithi190 bash[23925]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:34.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:33 smithi083 bash[23383]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:34.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:33 smithi083 bash[23383]: cluster 2024-05-04T19:44:32.489826+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:35 smithi003 bash[21533]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:35.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:35 smithi003 bash[21533]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:36.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:35 smithi190 bash[23925]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:36.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:35 smithi190 bash[23925]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:36.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:35 smithi083 bash[23383]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:36.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:35 smithi083 bash[23383]: cluster 2024-05-04T19:44:34.490310+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:36.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:36.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:36 smithi003 bash[21533]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:37.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:37.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:37.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:36 smithi190 bash[23925]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:37.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:37.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.540110+0000 mon.a (mon.0) 330 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]: dispatch 2024-05-04T19:44:37.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:37.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.542504+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.3:0/1916902450' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ec300fd-56ce-4c8d-a827-87fa82172f3e"}]': finished 2024-05-04T19:44:37.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:37.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: cluster 2024-05-04T19:44:36.547453+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T19:44:37.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:37.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:36 smithi083 bash[23383]: audit 2024-05-04T19:44:36.547859+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:44:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:37 smithi003 bash[21533]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:37 smithi003 bash[21533]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:37 smithi003 bash[21533]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:37 smithi003 bash[21533]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:38.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:37 smithi190 bash[23925]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:38.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:37 smithi190 bash[23925]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:38.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:37 smithi190 bash[23925]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:38.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:37 smithi190 bash[23925]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:38.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:37 smithi083 bash[23383]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:38.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:37 smithi083 bash[23383]: cluster 2024-05-04T19:44:36.490646+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:38.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:37 smithi083 bash[23383]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:38.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:37 smithi083 bash[23383]: audit 2024-05-04T19:44:37.234314+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.3:0/1031845062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:44:39.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:39 smithi003 bash[21533]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:39 smithi003 bash[21533]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:39 smithi190 bash[23925]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:40.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:39 smithi190 bash[23925]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:40.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:39 smithi083 bash[23383]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:40.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:39 smithi083 bash[23383]: cluster 2024-05-04T19:44:38.491095+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:41 smithi003 bash[21533]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:41.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:41 smithi003 bash[21533]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:42.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:41 smithi190 bash[23925]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:42.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:41 smithi190 bash[23925]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:42.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:41 smithi083 bash[23383]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:42.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:41 smithi083 bash[23383]: cluster 2024-05-04T19:44:40.491553+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:43 smithi003 bash[21533]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:43 smithi003 bash[21533]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:44.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:43 smithi190 bash[23925]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:44.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:43 smithi190 bash[23925]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:44.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:43 smithi083 bash[23383]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:44.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:43 smithi083 bash[23383]: cluster 2024-05-04T19:44:42.492018+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:45.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:45 smithi003 bash[21533]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:45 smithi003 bash[21533]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:46.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:45 smithi190 bash[23925]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:46.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:45 smithi190 bash[23925]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:46.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:45 smithi083 bash[23383]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:46.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:45 smithi083 bash[23383]: cluster 2024-05-04T19:44:44.492482+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:47.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:47 smithi003 bash[21533]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:48.001 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:47 smithi003 bash[21533]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:47 smithi190 bash[23925]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:48.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:47 smithi190 bash[23925]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:48.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:47 smithi083 bash[23383]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:48.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:47 smithi083 bash[23383]: cluster 2024-05-04T19:44:46.492777+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:49.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:49 smithi003 bash[21533]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:50.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:49 smithi190 bash[23925]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: cluster 2024-05-04T19:44:48.493185+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: audit 2024-05-04T19:44:48.987876+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:50.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:49 smithi083 bash[23383]: audit 2024-05-04T19:44:48.989489+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:50.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:50 smithi003 bash[21533]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:50 smithi003 bash[21533]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:51.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:50 smithi190 bash[23925]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:51.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:50 smithi190 bash[23925]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:51.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:50 smithi083 bash[23383]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:51.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:50 smithi083 bash[23383]: cephadm 2024-05-04T19:44:48.990935+0000 mgr.a (mgr.14152) 151 : cephadm [INF] Deploying daemon osd.1 on smithi003 2024-05-04T19:44:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:51 smithi003 bash[21533]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:51 smithi003 bash[21533]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:52.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:51 smithi190 bash[23925]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:52.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:51 smithi190 bash[23925]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:52.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:51 smithi083 bash[23383]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:52.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:51 smithi083 bash[23383]: cluster 2024-05-04T19:44:50.493529+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:53.239 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.239 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.239 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.513 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.514 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.514 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:44:53 smithi003 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:44:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:53 smithi003 bash[21533]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:53 smithi190 bash[23925]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: cluster 2024-05-04T19:44:52.493893+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.510720+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.516698+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:54.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:54.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:53 smithi083 bash[23383]: audit 2024-05-04T19:44:53.532811+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:44:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:55 smithi003 bash[21533]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:55 smithi003 bash[21533]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:56.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:55 smithi190 bash[23925]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:56.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:55 smithi190 bash[23925]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:55 smithi083 bash[23383]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:55 smithi083 bash[23383]: cluster 2024-05-04T19:44:54.494246+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:57 smithi003 bash[21533]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:57 smithi003 bash[21533]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:58.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:57 smithi190 bash[23925]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:58.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:57 smithi190 bash[23925]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:58.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:57 smithi083 bash[23383]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:58.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:57 smithi083 bash[23383]: cluster 2024-05-04T19:44:56.494529+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:44:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:44:59.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:44:59 smithi003 bash[21533]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:00.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:00.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:00.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:00.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:44:59 smithi190 bash[23925]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:00.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: cluster 2024-05-04T19:44:58.494793+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.783298+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.789035+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.790043+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.790924+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:44:59 smithi083 bash[23383]: audit 2024-05-04T19:44:58.797592+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:00 smithi003 bash[21533]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:00 smithi003 bash[21533]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:01.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:00 smithi190 bash[23925]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:01.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:00 smithi190 bash[23925]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:01.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:00 smithi083 bash[23383]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:01.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:00 smithi083 bash[23383]: audit 2024-05-04T19:45:00.127502+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T19:45:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:01 smithi190 bash[23925]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:01 smithi083 bash[23383]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: cluster 2024-05-04T19:45:00.495207+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.691262+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: cluster 2024-05-04T19:45:00.698054+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T19:45:02.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.698531+0000 mon.a (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-05-04T19:45:02.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:01 smithi003 bash[21533]: audit 2024-05-04T19:45:00.699120+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.492 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 1 on host 'smithi003' 2024-05-04T19:45:02.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:02.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:02.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:02.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:02.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:02 smithi003 bash[21533]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:03.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:02 smithi190 bash[23925]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:03.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:03.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.693571+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-05-04T19:45:03.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:03.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.696653+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T19:45:03.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.697557+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:01.704185+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.441510+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.449865+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:03.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:02 smithi083 bash[23383]: audit 2024-05-04T19:45:02.452954+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:03.106 DEBUG:teuthology.orchestra.run.smithi003:osd.1> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.1.service 2024-05-04T19:45:03.108 INFO:tasks.cephadm:Deploying osd.2 on smithi083 with /dev/vg_nvme/lv_4... 2024-05-04T19:45:03.109 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:04.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:03 smithi190 bash[23925]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:04.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:03 smithi083 bash[23383]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.143122+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:01.143280+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.495548+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.707174+0000 mon.a (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.3:6810/2354895341,v1:172.21.15.3:6811/2354895341] boot 2024-05-04T19:45:04.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: cluster 2024-05-04T19:45:02.707239+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T19:45:04.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:04.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:03 smithi003 bash[21533]: audit 2024-05-04T19:45:02.708131+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T19:45:05.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:04 smithi190 bash[23925]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:05.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:04 smithi190 bash[23925]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:05.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:04 smithi083 bash[23383]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:05.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:04 smithi083 bash[23383]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:05.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:04 smithi003 bash[21533]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:05.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:04 smithi003 bash[21533]: cluster 2024-05-04T19:45:03.724917+0000 mon.a (mon.0) 360 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T19:45:06.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:05 smithi190 bash[23925]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:06.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:05 smithi190 bash[23925]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:06.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:05 smithi083 bash[23383]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:06.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:05 smithi083 bash[23383]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:06.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:05 smithi003 bash[21533]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:06.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:05 smithi003 bash[21533]: cluster 2024-05-04T19:45:04.495998+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:07.819 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T19:45:08.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:07 smithi190 bash[23925]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:08.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:07 smithi190 bash[23925]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:07 smithi083 bash[23383]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:07 smithi083 bash[23383]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:08.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:07 smithi003 bash[21533]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:07 smithi003 bash[21533]: cluster 2024-05-04T19:45:06.496445+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:09.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:09 smithi003 bash[21533]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:09.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:09 smithi003 bash[21533]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:10.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:09 smithi190 bash[23925]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:10.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:09 smithi190 bash[23925]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:10.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:09 smithi083 bash[23383]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:10.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:09 smithi083 bash[23383]: cluster 2024-05-04T19:45:08.496920+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10+0 records in 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr:10+0 records out 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143612 s, 730 MB/s 2024-05-04T19:45:10.767 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping successful for: 2024-05-04T19:45:11.482 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:11 smithi190 bash[23925]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:11 smithi083 bash[23383]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: cluster 2024-05-04T19:45:10.497349+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.653904+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.663175+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.665414+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.667286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.674836+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.679150+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.680896+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:12.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:11 smithi003 bash[21533]: audit 2024-05-04T19:45:11.690914+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:13.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:12 smithi190 bash[23925]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:12 smithi190 bash[23925]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:12 smithi190 bash[23925]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:13.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:12 smithi190 bash[23925]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:13.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:12 smithi083 bash[23383]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:12 smithi083 bash[23383]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:12 smithi083 bash[23383]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:13.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:12 smithi083 bash[23383]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:13.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:12 smithi003 bash[21533]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:12 smithi003 bash[21533]: cephadm 2024-05-04T19:45:11.644638+0000 mgr.a (mgr.14152) 163 : cephadm [INF] Detected new or changed devices on smithi003 2024-05-04T19:45:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:12 smithi003 bash[21533]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:13.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:12 smithi003 bash[21533]: cephadm 2024-05-04T19:45:11.668639+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 8634M 2024-05-04T19:45:14.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:13 smithi190 bash[23925]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:14.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:13 smithi190 bash[23925]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:14.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:13 smithi083 bash[23383]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:14.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:13 smithi083 bash[23383]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:13 smithi003 bash[21533]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:14.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:13 smithi003 bash[21533]: cluster 2024-05-04T19:45:12.497794+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:15 smithi190 bash[23925]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:15 smithi190 bash[23925]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:15 smithi083 bash[23383]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:15 smithi083 bash[23383]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.186 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T19:45:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:15 smithi003 bash[21533]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:15 smithi003 bash[21533]: cluster 2024-05-04T19:45:14.498295+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.078 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:16 smithi083 bash[23383]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.079 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:16 smithi083 bash[23383]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:16 smithi003 bash[21533]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:16 smithi003 bash[21533]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.280 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:16 smithi190 bash[23925]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:17.280 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:16 smithi190 bash[23925]: cluster 2024-05-04T19:45:16.498773+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:19 smithi003 bash[21533]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:20.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:19 smithi190 bash[23925]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: cluster 2024-05-04T19:45:18.499316+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.949229+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.955723+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:19 smithi083 bash[23383]: audit 2024-05-04T19:45:18.957504+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:20.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:20 smithi003 bash[21533]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:20.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:20 smithi003 bash[21533]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:21.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:20 smithi190 bash[23925]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:21.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:20 smithi190 bash[23925]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:21.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:20 smithi083 bash[23383]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:21.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:20 smithi083 bash[23383]: audit 2024-05-04T19:45:18.941715+0000 mgr.a (mgr.14152) 169 : audit [DBG] from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:45:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:21 smithi003 bash[21533]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:21 smithi003 bash[21533]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:22.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:21 smithi190 bash[23925]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:22.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:21 smithi190 bash[23925]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:22.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:21 smithi083 bash[23383]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:22.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:21 smithi083 bash[23383]: cluster 2024-05-04T19:45:20.499807+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:23.940 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:23 smithi083 bash[23383]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:23.941 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:23 smithi083 bash[23383]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:23 smithi003 bash[21533]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:23 smithi003 bash[21533]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:24.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:23 smithi190 bash[23925]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:24.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:23 smithi190 bash[23925]: cluster 2024-05-04T19:45:22.500316+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:25.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:25 smithi083 bash[23383]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:25.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:25 smithi083 bash[23383]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:25.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:25 smithi003 bash[21533]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:25 smithi003 bash[21533]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:26.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:25 smithi190 bash[23925]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:26.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:25 smithi190 bash[23925]: cluster 2024-05-04T19:45:24.500805+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:27.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:27 smithi003 bash[21533]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:28.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:28.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:28.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:27 smithi190 bash[23925]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:28.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:28.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: cluster 2024-05-04T19:45:26.501251+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:28.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.250789+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.252565+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.83:0/2160329559' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]: dispatch 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.254169+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1859967-78f3-4979-877b-0970b3e5c2c9"}]': finished 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: cluster 2024-05-04T19:45:27.259770+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:28.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:27 smithi083 bash[23383]: audit 2024-05-04T19:45:27.260418+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:28 smithi003 bash[21533]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:28.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:28 smithi003 bash[21533]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:29.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:28 smithi190 bash[23925]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:29.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:28 smithi190 bash[23925]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:29.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:28 smithi083 bash[23383]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:29.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:28 smithi083 bash[23383]: audit 2024-05-04T19:45:27.959381+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.83:0/2739133543' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:45:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:29 smithi003 bash[21533]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:29 smithi003 bash[21533]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:30.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:29 smithi190 bash[23925]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:30.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:29 smithi190 bash[23925]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:30.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:29 smithi083 bash[23383]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:30.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:29 smithi083 bash[23383]: cluster 2024-05-04T19:45:28.501684+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:31 smithi003 bash[21533]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:31 smithi003 bash[21533]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:32.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:31 smithi190 bash[23925]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:32.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:31 smithi190 bash[23925]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:31 smithi083 bash[23383]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:31 smithi083 bash[23383]: cluster 2024-05-04T19:45:30.502283+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:33 smithi003 bash[21533]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:33 smithi003 bash[21533]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:34.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:33 smithi190 bash[23925]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:34.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:33 smithi190 bash[23925]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:33 smithi083 bash[23383]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:33 smithi083 bash[23383]: cluster 2024-05-04T19:45:32.502726+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:35 smithi003 bash[21533]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:35 smithi003 bash[21533]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:36.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:35 smithi190 bash[23925]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:36.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:35 smithi190 bash[23925]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:36.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:35 smithi083 bash[23383]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:36.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:35 smithi083 bash[23383]: cluster 2024-05-04T19:45:34.503214+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:37 smithi003 bash[21533]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:37 smithi003 bash[21533]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:38.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:37 smithi190 bash[23925]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:38.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:37 smithi190 bash[23925]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:38.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:37 smithi083 bash[23383]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:38.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:37 smithi083 bash[23383]: cluster 2024-05-04T19:45:36.503664+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:39.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:39 smithi003 bash[21533]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:40.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:39 smithi190 bash[23925]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: cluster 2024-05-04T19:45:38.504140+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: audit 2024-05-04T19:45:39.601745+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:40.032 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:39 smithi083 bash[23383]: audit 2024-05-04T19:45:39.603636+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:40.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:40 smithi083 bash[23383]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:40.862 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:40 smithi083 bash[23383]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:40.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:40 smithi003 bash[21533]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:40.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:40 smithi003 bash[21533]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:41.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:40 smithi190 bash[23925]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:41.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:40 smithi190 bash[23925]: cephadm 2024-05-04T19:45:39.605414+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-05-04T19:45:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:41 smithi003 bash[21533]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:41 smithi003 bash[21533]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:42.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:41 smithi190 bash[23925]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:42.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:41 smithi190 bash[23925]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:42.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:41 smithi083 bash[23383]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:42.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:41 smithi083 bash[23383]: cluster 2024-05-04T19:45:40.504579+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:43.806 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:45:43 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:45:43.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:43 smithi083 bash[23383]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:43.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:43 smithi083 bash[23383]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:43.807 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:43 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:45:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:43 smithi003 bash[21533]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:43 smithi003 bash[21533]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:43 smithi190 bash[23925]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:44.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:43 smithi190 bash[23925]: cluster 2024-05-04T19:45:42.505053+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:44.081 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:43 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:45:44.081 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:45:43 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:45:45.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:45.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:45 smithi083 bash[23383]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:45.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:45.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:45 smithi003 bash[21533]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.084655+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.093315+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: audit 2024-05-04T19:45:44.099659+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:45.530 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:45 smithi190 bash[23925]: cluster 2024-05-04T19:45:44.505536+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:47 smithi003 bash[21533]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:47 smithi003 bash[21533]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:48.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:47 smithi190 bash[23925]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:48.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:47 smithi190 bash[23925]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:48.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:47 smithi083 bash[23383]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:48.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:47 smithi083 bash[23383]: cluster 2024-05-04T19:45:46.506021+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:49 smithi003 bash[21533]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:49.972 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:49 smithi083 bash[23383]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:50.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: cluster 2024-05-04T19:45:48.506512+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:50.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: audit 2024-05-04T19:45:49.399870+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:49 smithi190 bash[23925]: audit 2024-05-04T19:45:49.408888+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:50.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:50 smithi003 bash[21533]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:51.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:50 smithi190 bash[23925]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.098991+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.101007+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:51.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:50 smithi083 bash[23383]: audit 2024-05-04T19:45:50.111138+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:51 smithi083 bash[23383]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:51 smithi003 bash[21533]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: cluster 2024-05-04T19:45:50.506985+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: audit 2024-05-04T19:45:50.634287+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:52.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:51 smithi190 bash[23925]: audit 2024-05-04T19:45:50.636283+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T19:45:52.776 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 2 on host 'smithi083' 2024-05-04T19:45:52.850 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:52.851 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:52 smithi083 bash[23383]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:52.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:52 smithi003 bash[21533]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.570002+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"]}]': finished 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.575307+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.576125+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.576343+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:53.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:51.577044+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:45:53.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:53.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:52 smithi190 bash[23925]: audit 2024-05-04T19:45:52.572344+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:45:53.483 DEBUG:teuthology.orchestra.run.smithi083:osd.2> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.2.service 2024-05-04T19:45:53.486 INFO:tasks.cephadm:Deploying osd.3 on smithi083 with /dev/vg_nvme/lv_3... 2024-05-04T19:45:53.486 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-04T19:45:53.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:53.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:53 smithi083 bash[23383]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:53.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:53.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:53.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:53 smithi003 bash[21533]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: cluster 2024-05-04T19:45:52.507438+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: cluster 2024-05-04T19:45:52.577582+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.578895+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.592907+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.732432+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:54.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.736183+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:45:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:54.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:53 smithi190 bash[23925]: audit 2024-05-04T19:45:52.741054+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:54.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:54 smithi003 bash[21533]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:54 smithi190 bash[23925]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.602986+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:51.603069+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: audit 2024-05-04T19:45:53.586464+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:53.593905+0000 mon.a (mon.0) 399 : cluster [INF] osd.2 [v2:172.21.15.83:6800/2578472695,v1:172.21.15.83:6801/2578472695] boot 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: cluster 2024-05-04T19:45:53.593987+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:54 smithi083 bash[23383]: audit 2024-05-04T19:45:53.594572+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T19:45:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:55 smithi003 bash[21533]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:55 smithi190 bash[23925]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: cluster 2024-05-04T19:45:54.507932+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-04T19:45:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: cluster 2024-05-04T19:45:54.613830+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T19:45:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:55 smithi083 bash[23383]: audit 2024-05-04T19:45:54.660960+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:56 smithi003 bash[21533]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:57.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:57.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:57.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:57.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:56 smithi190 bash[23925]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: audit 2024-05-04T19:45:55.616690+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: cluster 2024-05-04T19:45:55.622103+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:57.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:56 smithi083 bash[23383]: audit 2024-05-04T19:45:55.624160+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:45:57.700 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T19:45:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:57.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:57 smithi003 bash[21533]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:58.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:57 smithi190 bash[23925]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.508530+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.616649+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: audit 2024-05-04T19:45:56.625823+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:58.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:57 smithi083 bash[23383]: cluster 2024-05-04T19:45:56.632603+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T19:45:58.907 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.908 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.909 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:58 smithi083 bash[23383]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:58.948 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:58 smithi003 bash[21533]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:59.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: cluster 2024-05-04T19:45:57.642989+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T19:45:59.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.649140+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.785560+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.787443+0000 mon.a (mon.0) 413 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.838391+0000 mon.a (mon.0) 414 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.838936+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.839158+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.839391+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842357+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.032 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842585+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.842792+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.843946+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.898498+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.950588+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.953771+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:45:59.033 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.953965+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.954192+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:57.956400+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.034 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:58 smithi190 bash[23925]: audit 2024-05-04T19:45:58.005455+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T19:45:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:45:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:45:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:45:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:45:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:45:59 smithi003 bash[21533]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:46:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:00.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:00.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:46:00.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:46:00.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:46:00.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:45:59 smithi190 bash[23925]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.509048+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.947486+0000 mon.a (mon.0) 425 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:46:00.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:45:59 smithi083 bash[23383]: cluster 2024-05-04T19:45:58.947545+0000 mon.a (mon.0) 426 : cluster [INF] Cluster is now healthy 2024-05-04T19:46:01.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:00 smithi190 bash[23925]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.280 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:00 smithi190 bash[23925]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.280 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:00 smithi190 bash[23925]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:01.280 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:00 smithi190 bash[23925]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:01.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:00 smithi083 bash[23383]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:00 smithi083 bash[23383]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:00 smithi083 bash[23383]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:01.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:00 smithi083 bash[23383]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:01.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:00 smithi003 bash[21533]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:00 smithi003 bash[21533]: cluster 2024-05-04T19:45:59.969351+0000 mon.a (mon.0) 427 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T19:46:01.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:00 smithi003 bash[21533]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:01.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:00 smithi003 bash[21533]: cluster 2024-05-04T19:46:00.509610+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:02.190 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-04T19:46:02.190 INFO:teuthology.orchestra.run.smithi083.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-04T19:46:02.190 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10+0 records in 2024-05-04T19:46:02.190 INFO:teuthology.orchestra.run.smithi083.stderr:10+0 records out 2024-05-04T19:46:02.190 INFO:teuthology.orchestra.run.smithi083.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0131739 s, 796 MB/s 2024-05-04T19:46:02.191 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping successful for: 2024-05-04T19:46:03.272 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi083:vg_nvme/lv_3 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:03.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:03 smithi003 bash[21533]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:04.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.031 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:03 smithi190 bash[23925]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: cluster 2024-05-04T19:46:02.510118+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.398545+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.407546+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.409710+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.417256+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.421442+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.423293+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:03 smithi083 bash[23383]: audit 2024-05-04T19:46:03.433126+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:04.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:04 smithi003 bash[21533]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:04.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:04 smithi003 bash[21533]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:04.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:04 smithi003 bash[21533]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:04.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:04 smithi003 bash[21533]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:05.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:04 smithi190 bash[23925]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:05.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:04 smithi190 bash[23925]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:05.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:04 smithi190 bash[23925]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:05.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:04 smithi190 bash[23925]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:05.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:04 smithi083 bash[23383]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:05.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:04 smithi083 bash[23383]: cephadm 2024-05-04T19:46:03.389311+0000 mgr.a (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:05.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:04 smithi083 bash[23383]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:05.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:04 smithi083 bash[23383]: cephadm 2024-05-04T19:46:03.411041+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 17265M 2024-05-04T19:46:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:05 smithi003 bash[21533]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:05 smithi003 bash[21533]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:06.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:05 smithi190 bash[23925]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:06.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:05 smithi190 bash[23925]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:06.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:05 smithi083 bash[23383]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:06.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:05 smithi083 bash[23383]: cluster 2024-05-04T19:46:04.510683+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:07.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:07 smithi003 bash[21533]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:07.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:07 smithi003 bash[21533]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:07.993 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T19:46:08.013 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:07 smithi083 bash[23383]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:08.014 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:07 smithi083 bash[23383]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:07 smithi190 bash[23925]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:07 smithi190 bash[23925]: cluster 2024-05-04T19:46:06.511228+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:09.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:09 smithi003 bash[21533]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:09.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:09 smithi003 bash[21533]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:10.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:09 smithi190 bash[23925]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:10.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:09 smithi190 bash[23925]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:10.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:09 smithi083 bash[23383]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:10.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:09 smithi083 bash[23383]: cluster 2024-05-04T19:46:08.511799+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:11 smithi003 bash[21533]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:12.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:12.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:12.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:12.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:11 smithi190 bash[23925]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: cluster 2024-05-04T19:46:10.512335+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.665065+0000 mgr.a (mgr.14152) 199 : audit [DBG] from='client.24182 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.672211+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.678777+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:12.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:12.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:11 smithi083 bash[23383]: audit 2024-05-04T19:46:10.680585+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:13 smithi003 bash[21533]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:13 smithi003 bash[21533]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:14.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:13 smithi190 bash[23925]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:14.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:13 smithi190 bash[23925]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:14.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:13 smithi083 bash[23383]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:14.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:13 smithi083 bash[23383]: cluster 2024-05-04T19:46:12.512844+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:15.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:15 smithi003 bash[21533]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:15.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:15 smithi003 bash[21533]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:16.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:15 smithi190 bash[23925]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:16.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:15 smithi190 bash[23925]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:16.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:15 smithi083 bash[23383]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:16.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:15 smithi083 bash[23383]: cluster 2024-05-04T19:46:14.513406+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:17.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:17 smithi083 bash[23383]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:17.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:17 smithi083 bash[23383]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:17.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:17 smithi003 bash[21533]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:17.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:17 smithi003 bash[21533]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:18.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:17 smithi190 bash[23925]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:18.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:17 smithi190 bash[23925]: cluster 2024-05-04T19:46:16.514005+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:19.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:19.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:19 smithi003 bash[21533]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:20.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:20.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:19 smithi190 bash[23925]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: cluster 2024-05-04T19:46:18.514529+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.983607+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.986024+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.83:0/2645695847' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]: dispatch 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.987239+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04c290a7-9760-4b3e-a498-adb0676f68e3"}]': finished 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: cluster 2024-05-04T19:46:18.992880+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-04T19:46:20.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:20.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:19 smithi083 bash[23383]: audit 2024-05-04T19:46:18.993501+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:20.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:20 smithi003 bash[21533]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:20.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:20 smithi003 bash[21533]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:21.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:20 smithi190 bash[23925]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:21.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:20 smithi190 bash[23925]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:21.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:20 smithi083 bash[23383]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:21.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:20 smithi083 bash[23383]: audit 2024-05-04T19:46:19.717679+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.83:0/2776362117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:46:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:21 smithi003 bash[21533]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:21 smithi003 bash[21533]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:22.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:21 smithi190 bash[23925]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:22.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:21 smithi190 bash[23925]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:22.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:21 smithi083 bash[23383]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:22.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:21 smithi083 bash[23383]: cluster 2024-05-04T19:46:20.515049+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:23 smithi003 bash[21533]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:23 smithi003 bash[21533]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:24.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:23 smithi190 bash[23925]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:24.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:23 smithi190 bash[23925]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:24.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:23 smithi083 bash[23383]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:24.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:23 smithi083 bash[23383]: cluster 2024-05-04T19:46:22.515573+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:25.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:25 smithi003 bash[21533]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:25 smithi003 bash[21533]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:26.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:25 smithi190 bash[23925]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:26.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:25 smithi190 bash[23925]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:25 smithi083 bash[23383]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:25 smithi083 bash[23383]: cluster 2024-05-04T19:46:24.516144+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:27 smithi003 bash[21533]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:27.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:27 smithi003 bash[21533]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:28.014 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:27 smithi083 bash[23383]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:28.014 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:27 smithi083 bash[23383]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:28.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:27 smithi190 bash[23925]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:28.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:27 smithi190 bash[23925]: cluster 2024-05-04T19:46:26.516712+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:29 smithi003 bash[21533]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:29 smithi003 bash[21533]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:30.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:29 smithi190 bash[23925]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:30.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:29 smithi190 bash[23925]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:30.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:29 smithi083 bash[23383]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:30.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:29 smithi083 bash[23383]: cluster 2024-05-04T19:46:28.517303+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:31 smithi003 bash[21533]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:31 smithi003 bash[21533]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:32.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:31 smithi190 bash[23925]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:32.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:31 smithi190 bash[23925]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:31 smithi083 bash[23383]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:31 smithi083 bash[23383]: cluster 2024-05-04T19:46:30.517878+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:32.936 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:32 smithi083 bash[23383]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:32 smithi003 bash[21533]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: audit 2024-05-04T19:46:31.711858+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: audit 2024-05-04T19:46:31.713702+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:33.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:32 smithi190 bash[23925]: cephadm 2024-05-04T19:46:31.715405+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-05-04T19:46:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:33 smithi003 bash[21533]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:33 smithi003 bash[21533]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:34.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:33 smithi190 bash[23925]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:34.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:33 smithi190 bash[23925]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:33 smithi083 bash[23383]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:33 smithi083 bash[23383]: cluster 2024-05-04T19:46:32.518415+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:35 smithi003 bash[21533]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:35 smithi003 bash[21533]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:35.974 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:46:35 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:35.975 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:46:35 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:35.975 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:35 smithi083 bash[23383]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:35.975 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:35 smithi083 bash[23383]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:35.975 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:35 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:36.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:35 smithi190 bash[23925]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:36.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:35 smithi190 bash[23925]: cluster 2024-05-04T19:46:34.518969+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:36.264 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:36 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:36.264 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:46:36 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:36.264 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:46:36 smithi083 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:37.529 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:37 smithi190 bash[23925]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:37.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:37 smithi083 bash[23383]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:37.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.269038+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.278448+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: audit 2024-05-04T19:46:36.295508+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:37.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:37 smithi003 bash[21533]: cluster 2024-05-04T19:46:36.519537+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:39.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:39 smithi003 bash[21533]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:39.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:39 smithi003 bash[21533]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:40.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:39 smithi190 bash[23925]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:40.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:39 smithi190 bash[23925]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:39 smithi083 bash[23383]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:39 smithi083 bash[23383]: cluster 2024-05-04T19:46:38.520017+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:41 smithi003 bash[21533]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:41 smithi003 bash[21533]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:42.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:41 smithi190 bash[23925]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:42.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:41 smithi190 bash[23925]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:42.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:41 smithi083 bash[23383]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:42.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:41 smithi083 bash[23383]: cluster 2024-05-04T19:46:40.520583+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:42.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:42 smithi003 bash[21533]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:42 smithi190 bash[23925]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.602950+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.612579+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.614667+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.616361+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:42 smithi083 bash[23383]: audit 2024-05-04T19:46:41.626700+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:43.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:43 smithi003 bash[21533]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:43 smithi190 bash[23925]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: cluster 2024-05-04T19:46:42.521083+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: audit 2024-05-04T19:46:42.753529+0000 mon.a (mon.0) 452 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:43 smithi083 bash[23383]: audit 2024-05-04T19:46:42.756319+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-04T19:46:44.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:44.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:44 smithi003 bash[21533]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:44 smithi190 bash[23925]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:45.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.635198+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.640079+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.640774+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.641708+0000 mon.a (mon.0) 456 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:44 smithi083 bash[23383]: audit 2024-05-04T19:46:43.644200+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-05-04T19:46:45.408 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 3 on host 'smithi083' 2024-05-04T19:46:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:45.804 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:45 smithi083 bash[23383]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:45.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:45 smithi003 bash[21533]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: cluster 2024-05-04T19:46:44.521647+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.637778+0000 mon.a (mon.0) 457 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: cluster 2024-05-04T19:46:44.644506+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.645845+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:44.654521+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:46.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.393335+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:46.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:46.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.402668+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:46.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:46.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:45 smithi190 bash[23925]: audit 2024-05-04T19:46:45.407645+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:46:46.171 DEBUG:teuthology.orchestra.run.smithi083:osd.3> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.3.service 2024-05-04T19:46:46.173 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2024-05-04T19:46:46.174 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:46.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:46 smithi003 bash[21533]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:47.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:46 smithi190 bash[23925]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:47.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:47.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.765005+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:43.765177+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:45.648497+0000 mon.a (mon.0) 464 : cluster [INF] osd.3 [v2:172.21.15.83:6808/1138674363,v1:172.21.15.83:6809/1138674363] boot 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:45.648654+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: audit 2024-05-04T19:46:45.649098+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:47.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:46 smithi083 bash[23383]: cluster 2024-05-04T19:46:46.648781+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-04T19:46:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:47 smithi003 bash[21533]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:47 smithi003 bash[21533]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:47 smithi003 bash[21533]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:47.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:47 smithi003 bash[21533]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:48.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:47 smithi190 bash[23925]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:48.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:47 smithi190 bash[23925]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:48.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:47 smithi190 bash[23925]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:48.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:47 smithi190 bash[23925]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:48.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:47 smithi083 bash[23383]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:48.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:47 smithi083 bash[23383]: cluster 2024-05-04T19:46:46.522195+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-04T19:46:48.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:47 smithi083 bash[23383]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:48.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:47 smithi083 bash[23383]: cluster 2024-05-04T19:46:47.650837+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-04T19:46:49.876 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:46:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:49 smithi003 bash[21533]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:49 smithi003 bash[21533]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:50.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:49 smithi190 bash[23925]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:50.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:49 smithi190 bash[23925]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:50.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:49 smithi083 bash[23383]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:50.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:49 smithi083 bash[23383]: cluster 2024-05-04T19:46:48.522767+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:51 smithi003 bash[21533]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:51 smithi003 bash[21533]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:51.989 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:51 smithi190 bash[23925]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:51.989 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:51 smithi190 bash[23925]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:51 smithi083 bash[23383]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:51 smithi083 bash[23383]: cluster 2024-05-04T19:46:50.523315+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:52.638 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T19:46:52.639 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T19:46:52.639 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-05-04T19:46:52.639 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-05-04T19:46:52.639 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0140159 s, 748 MB/s 2024-05-04T19:46:52.639 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-05-04T19:46:53.347 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2024-05-04T19:46:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:53 smithi003 bash[21533]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:53 smithi003 bash[21533]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:54.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:53 smithi190 bash[23925]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:54.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:53 smithi190 bash[23925]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:53 smithi083 bash[23383]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:53 smithi083 bash[23383]: cluster 2024-05-04T19:46:52.523822+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:55.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:55.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:55 smithi003 bash[21533]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:55 smithi190 bash[23925]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: cluster 2024-05-04T19:46:54.524352+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.024413+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.033722+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.036008+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.037860+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.045539+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.049863+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:56.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.051603+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:46:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:55 smithi083 bash[23383]: audit 2024-05-04T19:46:55.061825+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:46:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:56 smithi003 bash[21533]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:56 smithi003 bash[21533]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:56 smithi003 bash[21533]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:56 smithi003 bash[21533]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:57.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:56 smithi190 bash[23925]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:57.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:56 smithi190 bash[23925]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:57.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:56 smithi190 bash[23925]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:57.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:56 smithi190 bash[23925]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:57.048 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:46:57.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:56 smithi083 bash[23383]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:57.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:56 smithi083 bash[23383]: cephadm 2024-05-04T19:46:55.015310+0000 mgr.a (mgr.14152) 223 : cephadm [INF] Detected new or changed devices on smithi083 2024-05-04T19:46:57.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:56 smithi083 bash[23383]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:57.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:56 smithi083 bash[23383]: cephadm 2024-05-04T19:46:55.039374+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 8632M 2024-05-04T19:46:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:57 smithi003 bash[21533]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:57 smithi003 bash[21533]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:58.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:57 smithi190 bash[23925]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:58.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:57 smithi190 bash[23925]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:58.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:57 smithi083 bash[23383]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:58.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:57 smithi083 bash[23383]: cluster 2024-05-04T19:46:56.524954+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:46:59.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:46:59 smithi003 bash[21533]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:00.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:00.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:00.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:46:59 smithi190 bash[23925]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: cluster 2024-05-04T19:46:58.525533+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.430216+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.436863+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:00.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:46:59 smithi083 bash[23383]: audit 2024-05-04T19:46:59.438943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:00 smithi190 bash[23925]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:00 smithi190 bash[23925]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:00 smithi083 bash[23383]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:00 smithi083 bash[23383]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:01.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:00 smithi003 bash[21533]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:01.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:00 smithi003 bash[21533]: audit 2024-05-04T19:46:59.422606+0000 mgr.a (mgr.14152) 227 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:02.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:01 smithi190 bash[23925]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:02.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:01 smithi190 bash[23925]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:02.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:01 smithi083 bash[23383]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:02.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:01 smithi083 bash[23383]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:02.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:01 smithi003 bash[21533]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:02.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:01 smithi003 bash[21533]: cluster 2024-05-04T19:47:00.526076+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:03 smithi190 bash[23925]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:03 smithi190 bash[23925]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:03 smithi083 bash[23383]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:03 smithi083 bash[23383]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:03 smithi003 bash[21533]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:04.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:03 smithi003 bash[21533]: cluster 2024-05-04T19:47:02.526630+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:05.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:05 smithi190 bash[23925]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:05.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:05 smithi190 bash[23925]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:06.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:05 smithi083 bash[23383]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:06.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:05 smithi083 bash[23383]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:06.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:05 smithi003 bash[21533]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:06.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:05 smithi003 bash[21533]: cluster 2024-05-04T19:47:04.527184+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:08.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:07 smithi190 bash[23925]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:08.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:08.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:07 smithi083 bash[23383]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: cluster 2024-05-04T19:47:06.527683+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.527143+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.529382+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.190:0/1393563878' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]: dispatch 2024-05-04T19:47:08.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.531171+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe01ac14-42a2-484b-9971-9019fb2d86f4"}]': finished 2024-05-04T19:47:08.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: cluster 2024-05-04T19:47:07.536621+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-04T19:47:08.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:08.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:07 smithi003 bash[21533]: audit 2024-05-04T19:47:07.537206+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:09.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:08 smithi190 bash[23925]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:09.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:08 smithi190 bash[23925]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:09.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:08 smithi083 bash[23383]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:09.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:08 smithi083 bash[23383]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:09.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:08 smithi003 bash[21533]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:09.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:08 smithi003 bash[21533]: audit 2024-05-04T19:47:08.259943+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.190:0/891289297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:47:10.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:09 smithi190 bash[23925]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:10.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:09 smithi190 bash[23925]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:10.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:09 smithi083 bash[23383]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:10.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:09 smithi083 bash[23383]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:09 smithi003 bash[21533]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:09 smithi003 bash[21533]: cluster 2024-05-04T19:47:08.528216+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:11 smithi190 bash[23925]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:11 smithi190 bash[23925]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:11 smithi083 bash[23383]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:11 smithi083 bash[23383]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:11 smithi003 bash[21533]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:11 smithi003 bash[21533]: cluster 2024-05-04T19:47:10.528775+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:13 smithi190 bash[23925]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:13 smithi190 bash[23925]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:13 smithi083 bash[23383]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:13 smithi083 bash[23383]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:13 smithi003 bash[21533]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:13 smithi003 bash[21533]: cluster 2024-05-04T19:47:12.529458+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:15 smithi190 bash[23925]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:15 smithi190 bash[23925]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:15 smithi083 bash[23383]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:15 smithi083 bash[23383]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:15 smithi003 bash[21533]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:15 smithi003 bash[21533]: cluster 2024-05-04T19:47:14.530008+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:17 smithi190 bash[23925]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:17 smithi190 bash[23925]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:17 smithi083 bash[23383]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:17 smithi083 bash[23383]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:17 smithi003 bash[21533]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:17 smithi003 bash[21533]: cluster 2024-05-04T19:47:16.530516+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:20.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:19 smithi190 bash[23925]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:20.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:19 smithi083 bash[23383]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:20.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: cluster 2024-05-04T19:47:18.531027+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:20.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: audit 2024-05-04T19:47:19.712057+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-04T19:47:20.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:20.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:19 smithi003 bash[21533]: audit 2024-05-04T19:47:19.713845+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:21.020 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:20 smithi190 bash[23925]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:21.020 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:20 smithi190 bash[23925]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:21.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:20 smithi083 bash[23383]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:21.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:20 smithi083 bash[23383]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:21.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:20 smithi003 bash[21533]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:21.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:20 smithi003 bash[21533]: cephadm 2024-05-04T19:47:19.715600+0000 mgr.a (mgr.14152) 238 : cephadm [INF] Deploying daemon osd.4 on smithi190 2024-05-04T19:47:22.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:21 smithi190 bash[23925]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:22.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:21 smithi190 bash[23925]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:21 smithi083 bash[23383]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:22.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:21 smithi083 bash[23383]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:22.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:21 smithi003 bash[21533]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:22.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:21 smithi003 bash[21533]: cluster 2024-05-04T19:47:20.531548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:23.605 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:23 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:47:24.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:23 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:47:24.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:23 smithi190 bash[23925]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:24.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:23 smithi190 bash[23925]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:23 smithi083 bash[23383]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:23 smithi083 bash[23383]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:23 smithi003 bash[21533]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:23 smithi003 bash[21533]: cluster 2024-05-04T19:47:22.532131+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:24 smithi003 bash[21533]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.248 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.248 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.249 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:24 smithi190 bash[23925]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.853285+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.862773+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: audit 2024-05-04T19:47:23.863663+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:25.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:24 smithi083 bash[23383]: cluster 2024-05-04T19:47:24.532668+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:27 smithi003 bash[21533]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:27 smithi003 bash[21533]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:28.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:27 smithi190 bash[23925]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:28.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:27 smithi190 bash[23925]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:27 smithi083 bash[23383]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:27 smithi083 bash[23383]: cluster 2024-05-04T19:47:26.533193+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:29 smithi003 bash[21533]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:29 smithi003 bash[21533]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:30.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:29 smithi190 bash[23925]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:30.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:29 smithi190 bash[23925]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:30.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:29 smithi083 bash[23383]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:30.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:29 smithi083 bash[23383]: cluster 2024-05-04T19:47:28.533772+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:30.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:30 smithi190 bash[23925]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:30 smithi190 bash[23925]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:30 smithi190 bash[23925]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:30 smithi190 bash[23925]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:30 smithi003 bash[21533]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:30 smithi003 bash[21533]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:30 smithi003 bash[21533]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:30.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:30 smithi003 bash[21533]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:31.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:30 smithi083 bash[23383]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:31.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:30 smithi083 bash[23383]: audit 2024-05-04T19:47:30.047637+0000 mon.a (mon.0) 489 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:31.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:30 smithi083 bash[23383]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:31.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:30 smithi083 bash[23383]: audit 2024-05-04T19:47:30.050457+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:31.694 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.695 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:31 smithi190 bash[23925]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:31.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:31 smithi003 bash[21533]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: cluster 2024-05-04T19:47:30.534307+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.602582+0000 mon.a (mon.0) 490 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-04T19:47:32.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: cluster 2024-05-04T19:47:30.607420+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.607890+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.609459+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.612186+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.727422+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.735845+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.737681+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:32.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.739624+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:32.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:31 smithi083 bash[23383]: audit 2024-05-04T19:47:30.749431+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:32.907 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:32.907 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:32.908 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:32 smithi190 bash[23925]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:32.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:32.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:32 smithi003 bash[21533]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.605440+0000 mon.a (mon.0) 499 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.611011+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.612000+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:31.624245+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:33.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:32 smithi083 bash[23383]: audit 2024-05-04T19:47:32.135952+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:33.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:33.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:33 smithi190 bash[23925]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:33.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:33.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:33 smithi003 bash[21533]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.042200+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:31.042377+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.534892+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v207: 1 pgs: 1 peering; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:34.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.622646+0000 mon.a (mon.0) 504 : cluster [INF] osd.4 [v2:172.21.15.190:6800/1980173994,v1:172.21.15.190:6801/1980173994] boot 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.622760+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: audit 2024-05-04T19:47:32.623478+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:34.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:33 smithi083 bash[23383]: cluster 2024-05-04T19:47:32.888229+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-04T19:47:34.269 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2024-05-04T19:47:34.889 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.4.service 2024-05-04T19:47:34.891 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2024-05-04T19:47:34.891 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-04T19:47:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:34 smithi003 bash[21533]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:34 smithi190 bash[23925]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:35.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: cluster 2024-05-04T19:47:33.891708+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.214276+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.224097+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: audit 2024-05-04T19:47:34.230381+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:34 smithi083 bash[23383]: cluster 2024-05-04T19:47:34.535424+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:37 smithi003 bash[21533]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:37 smithi003 bash[21533]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:38.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:37 smithi190 bash[23925]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:38.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:37 smithi190 bash[23925]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:37 smithi083 bash[23383]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:38.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:37 smithi083 bash[23383]: cluster 2024-05-04T19:47:36.535955+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:39.193 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:47:39.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:39 smithi003 bash[21533]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:39.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:39 smithi003 bash[21533]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:40.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:39 smithi190 bash[23925]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:40.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:39 smithi190 bash[23925]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:39 smithi083 bash[23383]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:39 smithi083 bash[23383]: cluster 2024-05-04T19:47:38.536540+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 138 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:47:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:41 smithi003 bash[21533]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:41.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:41 smithi003 bash[21533]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:41 smithi190 bash[23925]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:41 smithi190 bash[23925]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:41 smithi083 bash[23383]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:41 smithi083 bash[23383]: cluster 2024-05-04T19:47:40.537167+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148768 s, 705 MB/s 2024-05-04T19:47:43.328 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2024-05-04T19:47:43.777 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:43 smithi190 bash[23925]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:43.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:43 smithi190 bash[23925]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:43 smithi003 bash[21533]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:43 smithi003 bash[21533]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:43 smithi083 bash[23383]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:43 smithi083 bash[23383]: cluster 2024-05-04T19:47:42.537743+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-05-04T19:47:44.116 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2024-05-04T19:47:45.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.780 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:45.780 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:45 smithi190 bash[23925]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.802 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:45.803 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:45 smithi083 bash[23383]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:45.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cephadm 2024-05-04T19:47:44.478455+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.487546+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.496426+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.498588+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cephadm 2024-05-04T19:47:44.500037+0000 mgr.a (mgr.14152) 252 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 21361M 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.506397+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.510576+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.512337+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: audit 2024-05-04T19:47:44.522138+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:45.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:45 smithi003 bash[21533]: cluster 2024-05-04T19:47:44.538304+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-05-04T19:47:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:47 smithi003 bash[21533]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:47.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:47 smithi003 bash[21533]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:48.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:47 smithi190 bash[23925]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:48.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:47 smithi190 bash[23925]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:48.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:47 smithi083 bash[23383]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:48.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:47 smithi083 bash[23383]: cluster 2024-05-04T19:47:46.538976+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:48.828 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T19:47:49.907 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:49 smithi190 bash[23925]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:49.907 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:49 smithi190 bash[23925]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:49 smithi003 bash[21533]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:49 smithi003 bash[21533]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:49 smithi083 bash[23383]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:49 smithi083 bash[23383]: cluster 2024-05-04T19:47:48.539673+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:47:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:51.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:51 smithi003 bash[21533]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:52.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:52.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:51 smithi190 bash[23925]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:52.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: cluster 2024-05-04T19:47:50.540241+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.537776+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.544231+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:52.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:51 smithi083 bash[23383]: audit 2024-05-04T19:47:51.545937+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:47:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:52 smithi003 bash[21533]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:52 smithi003 bash[21533]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:53.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:52 smithi190 bash[23925]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:53.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:52 smithi190 bash[23925]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:53.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:52 smithi083 bash[23383]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:53.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:52 smithi083 bash[23383]: audit 2024-05-04T19:47:51.530621+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:47:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:53 smithi003 bash[21533]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:53 smithi003 bash[21533]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:54.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:53 smithi190 bash[23925]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:54.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:53 smithi190 bash[23925]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:53 smithi083 bash[23383]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:53 smithi083 bash[23383]: cluster 2024-05-04T19:47:52.540802+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:55 smithi003 bash[21533]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:55.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:55 smithi003 bash[21533]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:56.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:55 smithi190 bash[23925]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:56.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:55 smithi190 bash[23925]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:56.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:55 smithi083 bash[23383]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:56.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:55 smithi083 bash[23383]: cluster 2024-05-04T19:47:54.541356+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:57 smithi003 bash[21533]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:57 smithi003 bash[21533]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:57 smithi190 bash[23925]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:57 smithi190 bash[23925]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:57 smithi083 bash[23383]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:57 smithi083 bash[23383]: cluster 2024-05-04T19:47:56.541981+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:59 smithi003 bash[21533]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:47:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:47:59 smithi003 bash[21533]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:59 smithi190 bash[23925]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:47:59 smithi190 bash[23925]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:00.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:59 smithi083 bash[23383]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:00.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:47:59 smithi083 bash[23383]: cluster 2024-05-04T19:47:58.542569+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:00 smithi003 bash[21533]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:01.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:01.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:00 smithi190 bash[23925]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.673663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.676217+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.190:0/1756337037' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.677602+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26a5aba3-c019-41c8-b1a7-aa9f6ae79888"}]': finished 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: cluster 2024-05-04T19:47:59.682768+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:47:59.683492+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:00 smithi083 bash[23383]: audit 2024-05-04T19:48:00.389543+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.190:0/1814868643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T19:48:01.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:01 smithi003 bash[21533]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:01.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:01 smithi003 bash[21533]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:02.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:01 smithi190 bash[23925]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:02.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:01 smithi190 bash[23925]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:02.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:01 smithi083 bash[23383]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:02.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:01 smithi083 bash[23383]: cluster 2024-05-04T19:48:00.543146+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:03 smithi003 bash[21533]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:03 smithi003 bash[21533]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:04.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:03 smithi190 bash[23925]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:04.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:03 smithi190 bash[23925]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:04.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:03 smithi083 bash[23383]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:04.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:03 smithi083 bash[23383]: cluster 2024-05-04T19:48:02.543681+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:05 smithi003 bash[21533]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:05 smithi003 bash[21533]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:05 smithi190 bash[23925]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:05 smithi190 bash[23925]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:06.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:05 smithi083 bash[23383]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:06.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:05 smithi083 bash[23383]: cluster 2024-05-04T19:48:04.544335+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:07 smithi190 bash[23925]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:07 smithi190 bash[23925]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:07 smithi083 bash[23383]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:07 smithi083 bash[23383]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:07 smithi003 bash[21533]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:08.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:07 smithi003 bash[21533]: cluster 2024-05-04T19:48:06.544997+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:09.959 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:09 smithi190 bash[23925]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:09.959 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:09 smithi190 bash[23925]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:10.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:09 smithi083 bash[23383]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:10.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:09 smithi083 bash[23383]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:09 smithi003 bash[21533]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:09 smithi003 bash[21533]: cluster 2024-05-04T19:48:08.545645+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:12.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:11 smithi190 bash[23925]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:12.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:12.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:11 smithi083 bash[23383]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: cluster 2024-05-04T19:48:10.546294+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: audit 2024-05-04T19:48:11.694748+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-04T19:48:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:12.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:11 smithi003 bash[21533]: audit 2024-05-04T19:48:11.696537+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:13.012 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:12 smithi190 bash[23925]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:13.012 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:12 smithi190 bash[23925]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:13.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:12 smithi083 bash[23383]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:13.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:12 smithi083 bash[23383]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:13.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:12 smithi003 bash[21533]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:13.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:12 smithi003 bash[21533]: cephadm 2024-05-04T19:48:11.698246+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon osd.5 on smithi190 2024-05-04T19:48:14.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:13 smithi190 bash[23925]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:14.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:13 smithi190 bash[23925]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:14.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:13 smithi083 bash[23383]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:14.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:13 smithi083 bash[23383]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:13 smithi003 bash[21533]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:14.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:13 smithi003 bash[21533]: cluster 2024-05-04T19:48:12.546972+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:15.829 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:15 smithi190 bash[23925]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:15.829 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:15 smithi190 bash[23925]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:15.829 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:15 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:48:15.829 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:48:15 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:48:16.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:15 smithi083 bash[23383]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:16.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:15 smithi083 bash[23383]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:16.092 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:48:15 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:48:16.093 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:15 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:48:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:15 smithi003 bash[21533]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:15 smithi003 bash[21533]: cluster 2024-05-04T19:48:14.547534+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:17 smithi190 bash[23925]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:17 smithi003 bash[21533]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.099859+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.109706+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: audit 2024-05-04T19:48:16.127633+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:17.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:17 smithi083 bash[23383]: cluster 2024-05-04T19:48:16.548042+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:19.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:19 smithi003 bash[21533]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:19.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:19 smithi003 bash[21533]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:19 smithi190 bash[23925]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:19 smithi190 bash[23925]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:20.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:19 smithi083 bash[23383]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:20.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:19 smithi083 bash[23383]: cluster 2024-05-04T19:48:18.548592+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.936 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:21 smithi190 bash[23925]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:21.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:21 smithi003 bash[21533]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: cluster 2024-05-04T19:48:20.549138+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: audit 2024-05-04T19:48:21.432872+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:21 smithi083 bash[23383]: audit 2024-05-04T19:48:21.442140+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:22.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:22.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:22.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:22.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:22.954 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:22 smithi003 bash[21533]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:23.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:23.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:23.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:23.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:23.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:23.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:22 smithi083 bash[23383]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:23.055 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:23.055 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.171208+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:23.055 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:23.055 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.173371+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:23.056 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:23.056 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:22 smithi190 bash[23925]: audit 2024-05-04T19:48:22.184532+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:23.777 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:23.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:23.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:23.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:23.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:23.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:23 smithi190 bash[23925]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:23.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:23 smithi003 bash[21533]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: cluster 2024-05-04T19:48:22.549703+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:24.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: audit 2024-05-04T19:48:22.617854+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-05-04T19:48:24.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:24.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:23 smithi083 bash[23383]: audit 2024-05-04T19:48:22.620950+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-04T19:48:24.825 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2024-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:24.896 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.897 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.897 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.897 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:24 smithi190 bash[23925]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:24.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:24.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:24 smithi003 bash[21533]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:25.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:25.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.621547+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-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.626568+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.627057+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:25.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.631696+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=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:25.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:25.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:24 smithi083 bash[23383]: audit 2024-05-04T19:48:23.634609+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2024-05-04T19:48:25.499 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.5.service 2024-05-04T19:48:25.502 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-04T19:48:25.505 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:25.778 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:25.779 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:25 smithi190 bash[23925]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:25.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:25.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:25.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:25 smithi003 bash[21533]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.665322+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:23.665467+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:24.550256+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.624140+0000 mon.a (mon.0) 541 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: cluster 2024-05-04T19:48:24.629617+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:26.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.630496+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.642457+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.761678+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.767434+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:24.816287+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:26.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:25 smithi083 bash[23383]: audit 2024-05-04T19:48:25.177139+0000 mon.a (mon.0) 548 : audit [INF] from='osd.5 ' entity='osd.5' 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:26.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:26 smithi003 bash[21533]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:27.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:27.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:27.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:27.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:27.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:27.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:26 smithi190 bash[23925]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: cluster 2024-05-04T19:48:25.642539+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.190:6808/3442214505,v1:172.21.15.190:6809/3442214505] boot 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: cluster 2024-05-04T19:48:25.642639+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:27.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:26 smithi083 bash[23383]: audit 2024-05-04T19:48:25.643255+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-04T19:48:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:27 smithi003 bash[21533]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:27 smithi003 bash[21533]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:27 smithi003 bash[21533]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:27 smithi003 bash[21533]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:28.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:27 smithi190 bash[23925]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:28.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:27 smithi190 bash[23925]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:28.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:27 smithi190 bash[23925]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:28.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:27 smithi190 bash[23925]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:27 smithi083 bash[23383]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:27 smithi083 bash[23383]: cluster 2024-05-04T19:48:26.550817+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:48:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:27 smithi083 bash[23383]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:28.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:27 smithi083 bash[23383]: cluster 2024-05-04T19:48:26.662971+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-04T19:48:28.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:28 smithi003 bash[21533]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:28.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:28 smithi003 bash[21533]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:29.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:28 smithi190 bash[23925]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:29.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:28 smithi190 bash[23925]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:29.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:28 smithi083 bash[23383]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:29.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:28 smithi083 bash[23383]: cluster 2024-05-04T19:48:27.670428+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:48:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:29 smithi003 bash[21533]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:29.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:29 smithi003 bash[21533]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:30.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:29 smithi190 bash[23925]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:30.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:29 smithi190 bash[23925]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:30.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:29 smithi083 bash[23383]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:30.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:29 smithi083 bash[23383]: cluster 2024-05-04T19:48:28.551354+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v244: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:30.249 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:48:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:31 smithi003 bash[21533]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:31 smithi003 bash[21533]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:32.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:31 smithi190 bash[23925]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:32.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:31 smithi190 bash[23925]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:31 smithi083 bash[23383]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:31 smithi083 bash[23383]: cluster 2024-05-04T19:48:30.551904+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:33.136 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:48:33.837 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"num_osds":6,"num_up_osds":6,"osd_up_since":1714852105,"num_in_osds":6,"osd_in_since":1714852079,"num_remapped_pgs":0} 2024-05-04T19:48:33.837 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T19:48:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:33 smithi003 bash[21533]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:33 smithi003 bash[21533]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:33 smithi003 bash[21533]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:33 smithi003 bash[21533]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:34.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:33 smithi190 bash[23925]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:34.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:33 smithi190 bash[23925]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:34.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:33 smithi190 bash[23925]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:34.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:33 smithi190 bash[23925]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:34.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:33 smithi083 bash[23383]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:34.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:33 smithi083 bash[23383]: cluster 2024-05-04T19:48:32.552509+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:48:34.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:33 smithi083 bash[23383]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:34.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:33 smithi083 bash[23383]: audit 2024-05-04T19:48:33.136923+0000 mon.a (mon.0) 554 : audit [DBG] from='client.? 172.21.15.3:0/1202655532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T19:48:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:35.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:34 smithi003 bash[21533]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:35.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:34 smithi190 bash[23925]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:35.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cephadm 2024-05-04T19:48:33.824291+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Detected new or changed devices on smithi190 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.834575+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.843113+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.845050+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.847052+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cephadm 2024-05-04T19:48:33.848306+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 10680M 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.854790+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.858507+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.859982+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: audit 2024-05-04T19:48:33.869493+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:35.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:34 smithi083 bash[23383]: cluster 2024-05-04T19:48:34.553104+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:48:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:37 smithi003 bash[21533]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:37 smithi003 bash[21533]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:38.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:37 smithi190 bash[23925]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:38.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:37 smithi190 bash[23925]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:37 smithi083 bash[23383]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:38.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:37 smithi083 bash[23383]: cluster 2024-05-04T19:48:36.553706+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-04T19:48:38.576 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:48:39.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:39 smithi003 bash[21533]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:39.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:39 smithi003 bash[21533]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:40.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:39 smithi190 bash[23925]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:40.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:39 smithi190 bash[23925]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:39 smithi083 bash[23383]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:39 smithi083 bash[23383]: cluster 2024-05-04T19:48:38.554271+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-04T19:48:41.274 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:48:41.274 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"df83b904-0a4d-11ef-bc97-c7b262605968","created":"2024-05-04T19:40:12.010736+0000","modified":"2024-05-04T19:48:27.656549+0000","last_up_change":"2024-05-04T19:48:25.633208+0000","last_in_change":"2024-05-04T19:47:59.675014+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T19:45:54.667754+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":"5af21add-04c5-471e-a9f5-8a4b8d25efef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6803","nonce":4070919054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6805","nonce":4070919054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6809","nonce":4070919054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6807","nonce":4070919054}]},"public_addr":"172.21.15.3:6803/4070919054","cluster_addr":"172.21.15.3:6805/4070919054","heartbeat_back_addr":"172.21.15.3:6809/4070919054","heartbeat_front_addr":"172.21.15.3:6807/4070919054","state":["exists","up"]},{"osd":1,"uuid":"0ec300fd-56ce-4c8d-a827-87fa82172f3e","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.3:6810","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6811","nonce":2354895341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6813","nonce":2354895341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6817","nonce":2354895341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6815","nonce":2354895341}]},"public_addr":"172.21.15.3:6811/2354895341","cluster_addr":"172.21.15.3:6813/2354895341","heartbeat_back_addr":"172.21.15.3:6817/2354895341","heartbeat_front_addr":"172.21.15.3:6815/2354895341","state":["exists","up"]},{"osd":2,"uuid":"b1859967-78f3-4979-877b-0970b3e5c2c9","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.83:6800","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6801","nonce":2578472695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6803","nonce":2578472695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6807","nonce":2578472695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6805","nonce":2578472695}]},"public_addr":"172.21.15.83:6801/2578472695","cluster_addr":"172.21.15.83:6803/2578472695","heartbeat_back_addr":"172.21.15.83:6807/2578472695","heartbeat_front_addr":"172.21.15.83:6805/2578472695","state":["exists","up"]},{"osd":3,"uuid":"04c290a7-9760-4b3e-a498-adb0676f68e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6809","nonce":1138674363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6810","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6811","nonce":1138674363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6815","nonce":1138674363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6813","nonce":1138674363}]},"public_addr":"172.21.15.83:6809/1138674363","cluster_addr":"172.21.15.83:6811/1138674363","heartbeat_back_addr":"172.21.15.83:6815/1138674363","heartbeat_front_addr":"172.21.15.83:6813/1138674363","state":["exists","up"]},{"osd":4,"uuid":"fe01ac14-42a2-484b-9971-9019fb2d86f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6801","nonce":1980173994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6803","nonce":1980173994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6807","nonce":1980173994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6805","nonce":1980173994}]},"public_addr":"172.21.15.190:6801/1980173994","cluster_addr":"172.21.15.190:6803/1980173994","heartbeat_back_addr":"172.21.15.190:6807/1980173994","heartbeat_front_addr":"172.21.15.190:6805/1980173994","state":["exists","up"]},{"osd":5,"uuid":"26a5aba3-c019-41c8-b1a7-aa9f6ae79888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6809","nonce":3442214505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6811","nonce":3442214505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6815","nonce":3442214505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6813","nonce":3442214505}]},"public_addr":"172.21.15.190:6809/3442214505","cluster_addr":"172.21.15.190:6811/3442214505","heartbeat_back_addr":"172.21.15.190:6815/3442214505","heartbeat_front_addr":"172.21.15.190:6813/3442214505","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:44:10.127840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:01.143286+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:51.603072+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:46:43.765183+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:47:31.042385+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:48:23.665476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3905512939":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/1737230742":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/2576444254":"2024-05-05T19:41:20.439059+0000","172.21.15.3:6801/3094996561":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/464224525":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/897875206":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6801/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/3552510378":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/3094996561":"2024-05-05T19:41:20.439059+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T19:48:41.917 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:41 smithi003 bash[21533]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:41.918 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:41 smithi003 bash[21533]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:41.918 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:41 smithi003 bash[21533]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:41.918 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:41 smithi003 bash[21533]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:41.920 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-04T19:45:54.667754+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-05-04T19:48:41.920 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-04T19:48:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:41 smithi190 bash[23925]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:41 smithi190 bash[23925]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:41 smithi190 bash[23925]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:42.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:41 smithi190 bash[23925]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:41 smithi083 bash[23383]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:41 smithi083 bash[23383]: cluster 2024-05-04T19:48:40.554841+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:41 smithi083 bash[23383]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:41 smithi083 bash[23383]: audit 2024-05-04T19:48:41.273670+0000 mon.a (mon.0) 563 : audit [DBG] from='client.? 172.21.15.3:0/2554999289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:48:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:43 smithi003 bash[21533]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:43 smithi003 bash[21533]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:44.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:43 smithi190 bash[23925]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:44.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:43 smithi190 bash[23925]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:43 smithi083 bash[23383]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:43 smithi083 bash[23383]: cluster 2024-05-04T19:48:42.555439+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-04T19:48:45.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:45 smithi003 bash[21533]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:45.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:45 smithi003 bash[21533]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:46.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:45 smithi190 bash[23925]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:46.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:45 smithi190 bash[23925]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:46.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:45 smithi083 bash[23383]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:46.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:45 smithi083 bash[23383]: cluster 2024-05-04T19:48:44.555984+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:46.653 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:48:47.883 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:47 smithi003 bash[21533]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:47.883 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:47 smithi003 bash[21533]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:48.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:47 smithi190 bash[23925]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:48.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:47 smithi190 bash[23925]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:48.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:47 smithi083 bash[23383]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:48.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:47 smithi083 bash[23383]: cluster 2024-05-04T19:48:46.556526+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:49.464 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2024-05-04T19:48:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:49 smithi003 bash[21533]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:49 smithi003 bash[21533]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:49 smithi003 bash[21533]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:49 smithi003 bash[21533]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:50.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:49 smithi190 bash[23925]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:50.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:49 smithi190 bash[23925]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:50.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:49 smithi190 bash[23925]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:50.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:49 smithi190 bash[23925]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:49 smithi083 bash[23383]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:49 smithi083 bash[23383]: cluster 2024-05-04T19:48:48.557222+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:49 smithi083 bash[23383]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:50.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:49 smithi083 bash[23383]: audit 2024-05-04T19:48:49.464626+0000 mon.a (mon.0) 564 : audit [DBG] from='client.? 172.21.15.3:0/2750087680' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T19:48:50.205 INFO:tasks.cephadm:Setting up client nodes... 2024-05-04T19:48:50.206 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-04T19:48:50.206 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-04T19:48:50.206 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-04T19:48:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:51 smithi003 bash[21533]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:51.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:51 smithi003 bash[21533]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:52.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:51 smithi190 bash[23925]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:52.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:51 smithi190 bash[23925]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:52.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:51 smithi083 bash[23383]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:52.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:51 smithi083 bash[23383]: cluster 2024-05-04T19:48:50.557789+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:53 smithi003 bash[21533]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:53 smithi003 bash[21533]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:54.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:53 smithi190 bash[23925]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:54.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:53 smithi190 bash[23925]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:53 smithi083 bash[23383]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:53 smithi083 bash[23383]: cluster 2024-05-04T19:48:52.558342+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:54.940 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:48:55.935 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:55 smithi003 bash[21533]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:55.935 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:55 smithi003 bash[21533]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:56.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:55 smithi190 bash[23925]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:56.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:55 smithi190 bash[23925]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:56.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:55 smithi083 bash[23383]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:56.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:55 smithi083 bash[23383]: cluster 2024-05-04T19:48:54.558989+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:57.827 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:48:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:57 smithi003 bash[21533]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:57 smithi003 bash[21533]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:57 smithi190 bash[23925]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:57 smithi190 bash[23925]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:57 smithi083 bash[23383]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:57 smithi083 bash[23383]: cluster 2024-05-04T19:48:56.559576+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:58.510 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":230082594},{"type":"v1","addr":"172.21.15.3:6801","nonce":230082594}]},"active_addr":"172.21.15.3:6801/230082594","active_change":"2024-05-04T19:41:20.439286+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.3: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.3:0","nonce":737075154}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":551347635}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2437320717}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1302162620}]}]} 2024-05-04T19:48:58.514 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-04T19:48:58.514 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-04T19:48:58.515 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T19:48:58.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:58 smithi003 bash[21533]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:58.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:58 smithi003 bash[21533]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:59.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:58 smithi190 bash[23925]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:59.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:58 smithi190 bash[23925]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:59.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:58 smithi083 bash[23383]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:59.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:58 smithi083 bash[23383]: audit 2024-05-04T19:48:57.816957+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.3:0/4160944232' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T19:48:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:59 smithi003 bash[21533]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:48:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:48:59 smithi003 bash[21533]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:59 smithi190 bash[23925]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:48:59 smithi190 bash[23925]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:00.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:59 smithi083 bash[23383]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:00.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:48:59 smithi083 bash[23383]: cluster 2024-05-04T19:48:58.560145+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:01.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:01 smithi003 bash[21533]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:01.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:01 smithi003 bash[21533]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:02.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:01 smithi190 bash[23925]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:02.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:01 smithi190 bash[23925]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:02.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:01 smithi083 bash[23383]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:02.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:01 smithi083 bash[23383]: cluster 2024-05-04T19:49:00.560695+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:03.250 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:03 smithi003 bash[21533]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:03 smithi003 bash[21533]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:04.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:03 smithi190 bash[23925]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:04.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:03 smithi190 bash[23925]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:04.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:03 smithi083 bash[23383]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:04.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:03 smithi083 bash[23383]: cluster 2024-05-04T19:49:02.561311+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:05.903 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:49:05.904 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"df83b904-0a4d-11ef-bc97-c7b262605968","created":"2024-05-04T19:40:12.010736+0000","modified":"2024-05-04T19:48:27.656549+0000","last_up_change":"2024-05-04T19:48:25.633208+0000","last_in_change":"2024-05-04T19:47:59.675014+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T19:45:54.667754+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":"5af21add-04c5-471e-a9f5-8a4b8d25efef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6803","nonce":4070919054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6805","nonce":4070919054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6809","nonce":4070919054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6807","nonce":4070919054}]},"public_addr":"172.21.15.3:6803/4070919054","cluster_addr":"172.21.15.3:6805/4070919054","heartbeat_back_addr":"172.21.15.3:6809/4070919054","heartbeat_front_addr":"172.21.15.3:6807/4070919054","state":["exists","up"]},{"osd":1,"uuid":"0ec300fd-56ce-4c8d-a827-87fa82172f3e","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.3:6810","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6811","nonce":2354895341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6813","nonce":2354895341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6817","nonce":2354895341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6815","nonce":2354895341}]},"public_addr":"172.21.15.3:6811/2354895341","cluster_addr":"172.21.15.3:6813/2354895341","heartbeat_back_addr":"172.21.15.3:6817/2354895341","heartbeat_front_addr":"172.21.15.3:6815/2354895341","state":["exists","up"]},{"osd":2,"uuid":"b1859967-78f3-4979-877b-0970b3e5c2c9","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.83:6800","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6801","nonce":2578472695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6803","nonce":2578472695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6807","nonce":2578472695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6805","nonce":2578472695}]},"public_addr":"172.21.15.83:6801/2578472695","cluster_addr":"172.21.15.83:6803/2578472695","heartbeat_back_addr":"172.21.15.83:6807/2578472695","heartbeat_front_addr":"172.21.15.83:6805/2578472695","state":["exists","up"]},{"osd":3,"uuid":"04c290a7-9760-4b3e-a498-adb0676f68e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6809","nonce":1138674363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6810","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6811","nonce":1138674363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6815","nonce":1138674363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6813","nonce":1138674363}]},"public_addr":"172.21.15.83:6809/1138674363","cluster_addr":"172.21.15.83:6811/1138674363","heartbeat_back_addr":"172.21.15.83:6815/1138674363","heartbeat_front_addr":"172.21.15.83:6813/1138674363","state":["exists","up"]},{"osd":4,"uuid":"fe01ac14-42a2-484b-9971-9019fb2d86f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6801","nonce":1980173994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6803","nonce":1980173994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6807","nonce":1980173994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6805","nonce":1980173994}]},"public_addr":"172.21.15.190:6801/1980173994","cluster_addr":"172.21.15.190:6803/1980173994","heartbeat_back_addr":"172.21.15.190:6807/1980173994","heartbeat_front_addr":"172.21.15.190:6805/1980173994","state":["exists","up"]},{"osd":5,"uuid":"26a5aba3-c019-41c8-b1a7-aa9f6ae79888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6809","nonce":3442214505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6811","nonce":3442214505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6815","nonce":3442214505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6813","nonce":3442214505}]},"public_addr":"172.21.15.190:6809/3442214505","cluster_addr":"172.21.15.190:6811/3442214505","heartbeat_back_addr":"172.21.15.190:6815/3442214505","heartbeat_front_addr":"172.21.15.190:6813/3442214505","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:44:10.127840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:01.143286+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:51.603072+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:46:43.765183+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:47:31.042385+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:48:23.665476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3905512939":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/1737230742":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/2576444254":"2024-05-05T19:41:20.439059+0000","172.21.15.3:6801/3094996561":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/464224525":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/897875206":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6801/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/3552510378":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/3094996561":"2024-05-05T19:41:20.439059+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T19:49:05.918 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:05 smithi003 bash[21533]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:05.918 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:05 smithi003 bash[21533]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:05 smithi190 bash[23925]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:05 smithi190 bash[23925]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:06.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:05 smithi083 bash[23383]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:06.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:05 smithi083 bash[23383]: cluster 2024-05-04T19:49:04.561852+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:06.602 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-04T19:49:06.602 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T19:49:06.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:06 smithi003 bash[21533]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:06.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:06 smithi003 bash[21533]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:07.029 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:06 smithi190 bash[23925]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:07.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:06 smithi190 bash[23925]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:07.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:06 smithi083 bash[23383]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:07.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:06 smithi083 bash[23383]: audit 2024-05-04T19:49:05.903669+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.3:0/4025021421' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:08.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:07 smithi190 bash[23925]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:08.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:07 smithi190 bash[23925]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:08.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:07 smithi083 bash[23383]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:08.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:07 smithi083 bash[23383]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:08.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:07 smithi003 bash[21533]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:08.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:07 smithi003 bash[21533]: cluster 2024-05-04T19:49:06.562346+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:09 smithi190 bash[23925]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:09 smithi190 bash[23925]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:09 smithi083 bash[23383]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:09 smithi083 bash[23383]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:09 smithi003 bash[21533]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:10.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:09 smithi003 bash[21533]: cluster 2024-05-04T19:49:08.562934+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:11.338 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:12.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:11 smithi190 bash[23925]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:12.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:11 smithi190 bash[23925]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:12.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:11 smithi083 bash[23383]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:12.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:11 smithi083 bash[23383]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:11 smithi003 bash[21533]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:12.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:11 smithi003 bash[21533]: cluster 2024-05-04T19:49:10.563508+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:13 smithi003 bash[21533]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:13 smithi003 bash[21533]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:14.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:13 smithi190 bash[23925]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:14.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:13 smithi190 bash[23925]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:14.038 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:49:14.038 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"df83b904-0a4d-11ef-bc97-c7b262605968","created":"2024-05-04T19:40:12.010736+0000","modified":"2024-05-04T19:48:27.656549+0000","last_up_change":"2024-05-04T19:48:25.633208+0000","last_in_change":"2024-05-04T19:47:59.675014+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T19:45:54.667754+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":"5af21add-04c5-471e-a9f5-8a4b8d25efef","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6803","nonce":4070919054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6805","nonce":4070919054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6809","nonce":4070919054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":4070919054},{"type":"v1","addr":"172.21.15.3:6807","nonce":4070919054}]},"public_addr":"172.21.15.3:6803/4070919054","cluster_addr":"172.21.15.3:6805/4070919054","heartbeat_back_addr":"172.21.15.3:6809/4070919054","heartbeat_front_addr":"172.21.15.3:6807/4070919054","state":["exists","up"]},{"osd":1,"uuid":"0ec300fd-56ce-4c8d-a827-87fa82172f3e","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.3:6810","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6811","nonce":2354895341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6813","nonce":2354895341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6817","nonce":2354895341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":2354895341},{"type":"v1","addr":"172.21.15.3:6815","nonce":2354895341}]},"public_addr":"172.21.15.3:6811/2354895341","cluster_addr":"172.21.15.3:6813/2354895341","heartbeat_back_addr":"172.21.15.3:6817/2354895341","heartbeat_front_addr":"172.21.15.3:6815/2354895341","state":["exists","up"]},{"osd":2,"uuid":"b1859967-78f3-4979-877b-0970b3e5c2c9","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.83:6800","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6801","nonce":2578472695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6803","nonce":2578472695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6807","nonce":2578472695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2578472695},{"type":"v1","addr":"172.21.15.83:6805","nonce":2578472695}]},"public_addr":"172.21.15.83:6801/2578472695","cluster_addr":"172.21.15.83:6803/2578472695","heartbeat_back_addr":"172.21.15.83:6807/2578472695","heartbeat_front_addr":"172.21.15.83:6805/2578472695","state":["exists","up"]},{"osd":3,"uuid":"04c290a7-9760-4b3e-a498-adb0676f68e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6809","nonce":1138674363}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6810","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6811","nonce":1138674363}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6815","nonce":1138674363}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":1138674363},{"type":"v1","addr":"172.21.15.83:6813","nonce":1138674363}]},"public_addr":"172.21.15.83:6809/1138674363","cluster_addr":"172.21.15.83:6811/1138674363","heartbeat_back_addr":"172.21.15.83:6815/1138674363","heartbeat_front_addr":"172.21.15.83:6813/1138674363","state":["exists","up"]},{"osd":4,"uuid":"fe01ac14-42a2-484b-9971-9019fb2d86f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6801","nonce":1980173994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6803","nonce":1980173994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6807","nonce":1980173994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":1980173994},{"type":"v1","addr":"172.21.15.190:6805","nonce":1980173994}]},"public_addr":"172.21.15.190:6801/1980173994","cluster_addr":"172.21.15.190:6803/1980173994","heartbeat_back_addr":"172.21.15.190:6807/1980173994","heartbeat_front_addr":"172.21.15.190:6805/1980173994","state":["exists","up"]},{"osd":5,"uuid":"26a5aba3-c019-41c8-b1a7-aa9f6ae79888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6809","nonce":3442214505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6811","nonce":3442214505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6815","nonce":3442214505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3442214505},{"type":"v1","addr":"172.21.15.190:6813","nonce":3442214505}]},"public_addr":"172.21.15.190:6809/3442214505","cluster_addr":"172.21.15.190:6811/3442214505","heartbeat_back_addr":"172.21.15.190:6815/3442214505","heartbeat_front_addr":"172.21.15.190:6813/3442214505","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:44:10.127840+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:01.143286+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:45:51.603072+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:46:43.765183+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:47:31.042385+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T19:48:23.665476+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3905512939":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/1737230742":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/2576444254":"2024-05-05T19:41:20.439059+0000","172.21.15.3:6801/3094996561":"2024-05-05T19:41:20.439059+0000","172.21.15.3:0/464224525":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/897875206":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6801/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/257735774":"2024-05-05T19:40:44.367541+0000","172.21.15.3:0/3552510378":"2024-05-05T19:40:44.367541+0000","172.21.15.3:6800/3094996561":"2024-05-05T19:41:20.439059+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T19:49:14.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:13 smithi083 bash[23383]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:14.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:13 smithi083 bash[23383]: cluster 2024-05-04T19:49:12.564101+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:14.677 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-04T19:49:14.678 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-04T19:49:14.678 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-04T19:49:14.679 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-04T19:49:14.679 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-04T19:49:14.680 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-04T19:49:14.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:14 smithi003 bash[21533]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:14.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:14 smithi003 bash[21533]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:15.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:14 smithi190 bash[23925]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:15.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:14 smithi190 bash[23925]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:15.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:14 smithi083 bash[23383]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:15.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:14 smithi083 bash[23383]: audit 2024-05-04T19:49:14.037969+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/2892703003' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T19:49:16.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:15 smithi190 bash[23925]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:16.030 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:15 smithi190 bash[23925]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:15 smithi083 bash[23383]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:15 smithi083 bash[23383]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:15 smithi003 bash[21533]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:15 smithi003 bash[21533]: cluster 2024-05-04T19:49:14.564657+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:17 smithi190 bash[23925]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:17 smithi190 bash[23925]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:17 smithi083 bash[23383]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:17 smithi083 bash[23383]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:17 smithi003 bash[21533]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:17 smithi003 bash[21533]: cluster 2024-05-04T19:49:16.565211+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:19.431 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:19.431 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:19.432 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:19.432 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:19.432 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:19.433 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:19 smithi190 bash[23925]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:19 smithi190 bash[23925]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:20.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:19 smithi083 bash[23383]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:20.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:19 smithi083 bash[23383]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:20.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:19 smithi003 bash[21533]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:20.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:19 smithi003 bash[21533]: cluster 2024-05-04T19:49:18.565764+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:21 smithi190 bash[23925]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:21 smithi190 bash[23925]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:21 smithi083 bash[23383]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:21 smithi083 bash[23383]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:21 smithi003 bash[21533]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:22.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:21 smithi003 bash[21533]: cluster 2024-05-04T19:49:20.566293+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:23 smithi190 bash[23925]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:23 smithi190 bash[23925]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.028 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:23 smithi003 bash[21533]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.028 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:23 smithi003 bash[21533]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:23 smithi083 bash[23383]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:23 smithi083 bash[23383]: cluster 2024-05-04T19:49:22.566688+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:25.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:25 smithi003 bash[21533]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:25.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:25 smithi003 bash[21533]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:26.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:25 smithi190 bash[23925]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:26.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:25 smithi190 bash[23925]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:26.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:25 smithi083 bash[23383]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:26.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:25 smithi083 bash[23383]: cluster 2024-05-04T19:49:24.567176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:27 smithi003 bash[21533]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:27.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:27 smithi003 bash[21533]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:28.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:27 smithi190 bash[23925]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:28.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:27 smithi190 bash[23925]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:28.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:27 smithi083 bash[23383]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:28.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:27 smithi083 bash[23383]: cluster 2024-05-04T19:49:26.567772+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:29 smithi190 bash[23925]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:29 smithi190 bash[23925]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.040 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:29 smithi003 bash[21533]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.040 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:29 smithi003 bash[21533]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:29 smithi083 bash[23383]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:30.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:29 smithi083 bash[23383]: cluster 2024-05-04T19:49:28.568234+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:31.117 INFO:teuthology.orchestra.run.smithi003.stdout:137438953499 2024-05-04T19:49:31.118 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-04T19:49:31.226 INFO:teuthology.orchestra.run.smithi003.stdout:111669149731 2024-05-04T19:49:31.227 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-04T19:49:32.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:31 smithi190 bash[23925]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:31 smithi190 bash[23925]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:31 smithi083 bash[23383]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:31 smithi083 bash[23383]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.147 INFO:teuthology.orchestra.run.smithi003.stdout:34359738435 2024-05-04T19:49:32.148 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-04T19:49:32.172 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:31 smithi003 bash[21533]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.173 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:31 smithi003 bash[21533]: cluster 2024-05-04T19:49:30.568698+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:32.241 INFO:teuthology.orchestra.run.smithi003.stdout:55834574904 2024-05-04T19:49:32.241 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-04T19:49:33.468 INFO:teuthology.orchestra.run.smithi003.stdout:163208757265 2024-05-04T19:49:33.469 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-04T19:49:33.479 INFO:teuthology.orchestra.run.smithi003.stdout:77309411375 2024-05-04T19:49:33.479 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-04T19:49:34.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:33 smithi190 bash[23925]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:34.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:33 smithi190 bash[23925]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:34.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:33 smithi083 bash[23383]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:34.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:33 smithi083 bash[23383]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:34.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:33 smithi003 bash[21533]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:34.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:33 smithi003 bash[21533]: cluster 2024-05-04T19:49:32.569179+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.028 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:34 smithi190 bash[23925]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:34 smithi083 bash[23383]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:33.971342+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:49:35.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.697584+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:49:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.699066+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:49:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:34 smithi003 bash[21533]: audit 2024-05-04T19:49:34.708657+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:49:35.963 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:35.964 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:36.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:35 smithi083 bash[23383]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:35 smithi083 bash[23383]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:35 smithi003 bash[21533]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:35 smithi003 bash[21533]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:35 smithi190 bash[23925]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:35 smithi190 bash[23925]: cluster 2024-05-04T19:49:34.569707+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:36.967 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:36.968 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:37 smithi003 bash[21533]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:37 smithi003 bash[21533]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:37.979 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:37.980 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:38.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:37 smithi083 bash[23383]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:37 smithi083 bash[23383]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:38.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:37 smithi190 bash[23925]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:38.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:37 smithi190 bash[23925]: cluster 2024-05-04T19:49:36.570376+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:39 smithi083 bash[23383]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:39 smithi083 bash[23383]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.133 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:39 smithi003 bash[21533]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.133 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:39 smithi003 bash[21533]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:39 smithi190 bash[23925]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:40.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:39 smithi190 bash[23925]: cluster 2024-05-04T19:49:38.571049+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:41 smithi083 bash[23383]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:41 smithi083 bash[23383]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:41 smithi003 bash[21533]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.112 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:41 smithi003 bash[21533]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:41 smithi190 bash[23925]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:41 smithi190 bash[23925]: cluster 2024-05-04T19:49:40.571777+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:42.488 INFO:teuthology.orchestra.run.smithi003.stdout:137438953501 2024-05-04T19:49:43.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:42 smithi083 bash[23383]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:42 smithi083 bash[23383]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:42 smithi003 bash[21533]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:42 smithi003 bash[21533]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:42 smithi190 bash[23925]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:42 smithi190 bash[23925]: audit 2024-05-04T19:49:42.489442+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.3:0/1209987863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-04T19:49:43.640 INFO:teuthology.orchestra.run.smithi003.stdout:111669149734 2024-05-04T19:49:43.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:43 smithi003 bash[21533]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:43.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:43 smithi003 bash[21533]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:43 smithi003 bash[21533]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:43.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:43 smithi003 bash[21533]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:44.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:43 smithi190 bash[23925]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:44.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:43 smithi190 bash[23925]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:44.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:43 smithi190 bash[23925]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:44.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:43 smithi190 bash[23925]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:44.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:43 smithi083 bash[23383]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:44.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:43 smithi083 bash[23383]: cluster 2024-05-04T19:49:42.572293+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:44.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:43 smithi083 bash[23383]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:44.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:43 smithi083 bash[23383]: audit 2024-05-04T19:49:43.640872+0000 mon.a (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/1893474041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-04T19:49:45.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953499 got 137438953501 for osd.4 2024-05-04T19:49:45.704 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:46.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:45 smithi003 bash[21533]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:46.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:45 smithi003 bash[21533]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:46.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:45 smithi190 bash[23925]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:46.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:45 smithi190 bash[23925]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:46.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:45 smithi083 bash[23383]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:46.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:45 smithi083 bash[23383]: cluster 2024-05-04T19:49:44.572952+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:47.158 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149731 got 111669149734 for osd.3 2024-05-04T19:49:47.158 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:47.928 INFO:teuthology.orchestra.run.smithi003.stdout:163208757267 2024-05-04T19:49:48.012 INFO:teuthology.orchestra.run.smithi003.stdout:55834574907 2024-05-04T19:49:48.032 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:47 smithi003 bash[21533]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.032 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:47 smithi003 bash[21533]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.172 INFO:teuthology.orchestra.run.smithi003.stdout:34359738438 2024-05-04T19:49:48.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:47 smithi190 bash[23925]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:47 smithi190 bash[23925]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:47 smithi083 bash[23383]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:47 smithi083 bash[23383]: cluster 2024-05-04T19:49:46.573667+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:48.307 INFO:teuthology.orchestra.run.smithi003.stdout:77309411378 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:48.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:48 smithi003 bash[21533]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:49.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:48 smithi190 bash[23925]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:47.929494+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/1791274017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.014163+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/2697740024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.173797+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/1770891429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:49.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:48 smithi083 bash[23383]: audit 2024-05-04T19:49:48.308969+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/506666885' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T19:49:49.742 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757265 got 163208757267 for osd.5 2024-05-04T19:49:49.742 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:49.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574907 for osd.1 2024-05-04T19:49:49.745 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:49.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:49 smithi003 bash[21533]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:49.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:49 smithi003 bash[21533]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:50.060 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738438 for osd.0 2024-05-04T19:49:50.067 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:50.243 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411378 for osd.2 2024-05-04T19:49:50.244 DEBUG:teuthology.parallel:result is None 2024-05-04T19:49:50.244 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-04T19:49:50.244 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-04T19:49:50.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:49 smithi190 bash[23925]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:50.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:49 smithi190 bash[23925]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:50.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:49 smithi083 bash[23383]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:50.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:49 smithi083 bash[23383]: cluster 2024-05-04T19:49:48.574238+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:50 smithi003 bash[21533]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:50 smithi003 bash[21533]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:50 smithi190 bash[23925]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:50 smithi190 bash[23925]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:50 smithi083 bash[23383]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:51.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:50 smithi083 bash[23383]: cluster 2024-05-04T19:49:50.574974+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:53 smithi003 bash[21533]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:53 smithi003 bash[21533]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:54.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:53 smithi190 bash[23925]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:54.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:53 smithi190 bash[23925]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:54.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:53 smithi083 bash[23383]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:54.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:53 smithi083 bash[23383]: cluster 2024-05-04T19:49:52.575531+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:54.979 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:49:55.890 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:55 smithi003 bash[21533]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:55.890 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:55 smithi003 bash[21533]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:56.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:55 smithi190 bash[23925]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:56.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:55 smithi190 bash[23925]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:56.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:55 smithi083 bash[23383]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:56.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:55 smithi083 bash[23383]: cluster 2024-05-04T19:49:54.576099+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:57.685 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:49:57.688 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-05-04T19:49:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:57 smithi003 bash[21533]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:57 smithi003 bash[21533]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:57 smithi190 bash[23925]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:58.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:57 smithi190 bash[23925]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:57 smithi083 bash[23383]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:57 smithi083 bash[23383]: cluster 2024-05-04T19:49:56.576607+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:58.347 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":288,"stamp":"2024-05-04T19:49:56.576335+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174324,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296588,"statfs":{"total":575970213888,"available":575791706112,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.003741"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":62,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-04T19:48:27.869610+0000","last_change":"2024-05-04T19:48:27.868806+0000","last_active":"2024-05-04T19:48:27.869610+0000","last_peered":"2024-05-04T19:48:27.869610+0000","last_clean":"2024-05-04T19:48:27.869610+0000","last_became_active":"2024-05-04T19:48:27.860211+0000","last_became_peered":"2024-05-04T19:48:27.860211+0000","last_unstale":"2024-05-04T19:48:27.869610+0000","last_undegraded":"2024-05-04T19:48:27.869610+0000","last_fullsized":"2024-05-04T19:48:27.869610+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-04T19:45:55.605957+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-04T19:45:55.605957+0000","last_clean_scrub_stamp":"2024-05-04T19:45:55.605957+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T03:55:19.228576+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757269,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32120,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713032,"statfs":{"total":95995035648,"available":95962144768,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953504,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":360448,"data_stored":137272,"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":111669149736,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-04T19:49:58.348 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-04T19:49:58.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:58 smithi003 bash[21533]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:58.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:58 smithi003 bash[21533]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:59.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:58 smithi190 bash[23925]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:59.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:58 smithi190 bash[23925]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:59.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:58 smithi083 bash[23383]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:59.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:58 smithi083 bash[23383]: audit 2024-05-04T19:49:57.684884+0000 mgr.a (mgr.14152) 324 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:49:59.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:59 smithi003 bash[21533]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:49:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:49:59 smithi003 bash[21533]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:59 smithi190 bash[23925]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:00.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:49:59 smithi190 bash[23925]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:59 smithi083 bash[23383]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:49:59 smithi083 bash[23383]: cluster 2024-05-04T19:49:58.577170+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:00.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:00 smithi003 bash[21533]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:00 smithi003 bash[21533]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:01.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:00 smithi190 bash[23925]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:01.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:00 smithi190 bash[23925]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:01.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:00 smithi083 bash[23383]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:01.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:00 smithi083 bash[23383]: cluster 2024-05-04T19:50:00.000155+0000 mon.a (mon.0) 578 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:01.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:01 smithi003 bash[21533]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:01.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:01 smithi003 bash[21533]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:02.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:01 smithi190 bash[23925]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:02.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:01 smithi190 bash[23925]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:02.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:01 smithi083 bash[23383]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:02.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:01 smithi083 bash[23383]: cluster 2024-05-04T19:50:00.577701+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:03.085 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:50:03.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:03 smithi003 bash[21533]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:03.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:03 smithi003 bash[21533]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:04.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:03 smithi190 bash[23925]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:04.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:03 smithi190 bash[23925]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:04.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:03 smithi083 bash[23383]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:04.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:03 smithi083 bash[23383]: cluster 2024-05-04T19:50:02.578231+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:05.685 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:50:05.687 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-05-04T19:50:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:05 smithi003 bash[21533]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:05.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:05 smithi003 bash[21533]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:05 smithi190 bash[23925]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:06.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:05 smithi190 bash[23925]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:06.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:05 smithi083 bash[23383]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:06.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:05 smithi083 bash[23383]: cluster 2024-05-04T19:50:04.578735+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:06.375 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":292,"stamp":"2024-05-04T19:50:04.578466+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174324,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296588,"statfs":{"total":575970213888,"available":575791706112,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.003218"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":62,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-04T19:48:27.869610+0000","last_change":"2024-05-04T19:48:27.868806+0000","last_active":"2024-05-04T19:48:27.869610+0000","last_peered":"2024-05-04T19:48:27.869610+0000","last_clean":"2024-05-04T19:48:27.869610+0000","last_became_active":"2024-05-04T19:48:27.860211+0000","last_became_peered":"2024-05-04T19:48:27.860211+0000","last_unstale":"2024-05-04T19:48:27.869610+0000","last_undegraded":"2024-05-04T19:48:27.869610+0000","last_fullsized":"2024-05-04T19:48:27.869610+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-04T19:45:55.605957+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-04T19:45:55.605957+0000","last_clean_scrub_stamp":"2024-05-04T19:45:55.605957+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T03:55:19.228576+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":38,"seq":163208757271,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32120,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713032,"statfs":{"total":95995035648,"available":95962144768,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953506,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":360448,"data_stored":137272,"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":111669149738,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411381,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574911,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-04T19:50:06.375 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-04T19:50:06.376 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-04T19:50:06.376 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-04T19:50:06.376 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-04T19:50:06.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:06 smithi003 bash[21533]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:06.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:06 smithi003 bash[21533]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:07.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:06 smithi190 bash[23925]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:07.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:06 smithi190 bash[23925]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:07.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:06 smithi083 bash[23383]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:07.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:06 smithi083 bash[23383]: audit 2024-05-04T19:50:05.684199+0000 mgr.a (mgr.14152) 329 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:07.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:07 smithi003 bash[21533]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:07.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:07 smithi003 bash[21533]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:08.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:07 smithi190 bash[23925]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:08.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:07 smithi190 bash[23925]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:08.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:07 smithi083 bash[23383]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:08.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:07 smithi083 bash[23383]: cluster 2024-05-04T19:50:06.579091+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:09.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:09 smithi003 bash[21533]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:09.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:09 smithi003 bash[21533]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:10.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:09 smithi190 bash[23925]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:10.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:09 smithi190 bash[23925]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:10.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:09 smithi083 bash[23383]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:10.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:09 smithi083 bash[23383]: cluster 2024-05-04T19:50:08.579613+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:11.120 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:50:11.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:11 smithi003 bash[21533]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:11.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:11 smithi003 bash[21533]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:12.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:11 smithi190 bash[23925]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:12.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:11 smithi190 bash[23925]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:12.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:11 smithi083 bash[23383]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:12.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:11 smithi083 bash[23383]: cluster 2024-05-04T19:50:10.580178+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:13.828 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-04T19:50:13.828 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-04T19:50:13.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:13 smithi003 bash[21533]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:13.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:13 smithi003 bash[21533]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:14.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:13 smithi190 bash[23925]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:14.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:13 smithi190 bash[23925]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:14.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:13 smithi083 bash[23383]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:14.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:13 smithi083 bash[23383]: cluster 2024-05-04T19:50:12.580890+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:14.498 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-04T19:50:14.499 INFO:tasks.cephadm:Setup complete, yielding 2024-05-04T19:50:14.499 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-04T19:50:14.511 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df83b904-0a4d-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> for host in $HOSTNAMES; do 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> # find the hostname for "host.c" which will have no mgr 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> HOST_C="${host}" 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> fi 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> done 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> # One last thing to worry about before draining the host 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> # is that the teuthology test tends to put the explicit 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> # hostnames in the placement for the mon service. 2024-05-04T19:50:14.512 DEBUG:teuthology.orchestra.run.smithi003:> # We want to make sure we can drain without providing 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # --force and there is a check for the host being removed 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # being listed explicitly in the placements. Therefore, 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # we should remove it from the mon placement. 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch ls mon --export > mon.yaml 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch apply -i mon_adjusted.yaml 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # now drain that host 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # wait for drain to complete 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> sleep 15 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> done 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # we want to check the ability to remove the host from 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # the CRUSH map, so we should first verify the host is in 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> # the CRUSH map. 2024-05-04T19:50:14.513 DEBUG:teuthology.orchestra.run.smithi003:> ceph osd getcrushmap -o compiled-crushmap 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> exit 1 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> fi 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> # If the drain was successful, we should be able to remove the 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> # host without force with no issues. If there are still daemons 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> # we will get a response telling us to drain the host and a 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> # non-zero return code 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> sleep 30 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> ceph osd getcrushmap -o compiled-crushmap 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-04T19:50:14.514 DEBUG:teuthology.orchestra.run.smithi003:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-04T19:50:14.515 DEBUG:teuthology.orchestra.run.smithi003:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-04T19:50:14.515 DEBUG:teuthology.orchestra.run.smithi003:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-04T19:50:14.515 DEBUG:teuthology.orchestra.run.smithi003:> exit 1 2024-05-04T19:50:14.515 DEBUG:teuthology.orchestra.run.smithi003:> fi 2024-05-04T19:50:14.515 DEBUG:teuthology.orchestra.run.smithi003:> ' 2024-05-04T19:50:14.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:14 smithi003 bash[21533]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:14.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:14 smithi003 bash[21533]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:15.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:14 smithi190 bash[23925]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:15.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:14 smithi190 bash[23925]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:15.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:14 smithi083 bash[23383]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:15.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:14 smithi083 bash[23383]: audit 2024-05-04T19:50:13.829246+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3150334081' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T19:50:16.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:15 smithi190 bash[23925]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:16.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:15 smithi190 bash[23925]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:15 smithi083 bash[23383]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:15 smithi083 bash[23383]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:16.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:15 smithi003 bash[21533]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:15 smithi003 bash[21533]: cluster 2024-05-04T19:50:14.581608+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:17 smithi190 bash[23925]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:17 smithi190 bash[23925]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:17 smithi083 bash[23383]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:17 smithi083 bash[23383]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:17 smithi003 bash[21533]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:17 smithi003 bash[21533]: cluster 2024-05-04T19:50:16.582265+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:19.251 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T19:50:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:19 smithi190 bash[23925]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:20.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:19 smithi190 bash[23925]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:19 smithi083 bash[23383]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:19 smithi083 bash[23383]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:20.056 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:19 smithi003 bash[21533]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:20.056 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:19 smithi003 bash[21533]: cluster 2024-05-04T19:50:18.582991+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:21.588 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch host ls --format json 2024-05-04T19:50:21.588 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq -r '.[] | .hostname' 2024-05-04T19:50:21.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:21 smithi003 bash[21533]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:21.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:21 smithi003 bash[21533]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:21.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ HOSTNAMES='smithi003 2024-05-04T19:50:21.960 INFO:teuthology.orchestra.run.smithi003.stderr:smithi083 2024-05-04T19:50:21.960 INFO:teuthology.orchestra.run.smithi003.stderr:smithi190' 2024-05-04T19:50:21.960 INFO:teuthology.orchestra.run.smithi003.stderr:+ for host in $HOSTNAMES 2024-05-04T19:50:21.961 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi003 --format json 2024-05-04T19:50:21.961 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-04T19:50:22.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:21 smithi190 bash[23925]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:22.026 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:21 smithi190 bash[23925]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:22.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:21 smithi083 bash[23383]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:22.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:21 smithi083 bash[23383]: cluster 2024-05-04T19:50:20.583567+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:22.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ HAS_MGRS=true 2024-05-04T19:50:22.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' true == false ']' 2024-05-04T19:50:22.316 INFO:teuthology.orchestra.run.smithi003.stderr:+ for host in $HOSTNAMES 2024-05-04T19:50:22.317 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi083 --format json 2024-05-04T19:50:22.317 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-04T19:50:22.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ HAS_MGRS=true 2024-05-04T19:50:22.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' true == false ']' 2024-05-04T19:50:22.694 INFO:teuthology.orchestra.run.smithi003.stderr:+ for host in $HOSTNAMES 2024-05-04T19:50:22.694 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi190 --format json 2024-05-04T19:50:22.694 INFO:teuthology.orchestra.run.smithi003.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-04T19:50:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ HAS_MGRS=false 2024-05-04T19:50:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' false == false ']' 2024-05-04T19:50:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ HOST_C=smithi190 2024-05-04T19:50:23.056 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch ls mon --export 2024-05-04T19:50:23.431 INFO:teuthology.orchestra.run.smithi003.stderr:+ sed /smithi190/d mon.yaml 2024-05-04T19:50:23.433 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-04T19:50:23.801 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled mon update... 2024-05-04T19:50:23.815 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch host drain smithi190 --zap-osd-devices 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.027 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:23 smithi190 bash[23925]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:23 smithi083 bash[23383]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:21.946397+0000 mgr.a (mgr.14152) 338 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:22.299766+0000 mgr.a (mgr.14152) 339 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi003", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: cluster 2024-05-04T19:50:22.583957+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:23 smithi003 bash[21533]: audit 2024-05-04T19:50:22.673490+0000 mgr.a (mgr.14152) 341 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi083", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T19:50:24.776 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:24 smithi190 systemd[1]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-04T19:50:26.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cephadm 2024-05-04T19:50:23.833376+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cephadm 2024-05-04T19:50:23.833376+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cephadm 2024-05-04T19:50:23.833471+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cephadm 2024-05-04T19:50:23.833471+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.835111+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.835111+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.838826+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.838826+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.839111+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:50:26.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: audit 2024-05-04T19:50:23.839111+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:23.848793+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:23.848793+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:24.584501+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:24.584501+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.839588+0000 mon.a (mon.0) 591 : cluster [INF] mon.a calling monitor election 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.839588+0000 mon.a (mon.0) 591 : cluster [INF] mon.a calling monitor election 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.862036+0000 mon.a (mon.0) 592 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.862036+0000 mon.a (mon.0) 592 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869150+0000 mon.a (mon.0) 593 : cluster [DBG] monmap epoch 4 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869150+0000 mon.a (mon.0) 593 : cluster [DBG] monmap epoch 4 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869213+0000 mon.a (mon.0) 594 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869213+0000 mon.a (mon.0) 594 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869255+0000 mon.a (mon.0) 595 : cluster [DBG] last_changed 2024-05-04T19:50:23.833720+0000 2024-05-04T19:50:26.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869255+0000 mon.a (mon.0) 595 : cluster [DBG] last_changed 2024-05-04T19:50:23.833720+0000 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869317+0000 mon.a (mon.0) 596 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869317+0000 mon.a (mon.0) 596 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869368+0000 mon.a (mon.0) 597 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869368+0000 mon.a (mon.0) 597 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869418+0000 mon.a (mon.0) 598 : cluster [DBG] election_strategy: 1 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869418+0000 mon.a (mon.0) 598 : cluster [DBG] election_strategy: 1 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869459+0000 mon.a (mon.0) 599 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869459+0000 mon.a (mon.0) 599 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869501+0000 mon.a (mon.0) 600 : cluster [DBG] 1: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.869501+0000 mon.a (mon.0) 600 : cluster [DBG] 1: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.870624+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.870624+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.870724+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:50:26.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.870724+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:50:26.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.871523+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-04T19:50:26.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.871523+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-04T19:50:26.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.871865+0000 mon.a (mon.0) 604 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:26.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:25 smithi003 bash[21533]: cluster 2024-05-04T19:50:25.871865+0000 mon.a (mon.0) 604 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cephadm 2024-05-04T19:50:23.833376+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cephadm 2024-05-04T19:50:23.833376+0000 mgr.a (mgr.14152) 346 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cephadm 2024-05-04T19:50:23.833471+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cephadm 2024-05-04T19:50:23.833471+0000 mgr.a (mgr.14152) 347 : cephadm [INF] Removing monitor c from monmap... 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.835111+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.835111+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-04T19:50:26.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.838826+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.838826+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.839111+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: audit 2024-05-04T19:50:23.839111+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:23.848793+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:23.848793+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:24.584501+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:24.584501+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.839588+0000 mon.a (mon.0) 591 : cluster [INF] mon.a calling monitor election 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.839588+0000 mon.a (mon.0) 591 : cluster [INF] mon.a calling monitor election 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.862036+0000 mon.a (mon.0) 592 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.862036+0000 mon.a (mon.0) 592 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869150+0000 mon.a (mon.0) 593 : cluster [DBG] monmap epoch 4 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869150+0000 mon.a (mon.0) 593 : cluster [DBG] monmap epoch 4 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869213+0000 mon.a (mon.0) 594 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:50:26.302 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869213+0000 mon.a (mon.0) 594 : cluster [DBG] fsid df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869255+0000 mon.a (mon.0) 595 : cluster [DBG] last_changed 2024-05-04T19:50:23.833720+0000 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869255+0000 mon.a (mon.0) 595 : cluster [DBG] last_changed 2024-05-04T19:50:23.833720+0000 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869317+0000 mon.a (mon.0) 596 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869317+0000 mon.a (mon.0) 596 : cluster [DBG] created 2024-05-04T19:40:07.715284+0000 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869368+0000 mon.a (mon.0) 597 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869368+0000 mon.a (mon.0) 597 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869418+0000 mon.a (mon.0) 598 : cluster [DBG] election_strategy: 1 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869418+0000 mon.a (mon.0) 598 : cluster [DBG] election_strategy: 1 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869459+0000 mon.a (mon.0) 599 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869459+0000 mon.a (mon.0) 599 : cluster [DBG] 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869501+0000 mon.a (mon.0) 600 : cluster [DBG] 1: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.869501+0000 mon.a (mon.0) 600 : cluster [DBG] 1: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.b 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.870624+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.870624+0000 mon.a (mon.0) 601 : cluster [DBG] fsmap 2024-05-04T19:50:26.303 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.870724+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:50:26.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.870724+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-04T19:50:26.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.871523+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-04T19:50:26.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.871523+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-04T19:50:26.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.871865+0000 mon.a (mon.0) 604 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:26.304 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:25 smithi083 bash[23383]: cluster 2024-05-04T19:50:25.871865+0000 mon.a (mon.0) 604 : cluster [INF] overall HEALTH_OK 2024-05-04T19:50:27.210 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to remove the following daemons from host 'smithi190' 2024-05-04T19:50:27.211 INFO:teuthology.orchestra.run.smithi003.stdout:type id 2024-05-04T19:50:27.211 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------- --------------- 2024-05-04T19:50:27.211 INFO:teuthology.orchestra.run.smithi003.stdout:mon c 2024-05-04T19:50:27.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd 4 2024-05-04T19:50:27.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd 5 2024-05-04T19:50:27.226 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi190 2024-05-04T19:50:27.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:26 smithi083 bash[23383]: cephadm 2024-05-04T19:50:25.874889+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi190 -- ports [] 2024-05-04T19:50:27.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:26 smithi083 bash[23383]: cephadm 2024-05-04T19:50:25.874889+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi190 -- ports [] 2024-05-04T19:50:27.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:26 smithi083 bash[23383]: cluster 2024-05-04T19:50:26.585015+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:27.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:26 smithi083 bash[23383]: cluster 2024-05-04T19:50:26.585015+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:27.443 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:26 smithi003 bash[21533]: cephadm 2024-05-04T19:50:25.874889+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi190 -- ports [] 2024-05-04T19:50:27.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:26 smithi003 bash[21533]: cephadm 2024-05-04T19:50:25.874889+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Removing daemon mon.c from smithi190 -- ports [] 2024-05-04T19:50:27.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:26 smithi003 bash[21533]: cluster 2024-05-04T19:50:26.585015+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:27.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:26 smithi003 bash[21533]: cluster 2024-05-04T19:50:26.585015+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:mon.c smithi190 running (7m) 2m ago 7m 37.4M 2048M 19.0.0-3463-g0963fa2b 78eb11be6300 4bcf116428df 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:osd.4 smithi190 running (3m) 2m ago 3m 40.1M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 4331957e7fdb 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:osd.5 smithi190 running (2m) 2m ago 2m - 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 070bb7bb006e ' 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:mon.c smithi190 running (7m) 2m ago 7m 37.4M 2048M 19.0.0-3463-g0963fa2b 78eb11be6300 4bcf116428df 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:osd.4 smithi190 running (3m) 2m ago 3m 40.1M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 4331957e7fdb 2024-05-04T19:50:27.615 INFO:teuthology.orchestra.run.smithi003.stderr:osd.5 smithi190 running (2m) 2m ago 2m - 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 070bb7bb006e ' '!=' 'No daemons reported' ']' 2024-05-04T19:50:27.616 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 15 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.189458+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.189458+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.198353+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.198353+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.199173+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi190 2024-05-04T19:50:28.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.199173+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi190 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.206550+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.206550+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.207043+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi190 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.207043+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi190 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.208175+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.208175+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.209547+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.209547+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.210398+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.210398+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.211663+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: cephadm 2024-05-04T19:50:27.211663+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.589914+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:28 smithi083 bash[23383]: audit 2024-05-04T19:50:27.589914+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.189458+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.189458+0000 mgr.a (mgr.14152) 351 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi190", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.198353+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.198353+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.199173+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi190 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.199173+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Added label _no_schedule to host smithi190 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.206550+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.206550+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.207043+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi190 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.207043+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Added label _no_conf_keyring to host smithi190 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.208175+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.208175+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.209547+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.209547+0000 mgr.a (mgr.14152) 354 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.210398+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.210398+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.211663+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: cephadm 2024-05-04T19:50:27.211663+0000 mgr.a (mgr.14152) 355 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-04T19:50:28.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.589914+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:28.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:28 smithi003 bash[21533]: audit 2024-05-04T19:50:27.589914+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:29.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:29 smithi083 bash[23383]: cluster 2024-05-04T19:50:28.585556+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:29.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:29 smithi083 bash[23383]: cluster 2024-05-04T19:50:28.585556+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:29.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:29 smithi003 bash[21533]: cluster 2024-05-04T19:50:28.585556+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:29.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:29 smithi003 bash[21533]: cluster 2024-05-04T19:50:28.585556+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:31.277 INFO:journalctl@ceph.mon.c.smithi190.stdout:May 04 19:50:31 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:31.277 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:31 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:31.277 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:31 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: cluster 2024-05-04T19:50:30.586096+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: cluster 2024-05-04T19:50:30.586096+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.214242+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.214242+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.222230+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.222230+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.321855+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:50:31.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:31 smithi003 bash[21533]: audit 2024-05-04T19:50:31.321855+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:50:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: cluster 2024-05-04T19:50:30.586096+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: cluster 2024-05-04T19:50:30.586096+0000 mgr.a (mgr.14152) 358 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.214242+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.214242+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:32.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.222230+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.222230+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.321855+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:50:32.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:31 smithi083 bash[23383]: audit 2024-05-04T19:50:31.321855+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:50:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:33 smithi003 bash[21533]: cluster 2024-05-04T19:50:32.586652+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:33 smithi003 bash[21533]: cluster 2024-05-04T19:50:32.586652+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:33 smithi003 bash[21533]: audit 2024-05-04T19:50:33.579195+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:33.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:33 smithi003 bash[21533]: audit 2024-05-04T19:50:33.579195+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:34.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:33 smithi083 bash[23383]: cluster 2024-05-04T19:50:32.586652+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:34.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:33 smithi083 bash[23383]: cluster 2024-05-04T19:50:32.586652+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:34.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:33 smithi083 bash[23383]: audit 2024-05-04T19:50:33.579195+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:34.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:33 smithi083 bash[23383]: audit 2024-05-04T19:50:33.579195+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:35 smithi003 bash[21533]: cluster 2024-05-04T19:50:34.587194+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:35.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:35 smithi003 bash[21533]: cluster 2024-05-04T19:50:34.587194+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:36.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:35 smithi083 bash[23383]: cluster 2024-05-04T19:50:34.587194+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:36.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:35 smithi083 bash[23383]: cluster 2024-05-04T19:50:34.587194+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:36.566605+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:36.566605+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:36.575314+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:36.575314+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: cluster 2024-05-04T19:50:36.587834+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: cluster 2024-05-04T19:50:36.587834+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:37.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.256674+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.256674+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.258934+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.258934+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.436952+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.436952+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.443197+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:37.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:37 smithi003 bash[21533]: audit 2024-05-04T19:50:37.443197+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:36.566605+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:36.566605+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:36.575314+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:36.575314+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: cluster 2024-05-04T19:50:36.587834+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: cluster 2024-05-04T19:50:36.587834+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.256674+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.256674+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.258934+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.258934+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.436952+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.436952+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.443197+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:38.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:37 smithi083 bash[23383]: audit 2024-05-04T19:50:37.443197+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.261948+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:50:39.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.261948+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.262723+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.262723+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.263930+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.263930+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.330150+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.330150+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:50:39.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.395149+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.395149+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.528057+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.528057+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.528620+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: cephadm 2024-05-04T19:50:37.528620+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.699220+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.699220+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.704088+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.704088+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.709136+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.709136+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.714108+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.714108+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.718416+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.718416+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.718754+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.718754+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.721291+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.721291+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.721592+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.054 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.721592+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.723755+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.723755+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.724040+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.724040+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.725803+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-04T19:50:39.055 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:38 smithi083 bash[23383]: audit 2024-05-04T19:50:37.725803+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-04T19:50:39.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.261948+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.261948+0000 mgr.a (mgr.14152) 362 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.262723+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.262723+0000 mgr.a (mgr.14152) 363 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.263930+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.263930+0000 mgr.a (mgr.14152) 364 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.330150+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.330150+0000 mgr.a (mgr.14152) 365 : cephadm [INF] Removing smithi190:/etc/ceph/ceph.client.admin.keyring 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.395149+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.395149+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Removing smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.528057+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.528057+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.528620+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: cephadm 2024-05-04T19:50:37.528620+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.699220+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.699220+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.704088+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.704088+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.709136+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.709136+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.714108+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.714108+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.718416+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.718416+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.718754+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.718754+0000 mgr.a (mgr.14152) 369 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.721291+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.721291+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.721592+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.721592+0000 mgr.a (mgr.14152) 370 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.723755+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.723755+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.724040+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.724040+0000 mgr.a (mgr.14152) 371 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.725803+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: audit 2024-05-04T19:50:37.725803+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-04T19:50:39.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:38 smithi003 bash[21533]: debug 2024-05-04T19:50:38.726+0000 7f63d4240700 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-05-04T19:50:40.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cluster 2024-05-04T19:50:38.588441+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cluster 2024-05-04T19:50:38.588441+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.715072+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.715072+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cluster 2024-05-04T19:50:38.719763+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cluster 2024-05-04T19:50:38.719763+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cephadm 2024-05-04T19:50:38.721321+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: cephadm 2024-05-04T19:50:38.721321+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.722171+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.722171+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.722562+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.722562+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.728783+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.728783+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.729112+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.729112+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.731128+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:39 smithi083 bash[23383]: audit 2024-05-04T19:50:38.731128+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cluster 2024-05-04T19:50:38.588441+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cluster 2024-05-04T19:50:38.588441+0000 mgr.a (mgr.14152) 372 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.715072+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.715072+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cluster 2024-05-04T19:50:38.719763+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cluster 2024-05-04T19:50:38.719763+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-04T19:50:40.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cephadm 2024-05-04T19:50:38.721321+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: cephadm 2024-05-04T19:50:38.721321+0000 mgr.a (mgr.14152) 373 : cephadm [INF] osd.5 weight is now 0.0 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.722171+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.722171+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.722562+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.722562+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.728783+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.728783+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.729112+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.729112+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.731128+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:39 smithi003 bash[21533]: audit 2024-05-04T19:50:38.731128+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-04T19:50:40.526 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:40 smithi190 systemd[1]: Stopping Ceph osd.4 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:50:40.527 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:40 smithi190 bash[27010]: debug 2024-05-04T19:50:40.233+0000 7fc4eb21b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:50:40.527 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:40 smithi190 bash[27010]: debug 2024-05-04T19:50:40.233+0000 7fc4eb21b700 -1 osd.4 41 *** Got signal Terminated *** 2024-05-04T19:50:40.527 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:40 smithi190 bash[27010]: debug 2024-05-04T19:50:40.233+0000 7fc4eb21b700 -1 osd.4 41 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:50:41.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cluster 2024-05-04T19:50:39.725383+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:41.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cluster 2024-05-04T19:50:39.725383+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:41.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: audit 2024-05-04T19:50:39.727191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: audit 2024-05-04T19:50:39.727191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cluster 2024-05-04T19:50:39.731845+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cluster 2024-05-04T19:50:39.731845+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cephadm 2024-05-04T19:50:39.733232+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cephadm 2024-05-04T19:50:39.733232+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cephadm 2024-05-04T19:50:39.733858+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi190 -- ports [] 2024-05-04T19:50:41.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:40 smithi083 bash[23383]: cephadm 2024-05-04T19:50:39.733858+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi190 -- ports [] 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cluster 2024-05-04T19:50:39.725383+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cluster 2024-05-04T19:50:39.725383+0000 mon.a (mon.0) 632 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: audit 2024-05-04T19:50:39.727191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: audit 2024-05-04T19:50:39.727191+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cluster 2024-05-04T19:50:39.731845+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cluster 2024-05-04T19:50:39.731845+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cephadm 2024-05-04T19:50:39.733232+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cephadm 2024-05-04T19:50:39.733232+0000 mgr.a (mgr.14152) 376 : cephadm [INF] osd.4 now down 2024-05-04T19:50:41.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cephadm 2024-05-04T19:50:39.733858+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi190 -- ports [] 2024-05-04T19:50:41.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:40 smithi003 bash[21533]: cephadm 2024-05-04T19:50:39.733858+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing daemon osd.4 from smithi190 -- ports [] 2024-05-04T19:50:41.544 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:41 smithi190 bash[35664]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-4 2024-05-04T19:50:41.544 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:41 smithi190 bash[35727]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-4 2024-05-04T19:50:42.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:41 smithi083 bash[23383]: cluster 2024-05-04T19:50:40.589069+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:42.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:41 smithi083 bash[23383]: cluster 2024-05-04T19:50:40.589069+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:42.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:41 smithi083 bash[23383]: cluster 2024-05-04T19:50:40.738736+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-04T19:50:42.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:41 smithi083 bash[23383]: cluster 2024-05-04T19:50:40.738736+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-04T19:50:42.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:41 smithi003 bash[21533]: cluster 2024-05-04T19:50:40.589069+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:42.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:41 smithi003 bash[21533]: cluster 2024-05-04T19:50:40.589069+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:42.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:41 smithi003 bash[21533]: cluster 2024-05-04T19:50:40.738736+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-04T19:50:42.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:41 smithi003 bash[21533]: cluster 2024-05-04T19:50:40.738736+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-04T19:50:42.618 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi190 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:osd.4 smithi190 running (3m) 6s ago 3m 43.9M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 4331957e7fdb 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:osd.5 smithi190 running (2m) 6s ago 2m 45.7M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 070bb7bb006e ' 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:osd.4 smithi190 running (3m) 6s ago 3m 43.9M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 4331957e7fdb 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:osd.5 smithi190 running (2m) 6s ago 2m 45.7M 10.4G 19.0.0-3463-g0963fa2b 78eb11be6300 070bb7bb006e ' '!=' 'No daemons reported' ']' 2024-05-04T19:50:43.014 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 15 2024-05-04T19:50:43.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:42 smithi083 bash[23383]: cluster 2024-05-04T19:50:41.742232+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-04T19:50:43.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:42 smithi083 bash[23383]: cluster 2024-05-04T19:50:41.742232+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-04T19:50:43.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:42 smithi003 bash[21533]: cluster 2024-05-04T19:50:41.742232+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-04T19:50:43.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:42 smithi003 bash[21533]: cluster 2024-05-04T19:50:41.742232+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-04T19:50:43.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:43 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:43.526 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:43 smithi190 systemd[1]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-04T19:50:43.527 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:43 smithi190 systemd[1]: Stopped Ceph osd.4 for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:50:43.527 INFO:journalctl@ceph.osd.4.smithi190.stdout:May 04 19:50:43 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:44.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:42.589713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v315: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:42.589713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v315: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:42.744624+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:42.744624+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.609573+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.609573+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.612563+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.612563+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.618866+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.618866+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:43.620114+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:43.620114+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:44.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.622115+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: audit 2024-05-04T19:50:43.622115+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:43.627082+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-04T19:50:44.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:43 smithi083 bash[23383]: cluster 2024-05-04T19:50:43.627082+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:42.589713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v315: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:42.589713+0000 mgr.a (mgr.14152) 379 : cluster [DBG] pgmap v315: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:42.744624+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:42.744624+0000 mon.a (mon.0) 637 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.609573+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.609573+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-04T19:50:44.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.612563+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.612563+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.618866+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.618866+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:43.620114+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:43.620114+0000 mon.a (mon.0) 641 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.622115+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: audit 2024-05-04T19:50:43.622115+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:43.627082+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-04T19:50:44.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:43 smithi003 bash[21533]: cluster 2024-05-04T19:50:43.627082+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-04T19:50:45.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: audit 2024-05-04T19:50:42.989847+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:45.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: audit 2024-05-04T19:50:42.989847+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:45.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.608960+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.608960+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.618181+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.618181+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.628292+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.628292+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.628511+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cephadm 2024-05-04T19:50:43.628511+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi190 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cluster 2024-05-04T19:50:44.629827+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-04T19:50:45.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:44 smithi083 bash[23383]: cluster 2024-05-04T19:50:44.629827+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: audit 2024-05-04T19:50:42.989847+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: audit 2024-05-04T19:50:42.989847+0000 mgr.a (mgr.14152) 380 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.608960+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.608960+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing key for osd.4 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.618181+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi190 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.618181+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Successfully removed osd.4 on smithi190 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.628292+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi190 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.628292+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Successfully purged osd.4 on smithi190 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.628511+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi190 2024-05-04T19:50:45.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cephadm 2024-05-04T19:50:43.628511+0000 mgr.a (mgr.14152) 384 : cephadm [INF] Zapping devices for osd.4 on smithi190 2024-05-04T19:50:45.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cluster 2024-05-04T19:50:44.629827+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-04T19:50:45.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:44 smithi003 bash[21533]: cluster 2024-05-04T19:50:44.629827+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-04T19:50:46.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:45 smithi083 bash[23383]: cluster 2024-05-04T19:50:44.590267+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v317: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:46.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:45 smithi083 bash[23383]: cluster 2024-05-04T19:50:44.590267+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v317: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:46.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:45 smithi083 bash[23383]: cluster 2024-05-04T19:50:45.633442+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-04T19:50:46.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:45 smithi083 bash[23383]: cluster 2024-05-04T19:50:45.633442+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-04T19:50:46.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:45 smithi003 bash[21533]: cluster 2024-05-04T19:50:44.590267+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v317: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:46.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:45 smithi003 bash[21533]: cluster 2024-05-04T19:50:44.590267+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v317: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:46.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:45 smithi003 bash[21533]: cluster 2024-05-04T19:50:45.633442+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-04T19:50:46.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:45 smithi003 bash[21533]: cluster 2024-05-04T19:50:45.633442+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-04T19:50:48.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:47 smithi083 bash[23383]: cluster 2024-05-04T19:50:46.590924+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v320: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:48.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:47 smithi083 bash[23383]: cluster 2024-05-04T19:50:46.590924+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v320: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:48.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:47 smithi003 bash[21533]: cluster 2024-05-04T19:50:46.590924+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v320: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:48.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:47 smithi003 bash[21533]: cluster 2024-05-04T19:50:46.590924+0000 mgr.a (mgr.14152) 386 : cluster [DBG] pgmap v320: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-05-04T19:50:49.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.591577+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:50:49.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.591577+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:50:49.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.771022+0000 mon.a (mon.0) 646 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-04T19:50:49.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.771022+0000 mon.a (mon.0) 646 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-04T19:50:49.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.771081+0000 mon.a (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:49.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:48 smithi003 bash[21533]: cluster 2024-05-04T19:50:48.771081+0000 mon.a (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.591577+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.591577+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.771022+0000 mon.a (mon.0) 646 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.771022+0000 mon.a (mon.0) 646 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.771081+0000 mon.a (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:49.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:48 smithi083 bash[23383]: cluster 2024-05-04T19:50:48.771081+0000 mon.a (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:51.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:51 smithi003 bash[21533]: cluster 2024-05-04T19:50:50.592135+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:50:51.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:51 smithi003 bash[21533]: cluster 2024-05-04T19:50:50.592135+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:50:52.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:51 smithi083 bash[23383]: cluster 2024-05-04T19:50:50.592135+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:50:52.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:51 smithi083 bash[23383]: cluster 2024-05-04T19:50:50.592135+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-05-04T19:50:52.443 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: debug 2024-05-04T19:50:52.118+0000 7f63d4240700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-05-04T19:50:52.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.117117+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.117117+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.120106+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.120106+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.122584+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-04T19:50:52.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:52 smithi003 bash[21533]: audit 2024-05-04T19:50:52.122584+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.117117+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.117117+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.120106+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.120106+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.122584+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:52 smithi083 bash[23383]: audit 2024-05-04T19:50:52.122584+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:53 smithi190 systemd[1]: Stopping Ceph osd.5 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:50:53.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:53 smithi190 bash[32334]: debug 2024-05-04T19:50:53.209+0000 7fe360d70700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:50:53.527 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:53 smithi190 bash[32334]: debug 2024-05-04T19:50:53.209+0000 7fe360d70700 -1 osd.5 47 *** Got signal Terminated *** 2024-05-04T19:50:53.527 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:53 smithi190 bash[32334]: debug 2024-05-04T19:50:53.209+0000 7fe360d70700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.116413+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi190 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.116413+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi190 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.117542+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.117542+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.120459+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.120459+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.592702+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.592702+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.648246+0000 mon.a (mon.0) 651 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.648246+0000 mon.a (mon.0) 651 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.648302+0000 mon.a (mon.0) 652 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.648302+0000 mon.a (mon.0) 652 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.656022+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: audit 2024-05-04T19:50:52.656022+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.663421+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cluster 2024-05-04T19:50:52.663421+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.664656+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.664656+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.665238+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi190 -- ports [] 2024-05-04T19:50:53.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:53 smithi003 bash[21533]: cephadm 2024-05-04T19:50:52.665238+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi190 -- ports [] 2024-05-04T19:50:54.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.116413+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi190 2024-05-04T19:50:54.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.116413+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Successfully zapped devices for osd.4 on smithi190 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.117542+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.117542+0000 mgr.a (mgr.14152) 390 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.120459+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.120459+0000 mgr.a (mgr.14152) 391 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.592702+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.592702+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.648246+0000 mon.a (mon.0) 651 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.648246+0000 mon.a (mon.0) 651 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.648302+0000 mon.a (mon.0) 652 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.648302+0000 mon.a (mon.0) 652 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.656022+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: audit 2024-05-04T19:50:52.656022+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-04T19:50:54.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.663421+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-04T19:50:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cluster 2024-05-04T19:50:52.663421+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-04T19:50:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.664656+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-05-04T19:50:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.664656+0000 mgr.a (mgr.14152) 393 : cephadm [INF] osd.5 now down 2024-05-04T19:50:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.665238+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi190 -- ports [] 2024-05-04T19:50:54.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:53 smithi083 bash[23383]: cephadm 2024-05-04T19:50:52.665238+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Removing daemon osd.5 from smithi190 -- ports [] 2024-05-04T19:50:54.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:54 smithi190 bash[36197]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-5 2024-05-04T19:50:54.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:54 smithi190 bash[36259]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-5 2024-05-04T19:50:55.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:55 smithi003 bash[21533]: cluster 2024-05-04T19:50:54.593225+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-05-04T19:50:55.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:55 smithi003 bash[21533]: cluster 2024-05-04T19:50:54.593225+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-05-04T19:50:56.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:55 smithi083 bash[23383]: cluster 2024-05-04T19:50:54.593225+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-05-04T19:50:56.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:55 smithi083 bash[23383]: cluster 2024-05-04T19:50:54.593225+0000 mgr.a (mgr.14152) 395 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-05-04T19:50:56.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:56 smithi190 systemd[1]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-04T19:50:56.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:56 smithi190 systemd[1]: Stopped Ceph osd.5 for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:50:56.526 INFO:journalctl@ceph.osd.5.smithi190.stdout:May 04 19:50:56 smithi190 systemd[1]: /etc/systemd/system/ceph-df83b904-0a4d-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.491970+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.491970+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.494829+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.494829+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.501361+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.501361+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502704+0000 mon.a (mon.0) 658 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502704+0000 mon.a (mon.0) 658 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:56.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502757+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502757+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502787+0000 mon.a (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.502787+0000 mon.a (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.504797+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: audit 2024-05-04T19:50:56.504797+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.509827+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-04T19:50:56.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:56 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.509827+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-04T19:50:57.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.491970+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-04T19:50:57.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.491970+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.494829+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.494829+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.501361+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.501361+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502704+0000 mon.a (mon.0) 658 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502704+0000 mon.a (mon.0) 658 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502757+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502757+0000 mon.a (mon.0) 659 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502787+0000 mon.a (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.502787+0000 mon.a (mon.0) 660 : cluster [INF] Cluster is now healthy 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.504797+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: audit 2024-05-04T19:50:56.504797+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.509827+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-04T19:50:57.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:56 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.509827+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.491318+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.491318+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.500559+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.500559+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.510982+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.510982+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.511324+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cephadm 2024-05-04T19:50:56.511324+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi190 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.593735+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:57.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:57 smithi003 bash[21533]: cluster 2024-05-04T19:50:56.593735+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:58.017 INFO:teuthology.orchestra.run.smithi003.stderr:++ ceph orch ps --hostname smithi190 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.491318+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.491318+0000 mgr.a (mgr.14152) 396 : cephadm [INF] Removing key for osd.5 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.500559+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi190 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.500559+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Successfully removed osd.5 on smithi190 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.510982+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi190 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.510982+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Successfully purged osd.5 on smithi190 2024-05-04T19:50:58.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.511324+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi190 2024-05-04T19:50:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cephadm 2024-05-04T19:50:56.511324+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Zapping devices for osd.5 on smithi190 2024-05-04T19:50:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.593735+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:58.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:57 smithi083 bash[23383]: cluster 2024-05-04T19:50:56.593735+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:58.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-04T19:50:58.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-04T19:50:58.399 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-04T19:50:58.749 INFO:teuthology.orchestra.run.smithi003.stderr:17 2024-05-04T19:50:58.760 INFO:teuthology.orchestra.run.smithi003.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-04T19:50:58.779 INFO:teuthology.orchestra.run.smithi003.stderr:++ cat crushmap.txt 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:+ CRUSH_MAP='# begin crush map 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_local_tries 0 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_local_fallback_tries 0 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_total_tries 50 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_descend_once 1 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_vary_r 1 2024-05-04T19:50:58.781 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_stable 1 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:tunable straw_calc_version 1 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:tunable allowed_bucket_algs 54 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:# devices 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:device 0 osd.0 class ssd 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:device 1 osd.1 class ssd 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:device 2 osd.2 class ssd 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:device 3 osd.3 class ssd 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:# types 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:type 0 osd 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:type 1 host 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:type 2 chassis 2024-05-04T19:50:58.782 INFO:teuthology.orchestra.run.smithi003.stderr:type 3 rack 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 4 row 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 5 pdu 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 6 pod 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 7 room 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 8 datacenter 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 9 zone 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 10 region 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:type 11 root 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:# buckets 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr:host smithi003 { 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr: id -3 # do not change unnecessarily 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr: id -4 class ssd # do not change unnecessarily 2024-05-04T19:50:58.783 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.17459 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.0 weight 0.08730 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.1 weight 0.08730 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr:host smithi083 { 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: id -5 # do not change unnecessarily 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: id -6 class ssd # do not change unnecessarily 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.17459 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.2 weight 0.08730 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.3 weight 0.08730 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:50:58.784 INFO:teuthology.orchestra.run.smithi003.stderr:host smithi190 { 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: id -7 # do not change unnecessarily 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: id -8 class ssd # do not change unnecessarily 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.00000 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr:root default { 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: id -1 # do not change unnecessarily 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: id -2 class ssd # do not change unnecessarily 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.34918 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: item smithi003 weight 0.17459 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: item smithi083 weight 0.17459 2024-05-04T19:50:58.785 INFO:teuthology.orchestra.run.smithi003.stderr: item smithi190 weight 0.00000 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:# rules 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:rule replicated_rule { 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: id 0 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: type replicated 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: step take default 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: step choose firstn 0 type osd 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: step emit 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:# end crush map' 2024-05-04T19:50:58.786 INFO:teuthology.orchestra.run.smithi003.stderr:+ grep -q smithi190 2024-05-04T19:50:58.787 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph orch host rm smithi190 --rm-crush-entry 2024-05-04T19:50:59.709 INFO:teuthology.orchestra.run.smithi003.stdout:Removed host 'smithi190' 2024-05-04T19:50:59.726 INFO:teuthology.orchestra.run.smithi003.stderr:+ sleep 30 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:58.381411+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:58.381411+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: cluster 2024-05-04T19:50:58.594253+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: cluster 2024-05-04T19:50:58.594253+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:58.746460+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.3:0/3887225962' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:58.746460+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.3:0/3887225962' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:59.132729+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-05-04T19:50:59.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:50:59 smithi003 bash[21533]: audit 2024-05-04T19:50:59.132729+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:58.381411+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:58.381411+0000 mgr.a (mgr.14152) 401 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: cluster 2024-05-04T19:50:58.594253+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: cluster 2024-05-04T19:50:58.594253+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:58.746460+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.3:0/3887225962' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:58.746460+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.3:0/3887225962' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:59.132729+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-05-04T19:51:00.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:50:59 smithi083 bash[23383]: audit 2024-05-04T19:50:59.132729+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi190"}]: dispatch 2024-05-04T19:51:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.131773+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.131773+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.671494+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-05-04T19:51:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.671494+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-05-04T19:51:00.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cluster 2024-05-04T19:50:59.677262+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cluster 2024-05-04T19:50:59.677262+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.692648+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.692648+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.694032+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.694032+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.701305+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.701305+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.709812+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi190 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.709812+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi190 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.734360+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi190 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.734360+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi190 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.740747+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.740747+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:00.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.807396+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.807396+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.808003+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.808003+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.809391+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.809391+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.810911+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: audit 2024-05-04T19:50:59.810911+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.812673+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:51:00.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:00 smithi003 bash[21533]: cephadm 2024-05-04T19:50:59.812673+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.131773+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.131773+0000 mgr.a (mgr.14152) 403 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi190", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.671494+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.671494+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi190"}]': finished 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cluster 2024-05-04T19:50:59.677262+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cluster 2024-05-04T19:50:59.677262+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-04T19:51:01.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.692648+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.692648+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.694032+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.694032+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]: dispatch 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.701305+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.701305+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi190"}]': finished 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.709812+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi190 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.709812+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Removed host smithi190 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.734360+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi190 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.734360+0000 mgr.a (mgr.14152) 405 : cephadm [INF] Successfully zapped devices for osd.5 on smithi190 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.740747+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.740747+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.807396+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.807396+0000 mgr.a (mgr.14152) 406 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T19:51:01.052 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.808003+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.808003+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.809391+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.809391+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.810911+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: audit 2024-05-04T19:50:59.810911+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.812673+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:51:01.053 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:00 smithi083 bash[23383]: cephadm 2024-05-04T19:50:59.812673+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring daemon mon.a on smithi003 2024-05-04T19:51:01.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:01 smithi003 bash[21533]: cluster 2024-05-04T19:51:00.594767+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:01.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:01 smithi003 bash[21533]: cluster 2024-05-04T19:51:00.594767+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:02.049 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:01 smithi083 bash[23383]: cluster 2024-05-04T19:51:00.594767+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:02.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:01 smithi083 bash[23383]: cluster 2024-05-04T19:51:00.594767+0000 mgr.a (mgr.14152) 408 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.048572+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.048572+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.055397+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.055397+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cephadm 2024-05-04T19:51:02.083025+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cephadm 2024-05-04T19:51:02.083025+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-04T19:51:03.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.083801+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.083801+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.085887+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.085887+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.087676+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: audit 2024-05-04T19:51:02.087676+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cephadm 2024-05-04T19:51:02.089782+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cephadm 2024-05-04T19:51:02.089782+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cluster 2024-05-04T19:51:02.595329+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:03.301 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:03 smithi083 bash[23383]: cluster 2024-05-04T19:51:02.595329+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.048572+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.048572+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.055397+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.055397+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cephadm 2024-05-04T19:51:02.083025+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cephadm 2024-05-04T19:51:02.083025+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-04T19:51:03.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.083801+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.083801+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.085887+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.085887+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.087676+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: audit 2024-05-04T19:51:02.087676+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cephadm 2024-05-04T19:51:02.089782+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cephadm 2024-05-04T19:51:02.089782+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring daemon mgr.a on smithi003 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cluster 2024-05-04T19:51:02.595329+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:03 smithi003 bash[21533]: cluster 2024-05-04T19:51:02.595329+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.181648+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.181648+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.190734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.190734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cephadm 2024-05-04T19:51:04.210783+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cephadm 2024-05-04T19:51:04.210783+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.211438+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.211438+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.213207+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:05.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: audit 2024-05-04T19:51:04.213207+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cephadm 2024-05-04T19:51:04.216186+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi003 2024-05-04T19:51:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cephadm 2024-05-04T19:51:04.216186+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi003 2024-05-04T19:51:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cluster 2024-05-04T19:51:04.595840+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:05.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:05 smithi003 bash[21533]: cluster 2024-05-04T19:51:04.595840+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.181648+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.181648+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.190734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.190734+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cephadm 2024-05-04T19:51:04.210783+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cephadm 2024-05-04T19:51:04.210783+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-04T19:51:05.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.211438+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.211438+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.213207+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: audit 2024-05-04T19:51:04.213207+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cephadm 2024-05-04T19:51:04.216186+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi003 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cephadm 2024-05-04T19:51:04.216186+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring daemon osd.0 on smithi003 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cluster 2024-05-04T19:51:04.595840+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:05.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:05 smithi083 bash[23383]: cluster 2024-05-04T19:51:04.595840+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.184010+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.184010+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.189569+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.189569+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cephadm 2024-05-04T19:51:06.235701+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cephadm 2024-05-04T19:51:06.235701+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.236306+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.236306+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:51:07.444 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.237763+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:07.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: audit 2024-05-04T19:51:06.237763+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:07.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cephadm 2024-05-04T19:51:06.240311+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi003 2024-05-04T19:51:07.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cephadm 2024-05-04T19:51:06.240311+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi003 2024-05-04T19:51:07.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cluster 2024-05-04T19:51:06.596348+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:07.445 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:07 smithi003 bash[21533]: cluster 2024-05-04T19:51:06.596348+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:07.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.184010+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.184010+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.189569+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.550 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.189569+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cephadm 2024-05-04T19:51:06.235701+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cephadm 2024-05-04T19:51:06.235701+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.236306+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.236306+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.237763+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: audit 2024-05-04T19:51:06.237763+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cephadm 2024-05-04T19:51:06.240311+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi003 2024-05-04T19:51:07.551 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cephadm 2024-05-04T19:51:06.240311+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring daemon osd.1 on smithi003 2024-05-04T19:51:07.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cluster 2024-05-04T19:51:06.596348+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:07.552 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:07 smithi083 bash[23383]: cluster 2024-05-04T19:51:06.596348+0000 mgr.a (mgr.14152) 417 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.329503+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.329503+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.337513+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.337513+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cephadm 2024-05-04T19:51:08.358982+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:51:09.694 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cephadm 2024-05-04T19:51:08.358982+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.359593+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.359593+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.361102+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.361102+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.362474+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: audit 2024-05-04T19:51:08.362474+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cephadm 2024-05-04T19:51:08.364200+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cephadm 2024-05-04T19:51:08.364200+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cluster 2024-05-04T19:51:08.596912+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:09.695 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:09 smithi003 bash[21533]: cluster 2024-05-04T19:51:08.596912+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:09.722 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.329503+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.722 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.329503+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.722 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.337513+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.337513+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cephadm 2024-05-04T19:51:08.358982+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cephadm 2024-05-04T19:51:08.358982+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.359593+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.359593+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.361102+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.361102+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.362474+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: audit 2024-05-04T19:51:08.362474+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cephadm 2024-05-04T19:51:08.364200+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cephadm 2024-05-04T19:51:08.364200+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring daemon mon.b on smithi083 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cluster 2024-05-04T19:51:08.596912+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:09.723 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:09 smithi083 bash[23383]: cluster 2024-05-04T19:51:08.596912+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:11.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.533497+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.533497+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.543081+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.543081+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cephadm 2024-05-04T19:51:10.585526+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cephadm 2024-05-04T19:51:10.585526+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.586528+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.586528+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.588507+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.588507+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.590184+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: audit 2024-05-04T19:51:10.590184+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cephadm 2024-05-04T19:51:10.592308+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi083 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cephadm 2024-05-04T19:51:10.592308+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi083 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cluster 2024-05-04T19:51:10.597411+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:11.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:11 smithi083 bash[23383]: cluster 2024-05-04T19:51:10.597411+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.533497+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.533497+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.543081+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.543081+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cephadm 2024-05-04T19:51:10.585526+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cephadm 2024-05-04T19:51:10.585526+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.586528+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.586528+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.588507+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:11.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.588507+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.590184+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: audit 2024-05-04T19:51:10.590184+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cephadm 2024-05-04T19:51:10.592308+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi083 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cephadm 2024-05-04T19:51:10.592308+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring daemon mgr.b on smithi083 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cluster 2024-05-04T19:51:10.597411+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:11.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:11 smithi003 bash[21533]: cluster 2024-05-04T19:51:10.597411+0000 mgr.a (mgr.14152) 423 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cluster 2024-05-04T19:51:12.597902+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cluster 2024-05-04T19:51:12.597902+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.673471+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.673471+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.682629+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.682629+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cephadm 2024-05-04T19:51:12.714311+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cephadm 2024-05-04T19:51:12.714311+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.715029+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:51:13.924 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.715029+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:51:13.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.716914+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:13.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: audit 2024-05-04T19:51:12.716914+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:13.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cephadm 2024-05-04T19:51:12.719863+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-05-04T19:51:13.925 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:13 smithi083 bash[23383]: cephadm 2024-05-04T19:51:12.719863+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cluster 2024-05-04T19:51:12.597902+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cluster 2024-05-04T19:51:12.597902+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.673471+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.673471+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.682629+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.682629+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cephadm 2024-05-04T19:51:12.714311+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cephadm 2024-05-04T19:51:12.714311+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.715029+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:51:13.944 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.715029+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T19:51:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.716914+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: audit 2024-05-04T19:51:12.716914+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cephadm 2024-05-04T19:51:12.719863+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-05-04T19:51:13.945 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:13 smithi003 bash[21533]: cephadm 2024-05-04T19:51:12.719863+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cluster 2024-05-04T19:51:14.598418+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cluster 2024-05-04T19:51:14.598418+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.779054+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.779054+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.788144+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.788144+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cephadm 2024-05-04T19:51:14.791653+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cephadm 2024-05-04T19:51:14.791653+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.792285+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.792285+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:51:16.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.794103+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:16.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: audit 2024-05-04T19:51:14.794103+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:16.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cephadm 2024-05-04T19:51:14.797107+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-05-04T19:51:16.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:15 smithi083 bash[23383]: cephadm 2024-05-04T19:51:14.797107+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cluster 2024-05-04T19:51:14.598418+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cluster 2024-05-04T19:51:14.598418+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.779054+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.779054+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.788144+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.788144+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cephadm 2024-05-04T19:51:14.791653+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cephadm 2024-05-04T19:51:14.791653+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.792285+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:51:16.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.792285+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-04T19:51:16.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.794103+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:16.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: audit 2024-05-04T19:51:14.794103+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:16.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cephadm 2024-05-04T19:51:14.797107+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-05-04T19:51:16.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:15 smithi003 bash[21533]: cephadm 2024-05-04T19:51:14.797107+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: cluster 2024-05-04T19:51:16.598932+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: cluster 2024-05-04T19:51:16.598932+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.910033+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.910033+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.919702+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.919702+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.969227+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:51:18.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:16.969227+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:51:18.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:17.553942+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:17.553942+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:17.566712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.051 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:17 smithi083 bash[23383]: audit 2024-05-04T19:51:17.566712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: cluster 2024-05-04T19:51:16.598932+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: cluster 2024-05-04T19:51:16.598932+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.910033+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.910033+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.919702+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.919702+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.969227+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:16.969227+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:17.553942+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:17.553942+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:17.566712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:18.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:17 smithi003 bash[21533]: audit 2024-05-04T19:51:17.566712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.202663+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.202663+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.204563+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.204563+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.216767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:19.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:18 smithi083 bash[23383]: audit 2024-05-04T19:51:18.216767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:19.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.202663+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:19.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.202663+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T19:51:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.204563+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:51:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.204563+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T19:51:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.216767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:19.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:18 smithi003 bash[21533]: audit 2024-05-04T19:51:18.216767+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.3:0/2740514253' entity='mgr.a' 2024-05-04T19:51:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:19 smithi083 bash[23383]: cluster 2024-05-04T19:51:18.207911+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:19 smithi083 bash[23383]: cluster 2024-05-04T19:51:18.207911+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:19 smithi083 bash[23383]: cluster 2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:51:20.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:19 smithi083 bash[23383]: cluster 2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:51:20.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:19 smithi003 bash[21533]: cluster 2024-05-04T19:51:18.207911+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:20.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:19 smithi003 bash[21533]: cluster 2024-05-04T19:51:18.207911+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:20.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:19 smithi003 bash[21533]: cluster 2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:51:20.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:19 smithi003 bash[21533]: cluster 2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:51:22.049 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:21 smithi083 bash[23383]: cluster 2024-05-04T19:51:20.208374+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:22.050 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:21 smithi083 bash[23383]: cluster 2024-05-04T19:51:20.208374+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:22.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:21 smithi003 bash[21533]: cluster 2024-05-04T19:51:20.208374+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:22.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:21 smithi003 bash[21533]: cluster 2024-05-04T19:51:20.208374+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:24.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:23 smithi003 bash[21533]: cluster 2024-05-04T19:51:22.208925+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:24.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:23 smithi003 bash[21533]: cluster 2024-05-04T19:51:22.208925+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:24.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:23 smithi083 bash[23383]: cluster 2024-05-04T19:51:22.208925+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:24.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:23 smithi083 bash[23383]: cluster 2024-05-04T19:51:22.208925+0000 mgr.a (mgr.14152) 433 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:26.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:25 smithi003 bash[21533]: cluster 2024-05-04T19:51:24.209512+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:26.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:25 smithi003 bash[21533]: cluster 2024-05-04T19:51:24.209512+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:26.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:25 smithi083 bash[23383]: cluster 2024-05-04T19:51:24.209512+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:26.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:25 smithi083 bash[23383]: cluster 2024-05-04T19:51:24.209512+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:28.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:27 smithi003 bash[21533]: cluster 2024-05-04T19:51:26.210095+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:28.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:27 smithi003 bash[21533]: cluster 2024-05-04T19:51:26.210095+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:28.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:27 smithi083 bash[23383]: cluster 2024-05-04T19:51:26.210095+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:28.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:27 smithi083 bash[23383]: cluster 2024-05-04T19:51:26.210095+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:29.728 INFO:teuthology.orchestra.run.smithi003.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-04T19:51:30.090 INFO:teuthology.orchestra.run.smithi003.stderr:18 2024-05-04T19:51:30.101 INFO:teuthology.orchestra.run.smithi003.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-04T19:51:30.120 INFO:teuthology.orchestra.run.smithi003.stderr:++ cat crushmap.txt 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:+ CRUSH_MAP='# begin crush map 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_local_tries 0 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_local_fallback_tries 0 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable choose_total_tries 50 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_descend_once 1 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_vary_r 1 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable chooseleaf_stable 1 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable straw_calc_version 1 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr:tunable allowed_bucket_algs 54 2024-05-04T19:51:30.122 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:# devices 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:device 0 osd.0 class ssd 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:device 1 osd.1 class ssd 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:device 2 osd.2 class ssd 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:device 3 osd.3 class ssd 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:# types 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 0 osd 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 1 host 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 2 chassis 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 3 rack 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 4 row 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 5 pdu 2024-05-04T19:51:30.123 INFO:teuthology.orchestra.run.smithi003.stderr:type 6 pod 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:type 7 room 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:type 8 datacenter 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:type 9 zone 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:type 10 region 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:type 11 root 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:# buckets 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr:host smithi003 { 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: id -3 # do not change unnecessarily 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: id -4 class ssd # do not change unnecessarily 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.17459 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.0 weight 0.08730 2024-05-04T19:51:30.124 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.1 weight 0.08730 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr:host smithi083 { 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: id -5 # do not change unnecessarily 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: id -6 class ssd # do not change unnecessarily 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.17459 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.2 weight 0.08730 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: item osd.3 weight 0.08730 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr:root default { 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: id -1 # do not change unnecessarily 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: id -2 class ssd # do not change unnecessarily 2024-05-04T19:51:30.125 INFO:teuthology.orchestra.run.smithi003.stderr: # weight 0.34918 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: alg straw2 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: hash 0 # rjenkins1 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: item smithi003 weight 0.17459 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: item smithi083 weight 0.17459 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:# rules 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:rule replicated_rule { 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: id 0 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: type replicated 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: step take default 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: step choose firstn 0 type osd 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: step emit 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr:} 2024-05-04T19:51:30.126 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:51:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:# end crush map' 2024-05-04T19:51:30.127 INFO:teuthology.orchestra.run.smithi003.stderr:+ grep -q smithi190 2024-05-04T19:51:30.127 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:29 smithi003 bash[21533]: cluster 2024-05-04T19:51:28.210659+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:30.127 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:29 smithi003 bash[21533]: cluster 2024-05-04T19:51:28.210659+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:30.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:29 smithi083 bash[23383]: cluster 2024-05-04T19:51:28.210659+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:30.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:29 smithi083 bash[23383]: cluster 2024-05-04T19:51:28.210659+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail 2024-05-04T19:51:30.834 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-04T19:51:30.844 INFO:tasks.cephadm:Teardown begin 2024-05-04T19:51:30.844 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:51:30.860 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:51:30.874 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:51:30.889 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-04T19:51:30.890 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T19:51:30.912 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T19:51:30.922 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T19:51:30.942 INFO:tasks.cephadm:Stopping all daemons... 2024-05-04T19:51:30.942 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-04T19:51:30.942 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a 2024-05-04T19:51:31.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:30 smithi003 bash[21533]: audit 2024-05-04T19:51:30.087544+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.3:0/2834016837' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:31.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:30 smithi003 bash[21533]: audit 2024-05-04T19:51:30.087544+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.3:0/2834016837' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:31.097 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:30 smithi003 systemd[1]: Stopping Ceph mon.a for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:31.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:30 smithi083 bash[23383]: audit 2024-05-04T19:51:30.087544+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.3:0/2834016837' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:31.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:30 smithi083 bash[23383]: audit 2024-05-04T19:51:30.087544+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.3:0/2834016837' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-04T19:51:31.399 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:31 smithi003 bash[21533]: debug 2024-05-04T19:51:31.094+0000 7f63d9a4b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T19:51:31.399 INFO:journalctl@ceph.mon.a.smithi003.stdout:May 04 19:51:31 smithi003 bash[21533]: debug 2024-05-04T19:51:31.094+0000 7f63d9a4b700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-04T19:51:31.949 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.a.service' 2024-05-04T19:51:31.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:31.982 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-04T19:51:31.982 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-04T19:51:31.982 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.b 2024-05-04T19:51:32.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 systemd[1]: Stopping Ceph mon.b for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:32.299 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 bash[23383]: debug 2024-05-04T19:51:32.158+0000 7f6caef46700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T19:51:32.300 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 bash[23383]: debug 2024-05-04T19:51:32.158+0000 7f6caef46700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-04T19:51:32.920 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.b.service' 2024-05-04T19:51:32.929 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 bash[35963]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-mon-b 2024-05-04T19:51:32.929 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 bash[36026]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-mon-b 2024-05-04T19:51:32.929 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 systemd[1]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-04T19:51:32.929 INFO:journalctl@ceph.mon.b.smithi083.stdout:May 04 19:51:32 smithi083 systemd[1]: Stopped Ceph mon.b for df83b904-0a4d-11ef-bc97-c7b262605968. 2024-05-04T19:51:32.949 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:32.950 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-04T19:51:32.950 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-04T19:51:32.950 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.c 2024-05-04T19:51:32.984 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mon.c.service' 2024-05-04T19:51:33.063 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:33.063 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-04T19:51:33.063 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-04T19:51:33.063 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a 2024-05-04T19:51:33.443 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:51:33 smithi003 systemd[1]: Stopping Ceph mgr.a for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:33.443 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:51:33 smithi003 bash[21791]: debug 2024-05-04T19:51:33.214+0000 7f3bb8eb6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:51:33.443 INFO:journalctl@ceph.mgr.a.smithi003.stdout:May 04 19:51:33 smithi003 bash[21791]: debug 2024-05-04T19:51:33.214+0000 7f3bb8eb6700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-04T19:51:34.002 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-04T19:51:34.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:34.028 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-04T19:51:34.029 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-04T19:51:34.029 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.b 2024-05-04T19:51:34.299 INFO:journalctl@ceph.mgr.b.smithi083.stdout:May 04 19:51:34 smithi083 systemd[1]: Stopping Ceph mgr.b for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:34.983 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-04T19:51:35.004 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:35.004 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-04T19:51:35.004 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-04T19:51:35.004 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.0 2024-05-04T19:51:35.443 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:35 smithi003 systemd[1]: Stopping Ceph osd.0 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:35.444 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:35 smithi003 bash[31798]: debug 2024-05-04T19:51:35.162+0000 7f9330b54700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:51:35.444 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:35 smithi003 bash[31798]: debug 2024-05-04T19:51:35.162+0000 7f9330b54700 -1 osd.0 50 *** Got signal Terminated *** 2024-05-04T19:51:35.444 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:35 smithi003 bash[31798]: debug 2024-05-04T19:51:35.162+0000 7f9330b54700 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:51:41.443 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:40 smithi003 bash[45830]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-0 2024-05-04T19:51:41.443 INFO:journalctl@ceph.osd.0.smithi003.stdout:May 04 19:51:41 smithi003 bash[45893]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-0 2024-05-04T19:51:43.015 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.0.service' 2024-05-04T19:51:43.044 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:43.044 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-04T19:51:43.044 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-04T19:51:43.044 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.1 2024-05-04T19:51:43.444 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:43 smithi003 systemd[1]: Stopping Ceph osd.1 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:43.444 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:43 smithi003 bash[37347]: debug 2024-05-04T19:51:43.206+0000 7f715fd70700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:51:43.444 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:43 smithi003 bash[37347]: debug 2024-05-04T19:51:43.206+0000 7f715fd70700 -1 osd.1 50 *** Got signal Terminated *** 2024-05-04T19:51:43.444 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:43 smithi003 bash[37347]: debug 2024-05-04T19:51:43.206+0000 7f715fd70700 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:51:49.693 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:49 smithi003 bash[46028]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-1 2024-05-04T19:51:49.693 INFO:journalctl@ceph.osd.1.smithi003.stdout:May 04 19:51:49 smithi003 bash[46092]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-1 2024-05-04T19:51:51.146 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.1.service' 2024-05-04T19:51:51.192 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:51.192 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-04T19:51:51.193 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-04T19:51:51.193 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.2 2024-05-04T19:51:51.549 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:51 smithi083 systemd[1]: Stopping Ceph osd.2 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:51.550 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:51 smithi083 bash[26559]: debug 2024-05-04T19:51:51.341+0000 7f715b6b9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:51:51.550 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:51 smithi083 bash[26559]: debug 2024-05-04T19:51:51.341+0000 7f715b6b9700 -1 osd.2 50 *** Got signal Terminated *** 2024-05-04T19:51:51.550 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:51 smithi083 bash[26559]: debug 2024-05-04T19:51:51.341+0000 7f715b6b9700 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:51:57.485 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:57 smithi083 bash[36171]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-2 2024-05-04T19:51:57.485 INFO:journalctl@ceph.osd.2.smithi083.stdout:May 04 19:51:57 smithi083 bash[36237]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-2 2024-05-04T19:51:59.254 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.2.service' 2024-05-04T19:51:59.281 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:51:59.281 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-04T19:51:59.281 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-04T19:51:59.281 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.3 2024-05-04T19:51:59.550 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:51:59 smithi083 systemd[1]: Stopping Ceph osd.3 for df83b904-0a4d-11ef-bc97-c7b262605968... 2024-05-04T19:51:59.550 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:51:59 smithi083 bash[32109]: debug 2024-05-04T19:51:59.449+0000 7f9d8ec0d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T19:51:59.550 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:51:59 smithi083 bash[32109]: debug 2024-05-04T19:51:59.449+0000 7f9d8ec0d700 -1 osd.3 50 *** Got signal Terminated *** 2024-05-04T19:51:59.550 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:51:59 smithi083 bash[32109]: debug 2024-05-04T19:51:59.449+0000 7f9d8ec0d700 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T19:52:02.799 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:52:02 smithi083 bash[32109]: debug 2024-05-04T19:52:02.357+0000 7f9d8b201700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-05-04T19:51:39.894822+0000 front 2024-05-04T19:51:39.894786+0000 (oldest deadline 2024-05-04T19:52:01.594439+0000) 2024-05-04T19:52:03.799 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:52:03 smithi083 bash[32109]: debug 2024-05-04T19:52:03.389+0000 7f9d8b201700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-05-04T19:51:39.894822+0000 front 2024-05-04T19:51:39.894786+0000 (oldest deadline 2024-05-04T19:52:01.594439+0000) 2024-05-04T19:52:04.796 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:52:04 smithi083 bash[32109]: debug 2024-05-04T19:52:04.417+0000 7f9d8b201700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-05-04T19:51:39.894822+0000 front 2024-05-04T19:51:39.894786+0000 (oldest deadline 2024-05-04T19:52:01.594439+0000) 2024-05-04T19:52:05.799 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:52:05 smithi083 bash[36371]: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-3 2024-05-04T19:52:05.800 INFO:journalctl@ceph.osd.3.smithi083.stdout:May 04 19:52:05 smithi083 bash[36435]: Error response from daemon: No such container: ceph-df83b904-0a4d-11ef-bc97-c7b262605968-osd-3 2024-05-04T19:52:07.230 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.3.service' 2024-05-04T19:52:07.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:52:07.263 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-04T19:52:07.263 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-04T19:52:07.263 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.4 2024-05-04T19:52:07.295 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.4.service' 2024-05-04T19:52:07.361 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:52:07.361 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-04T19:52:07.361 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-04T19:52:07.361 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.5 2024-05-04T19:52:07.434 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df83b904-0a4d-11ef-bc97-c7b262605968@osd.5.service' 2024-05-04T19:52:07.514 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T19:52:07.514 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-04T19:52:07.514 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T19:52:07.686 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:10.104 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T19:52:10.271 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:12.726 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T19:52:12.893 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:14.411 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:52:14.426 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:52:14.440 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T19:52:14.453 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-04T19:52:14.455 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi003/crash 2024-05-04T19:52:14.456 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash -- . 2024-05-04T19:52:14.478 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T19:52:14.479 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2024-05-04T19:52:14.481 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi083/crash 2024-05-04T19:52:14.482 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash -- . 2024-05-04T19:52:14.494 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T19:52:14.494 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2024-05-04T19:52:14.496 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi190/crash 2024-05-04T19:52:14.497 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash -- . 2024-05-04T19:52:14.509 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T19:52:14.509 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-05-04T19:52:14.510 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-04T19:52:14.511 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T19:52:14.537 INFO:teuthology.orchestra.run.smithi003.stdout:2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:52:14.538 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-04T19:52:14.539 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[SEC\]' /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T19:52:14.592 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]' /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T19:52:14.647 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[WRN\]' /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T19:52:14.702 INFO:teuthology.orchestra.run.smithi003.stdout:2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-04T19:52:14.703 INFO:tasks.cephadm:Compressing logs... 2024-05-04T19:52:14.704 DEBUG:teuthology.orchestra.run.smithi003:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T19:52:14.748 DEBUG:teuthology.orchestra.run.smithi083:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T19:52:14.750 DEBUG:teuthology.orchestra.run.smithi190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T19:52:14.756 INFO:teuthology.orchestra.run.smithi003.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T19:52:14.762 INFO:teuthology.orchestra.run.smithi083.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T19:52:14.763 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T19:52:14.763 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-04T19:52:14.764 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-04T19:52:14.764 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T19:52:14.764 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-04T19:52:14.765 INFO:teuthology.orchestra.run.smithi190.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T19:52:14.765 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log 2024-05-04T19:52:14.765 INFO:teuthology.orchestra.run.smithi003.stderr: 82.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T19:52:14.765 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-04T19:52:14.766 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T19:52:14.766 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-04T19:52:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T19:52:14.767 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.a.log: 86.8% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T19:52:14.768 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T19:52:14.768 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T19:52:14.768 INFO:teuthology.orchestra.run.smithi003.stderr: 89.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr: 80.3% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-04T19:52:14.771 INFO:teuthology.orchestra.run.smithi190.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T19:52:14.772 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T19:52:14.772 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-04T19:52:14.772 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.c.log: 87.1% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T19:52:14.772 INFO:teuthology.orchestra.run.smithi003.stderr: 91.1% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T19:52:14.772 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.4.log: 89.9% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T19:52:14.779 INFO:teuthology.orchestra.run.smithi190.stderr: 91.2% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T19:52:14.797 INFO:teuthology.orchestra.run.smithi190.stderr: 92.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-04T19:52:14.809 INFO:teuthology.orchestra.run.smithi190.stderr: 92.9% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-04T19:52:14.813 INFO:teuthology.orchestra.run.smithi003.stderr: 93.2% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-04T19:52:14.836 INFO:teuthology.orchestra.run.smithi190.stderr: 93.0% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-04T19:52:14.838 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-05-04T19:52:14.838 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.083s 2024-05-04T19:52:14.838 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.156s 2024-05-04T19:52:14.838 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.016s 2024-05-04T19:52:14.839 INFO:teuthology.orchestra.run.smithi003.stderr: 93.1% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-04T19:52:14.866 INFO:teuthology.orchestra.run.smithi003.stderr: 90.0% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-04T19:52:14.870 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T19:52:14.870 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-04T19:52:14.871 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T19:52:14.872 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-04T19:52:14.873 INFO:teuthology.orchestra.run.smithi083.stderr: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T19:52:14.873 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log 2024-05-04T19:52:14.874 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log 82.3% 2024-05-04T19:52:14.874 INFO:teuthology.orchestra.run.smithi083.stderr: -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T19:52:14.874 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.3.log: /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-04T19:52:14.875 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T19:52:14.875 INFO:teuthology.orchestra.run.smithi083.stderr: 86.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T19:52:14.875 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-04T19:52:14.877 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.b.log: 89.9% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T19:52:14.882 INFO:teuthology.orchestra.run.smithi083.stderr: 91.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-04T19:52:14.882 INFO:teuthology.orchestra.run.smithi083.stderr: 91.2% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T19:52:14.933 INFO:teuthology.orchestra.run.smithi083.stderr: 92.9% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-04T19:52:14.951 INFO:teuthology.orchestra.run.smithi083.stderr: 93.2% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-04T19:52:14.966 INFO:teuthology.orchestra.run.smithi083.stderr: 92.7% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-04T19:52:14.968 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-05-04T19:52:14.968 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.215s 2024-05-04T19:52:14.968 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.253s 2024-05-04T19:52:14.968 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.029s 2024-05-04T19:52:15.053 INFO:teuthology.orchestra.run.smithi003.stderr: 91.0% -- replaced with /var/log/ceph/df83b904-0a4d-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-04T19:52:15.055 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-05-04T19:52:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:real 0m0.305s 2024-05-04T19:52:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:user 0m0.515s 2024-05-04T19:52:15.055 INFO:teuthology.orchestra.run.smithi003.stderr:sys 0m0.033s 2024-05-04T19:52:15.056 INFO:tasks.cephadm:Archiving logs... 2024-05-04T19:52:15.056 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi003/log 2024-05-04T19:52:15.057 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T19:52:15.191 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi083/log 2024-05-04T19:52:15.192 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T19:52:15.236 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi190/log 2024-05-04T19:52:15.237 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T19:52:15.270 INFO:tasks.cephadm:Removing cluster... 2024-05-04T19:52:15.271 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force 2024-05-04T19:52:15.438 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:16.763 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force 2024-05-04T19:52:16.932 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:18.255 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df83b904-0a4d-11ef-bc97-c7b262605968 --force 2024-05-04T19:52:18.426 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: df83b904-0a4d-11ef-bc97-c7b262605968 2024-05-04T19:52:19.763 INFO:tasks.cephadm:Removing cephadm ... 2024-05-04T19:52:19.763 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T19:52:19.769 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T19:52:19.776 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T19:52:19.782 INFO:tasks.cephadm:Teardown complete 2024-05-04T19:52:19.782 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-04T19:52:19.793 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-04T19:52:19.793 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T19:52:19.813 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T19:52:19.819 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T19:52:19.908 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-04T19:52:19.917 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-04T19:52:19.917 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:52:19.919 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:52:19.922 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T19:52:19.930 INFO:teuthology.orchestra.run.smithi003.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:52:19.930 INFO:teuthology.orchestra.run.smithi003.stdout:============================================================================== 2024-05-04T19:52:19.930 INFO:teuthology.orchestra.run.smithi003.stdout:+hv01.front.sepi 67.205.162.81 3 u 35 64 377 0.081 -2.072 0.439 2024-05-04T19:52:19.930 INFO:teuthology.orchestra.run.smithi003.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.084 -0.120 0.369 2024-05-04T19:52:19.931 INFO:teuthology.orchestra.run.smithi003.stdout:*hv03.front.sepi 74.6.168.72 3 u 32 64 377 0.089 -0.623 0.502 2024-05-04T19:52:19.931 INFO:teuthology.orchestra.run.smithi003.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout:*hv01.front.sepi 67.205.162.81 3 u 38 64 377 0.086 -4.675 1.878 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout:+hv02.front.sepi 63.231.80.2 3 u 31 64 377 0.094 -2.016 2.513 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.095 -6.926 2.826 2024-05-04T19:52:19.932 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout:+hv01.front.sepi 67.205.162.81 3 u 25 64 377 0.093 -4.021 1.924 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.076 -2.137 1.977 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout:*hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.101 -5.048 1.973 2024-05-04T19:52:19.934 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T19:52:19.935 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-04T19:52:19.944 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-04T19:52:19.944 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-04T19:52:19.972 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-04T19:52:20.005 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-04T19:52:20.039 INFO:teuthology.task.internal:Duration was 1386.473787 seconds 2024-05-04T19:52:20.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-04T19:52:20.072 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-04T19:52:20.072 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T19:52:20.075 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T19:52:20.077 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T19:52:20.115 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-04T19:52:20.115 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2024-05-04T19:52:20.115 DEBUG:teuthology.orchestra.run.smithi003:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T19:52:20.165 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-05-04T19:52:20.165 DEBUG:teuthology.orchestra.run.smithi083:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T19:52:20.175 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-05-04T19:52:20.175 DEBUG:teuthology.orchestra.run.smithi190:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T19:52:20.186 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-04T19:52:20.187 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T19:52:20.208 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T19:52:20.223 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T19:52:20.265 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-04T19:52:20.266 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T19:52:20.288 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T19:52:20.299 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T19:52:20.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-04T19:52:20.397 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-04T19:52:20.397 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T19:52:20.409 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T19:52:20.419 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T19:52:20.429 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-04T19:52:20.465 DEBUG:teuthology.orchestra.run.smithi003:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.467 DEBUG:teuthology.orchestra.run.smithi083:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.470 DEBUG:teuthology.orchestra.run.smithi190:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.476 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2024-05-04T19:52:20.478 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-05-04T19:52:20.483 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-05-04T19:52:20.562 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:52:20.567 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:52:20.572 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T19:52:20.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T19:52:20.609 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-04T19:52:20.618 INFO:teuthology.task.internal:Transferring archived files... 2024-05-04T19:52:20.619 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi003 2024-05-04T19:52:20.619 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T19:52:20.643 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi083 2024-05-04T19:52:20.643 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T19:52:20.665 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733/remote/smithi190 2024-05-04T19:52:20.666 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T19:52:20.686 INFO:teuthology.task.internal:Removing archive directory... 2024-05-04T19:52:20.686 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T19:52:20.689 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T19:52:20.707 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T19:52:20.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-04T19:52:20.744 INFO:teuthology.task.internal:Not uploading archives. 2024-05-04T19:52:20.744 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-04T19:52:20.765 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-04T19:52:20.765 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T19:52:20.767 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T19:52:20.770 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T19:52:20.771 INFO:teuthology.orchestra.run.smithi003.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 19:52 /home/ubuntu/cephtest 2024-05-04T19:52:20.773 INFO:teuthology.orchestra.run.smithi083.stdout: 658713 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 19:52 /home/ubuntu/cephtest 2024-05-04T19:52:20.781 INFO:teuthology.orchestra.run.smithi190.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 19:52 /home/ubuntu/cephtest 2024-05-04T19:52:20.782 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-04T19:52:20.798 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-04T19:52:20.865 INFO:teuthology.nuke:Checking targets against current locks 2024-05-04T19:52:20.890 DEBUG:teuthology.nuke:shortname: smithi003 2024-05-04T19:52:20.890 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T19:52:20.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.208050', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPOQWcHUKRci5MFh22f6W2Ae96VQS/AU9wCeCh9tcOzp2BE2rtigST1JSjw9wiJVVXYkTShgChWJ6f07xDKQMuE='} 2024-05-04T19:52:20.917 DEBUG:teuthology.nuke:shortname: smithi083 2024-05-04T19:52:20.917 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T19:52:20.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.204046', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDo4sWXIiTXd2A/DpfK0ss+YAS6vmWW0EGftNzGEy5LElCQDfonlwcqKvZuGmziKH3lJIn4TU1dfggOZolSyz5c='} 2024-05-04T19:52:20.944 DEBUG:teuthology.nuke:shortname: smithi190 2024-05-04T19:52:20.944 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T19:52:20.969 INFO:teuthology.orchestra.console.smithi003:Power off 2024-05-04T19:52:20.969 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T19:52:20.983 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687733', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 19:20:29.206557', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCbhH3oK+m7cQMd/L+CXGHAFGdiw5MGE00VDYEyHZRJYzJMtruxsv3jPsoM4Q8LmA1Xgn+2QguDuv6GNUXFBgag='} 2024-05-04T19:52:20.994 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2024-05-04T19:52:20.994 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:21.014 INFO:teuthology.orchestra.console.smithi083:Power off 2024-05-04T19:52:21.015 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T19:52:21.027 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-05-04T19:52:21.037 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2024-05-04T19:52:21.038 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:21.056 INFO:teuthology.orchestra.console.smithi190:Power off 2024-05-04T19:52:21.056 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T19:52:21.064 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-05-04T19:52:21.098 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-05-04T19:52:21.098 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:21.124 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-05-04T19:52:25.029 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:25.065 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:25.124 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:25.140 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-05-04T19:52:25.175 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-05-04T19:52:25.234 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-05-04T19:52:29.144 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:29.176 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:29.235 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:29.258 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2024-05-04T19:52:29.286 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-05-04T19:52:29.344 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-05-04T19:52:33.264 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:33.287 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:33.345 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T19:52:33.374 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2024-05-04T19:52:33.396 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2024-05-04T19:52:33.454 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-05-04T19:52:33.475 INFO:teuthology.orchestra.console.smithi003:Power off completed 2024-05-04T19:52:33.497 INFO:teuthology.orchestra.console.smithi083:Power off completed 2024-05-04T19:52:33.555 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-05-04T19:52:33.659 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1386.4737870693207 failure_reason: '"2024-05-04T19:51:18.783063+0000 mon.a (mon.0) 713 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-04T19:52:33.660 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T19:52:33.769 INFO:teuthology.run:FAIL