2024-05-08T04:10:17.652 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T04:10:17.652 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_kchai@teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} --verbose --archive /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836 --name kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi -- /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/orig.config.yaml 2024-05-08T04:10:17.683 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T04:10:17.760 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836 branch: wip-kefu-testing-2024-05-06 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false job_id: '7696836' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-kefu-testing-2024-05-06 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 workunit: branch: wip-kefu-testing-2024-05-06 sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 owner: scheduled_kchai@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 2477 sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 sleep_before_teardown: 0 subset: 1030/99999 suite: rados suite_branch: wip-kefu-testing-2024-05-06 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5ccf1c30cf724d5371f55439b3b3a90cb994fae2/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmnqLd418/Vs1pNl6Jl+aiTJ9lW9ZC1xksPfCDI+tAp3dQNsalbSYNpe4BkKfr5Sa2Q4+4JKtJN2PxBbLSDHh4= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM92wj6zvQ1v+9kuI9x8GAm578SZyXIiHVlqjzIy72gikYwCHFz5mv16eoQ5sctcO9Z0FNl70hhye8qmbEOy6Qs= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOl1Y2PnPnAbHEBrqPN6sgWQ7pX4rZJfevtLPLZnAjRC0sNPYyCRNbalvyZFzJYeCkRAvNLfG5GvbNuhYq2vCY= 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-08_00:43:58 tube: smithi user: kchai verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T04:10:17.760 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5ccf1c30cf724d5371f55439b3b3a90cb994fae2/qa; will attempt to use it 2024-05-08T04:10:17.761 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5ccf1c30cf724d5371f55439b3b3a90cb994fae2/qa/tasks 2024-05-08T04:10:17.761 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T04:10:17.763 INFO:teuthology.task.internal:Checking packages... 2024-05-08T04:10:17.786 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5ccf1c30cf724d5371f55439b3b3a90cb994fae2' 2024-05-08T04:10:17.786 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T04:10:17.786 INFO:teuthology.packaging:ref: None 2024-05-08T04:10:17.786 INFO:teuthology.packaging:tag: None 2024-05-08T04:10:17.786 INFO:teuthology.packaging:branch: wip-kefu-testing-2024-05-06 2024-05-08T04:10:17.786 INFO:teuthology.packaging:sha1: 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:10:17.786 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-kefu-testing-2024-05-06 2024-05-08T04:10:17.928 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:10:17.929 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T04:10:17.937 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T04:10:17.938 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T04:10:17.950 INFO:teuthology.task.internal:Saving configuration 2024-05-08T04:10:17.963 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T04:10:17.969 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T04:10:17.993 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.606561', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV+nJ+Cm+WvnbIX1qorGngROYyts/8U+shMwfPCgm+/'} 2024-05-08T04:10:18.016 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.609395', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILxbkSWFGvg6zpvswj5SnS0TpKDeSeJeFlIagi9DdOOR'} 2024-05-08T04:10:18.034 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.608013', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN3ruwiyFUR+idHQbpwk/diOBZRz2Vb4hwmommlOm0TC'} 2024-05-08T04:10:18.034 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T04:10:18.040 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-08T04:10:18.041 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-08T04:10:18.041 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-08T04:10:18.041 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T04:10:18.134 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0d98d35160>, signals=[15]) 2024-05-08T04:10:18.134 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T04:10:18.141 INFO:teuthology.task.internal:Opening connections... 2024-05-08T04:10:18.141 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-05-08T04:10:18.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:10:18.227 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-05-08T04:10:18.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:10:18.306 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-05-08T04:10:18.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:10:18.382 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T04:10:18.388 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-05-08T04:10:18.394 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-05-08T04:10:18.394 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-05-08T04:10:18.440 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-08T04:10:18.440 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-05-08T04:10:18.440 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-08T04:10:18.441 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-05-08T04:10:18.442 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-05-08T04:10:18.473 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-05-08T04:10:18.479 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-05-08T04:10:18.479 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="Ubuntu" 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="22.04" 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_CODENAME=jammy 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:ID=ubuntu 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE=debian 2024-05-08T04:10:18.528 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-08T04:10:18.529 INFO:teuthology.orchestra.run.smithi138.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-08T04:10:18.529 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-08T04:10:18.529 INFO:teuthology.orchestra.run.smithi138.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-08T04:10:18.529 INFO:teuthology.orchestra.run.smithi138.stdout:UBUNTU_CODENAME=jammy 2024-05-08T04:10:18.529 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-05-08T04:10:18.555 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-05-08T04:10:18.561 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-05-08T04:10:18.561 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-05-08T04:10:18.611 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-08T04:10:18.612 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-05-08T04:10:18.612 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-05-08T04:10:18.639 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T04:10:18.648 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T04:10:18.654 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T04:10:18.654 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-05-08T04:10:18.656 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-05-08T04:10:18.659 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-05-08T04:10:18.664 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T04:10:18.670 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T04:10:18.670 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-05-08T04:10:18.701 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-05-08T04:10:18.705 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-05-08T04:10:18.719 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T04:10:18.790 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T04:10:18.804 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-05-08T04:10:18.804 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-05-08T04:10:18.805 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T04:10:18.805 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T04:10:18.806 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T04:10:18.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:10:18.811 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-05-08T04:10:18.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:10:18.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:10:18.812 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-05-08T04:10:18.813 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-05-08T04:10:18.857 INFO:teuthology.orchestra.run.smithi138.stdout:5.15.0-56-generic 2024-05-08T04:10:18.857 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.15.0-56-generic 2024-05-08T04:10:18.857 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-get clean 2024-05-08T04:10:18.859 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-05-08T04:10:18.859 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-05-08T04:10:18.859 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-05-08T04:10:18.862 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-05-08T04:10:18.862 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-05-08T04:10:18.862 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-05-08T04:10:18.989 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-08T04:10:18.990 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-get update 2024-05-08T04:10:19.003 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-05-08T04:10:19.142 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:10:19.142 INFO:teuthology.orchestra.run.smithi138.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-08T04:10:19.142 INFO:teuthology.orchestra.run.smithi138.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-08T04:10:19.147 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-08T04:10:19.165 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:10:19.165 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-08T04:10:19.165 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-08T04:10:19.232 INFO:teuthology.orchestra.run.smithi138.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-08T04:10:19.235 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-08T04:10:19.259 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:10:19.345 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-08T04:10:19.365 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-08T04:10:19.394 INFO:teuthology.orchestra.run.smithi138.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-08T04:10:19.411 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-08T04:10:19.442 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-08T04:10:19.468 INFO:teuthology.orchestra.run.smithi138.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-08T04:10:19.487 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-08T04:10:19.488 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-08T04:10:19.491 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-08T04:10:19.491 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-08T04:10:19.492 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-08T04:10:19.518 INFO:teuthology.orchestra.run.smithi138.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-08T04:10:19.521 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-08T04:10:19.526 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:19.526 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-08T04:10:19.528 INFO:teuthology.orchestra.run.smithi138.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-08T04:10:19.535 INFO:teuthology.orchestra.run.smithi138.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-08T04:10:19.535 INFO:teuthology.orchestra.run.smithi138.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-08T04:10:19.536 INFO:teuthology.orchestra.run.smithi138.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-08T04:10:19.542 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-08T04:10:19.552 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-08T04:10:19.557 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-08T04:10:19.566 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-08T04:10:19.566 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-08T04:10:19.567 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-08T04:10:19.568 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-08T04:10:19.578 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-08T04:10:19.583 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-08T04:10:19.583 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-08T04:10:19.583 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-08T04:10:19.592 INFO:teuthology.orchestra.run.smithi138.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-08T04:10:19.599 INFO:teuthology.orchestra.run.smithi138.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:19.599 INFO:teuthology.orchestra.run.smithi138.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-08T04:10:19.611 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-08T04:10:19.617 INFO:teuthology.orchestra.run.smithi138.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-08T04:10:19.630 INFO:teuthology.orchestra.run.smithi138.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-08T04:10:19.636 INFO:teuthology.orchestra.run.smithi138.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-08T04:10:19.636 INFO:teuthology.orchestra.run.smithi138.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-08T04:10:19.637 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-08T04:10:19.643 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:19.643 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-08T04:10:19.660 INFO:teuthology.orchestra.run.smithi138.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-08T04:10:19.660 INFO:teuthology.orchestra.run.smithi138.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-08T04:10:19.662 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-08T04:10:19.670 INFO:teuthology.orchestra.run.smithi138.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-08T04:10:19.671 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-08T04:10:19.673 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-08T04:10:19.674 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-08T04:10:19.680 INFO:teuthology.orchestra.run.smithi138.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-08T04:10:19.698 INFO:teuthology.orchestra.run.smithi138.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-08T04:10:19.706 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-08T04:10:19.706 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-08T04:10:19.707 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-08T04:10:19.707 INFO:teuthology.orchestra.run.smithi138.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-08T04:10:19.707 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-08T04:10:19.708 INFO:teuthology.orchestra.run.smithi138.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-08T04:10:19.709 INFO:teuthology.orchestra.run.smithi138.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-08T04:10:19.711 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-08T04:10:19.717 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-08T04:10:19.731 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-08T04:10:19.731 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-08T04:10:19.733 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-08T04:10:19.745 INFO:teuthology.orchestra.run.smithi138.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-08T04:10:19.750 INFO:teuthology.orchestra.run.smithi138.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:19.751 INFO:teuthology.orchestra.run.smithi138.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-08T04:10:19.768 INFO:teuthology.orchestra.run.smithi138.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-08T04:10:19.777 INFO:teuthology.orchestra.run.smithi138.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-08T04:10:19.780 INFO:teuthology.orchestra.run.smithi138.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-08T04:10:19.781 INFO:teuthology.orchestra.run.smithi138.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-08T04:10:19.781 INFO:teuthology.orchestra.run.smithi138.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-08T04:10:19.782 INFO:teuthology.orchestra.run.smithi138.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-08T04:10:19.789 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-08T04:10:19.791 INFO:teuthology.orchestra.run.smithi138.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-08T04:10:19.791 INFO:teuthology.orchestra.run.smithi138.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-08T04:10:19.792 INFO:teuthology.orchestra.run.smithi138.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-08T04:10:19.792 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:19.793 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-08T04:10:19.809 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-08T04:10:19.810 INFO:teuthology.orchestra.run.smithi138.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-08T04:10:19.810 INFO:teuthology.orchestra.run.smithi138.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-08T04:10:19.810 INFO:teuthology.orchestra.run.smithi138.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-08T04:10:19.811 INFO:teuthology.orchestra.run.smithi138.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-08T04:10:19.811 INFO:teuthology.orchestra.run.smithi138.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-08T04:10:19.818 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-08T04:10:19.821 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-08T04:10:19.822 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-08T04:10:19.822 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-08T04:10:19.822 INFO:teuthology.orchestra.run.smithi138.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-08T04:10:19.823 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-08T04:10:19.823 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-08T04:10:19.851 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-08T04:10:19.851 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-08T04:10:19.851 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-08T04:10:19.852 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-08T04:10:19.852 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-08T04:10:19.853 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-08T04:10:19.872 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-08T04:10:19.872 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-08T04:10:19.872 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-08T04:10:20.058 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-08T04:10:20.250 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-08T04:10:20.269 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-08T04:10:20.270 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-08T04:10:20.347 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-08T04:10:20.348 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-08T04:10:20.358 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T04:10:20.524 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-08T04:10:23.486 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-08T04:10:24.062 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-08T04:10:24.481 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-08T04:10:24.565 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-08T04:10:24.565 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-08T04:10:24.638 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-08T04:10:24.651 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-08T04:10:24.651 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-08T04:10:24.752 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-08T04:10:24.983 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-08T04:10:25.156 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-08T04:10:25.167 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 13.4 MB in 2s (6,857 kB/s) 2024-05-08T04:10:25.238 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-08T04:10:25.335 INFO:teuthology.orchestra.run.smithi138.stdout:Fetched 13.4 MB in 2s (7,027 kB/s) 2024-05-08T04:10:25.351 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-08T04:10:25.401 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-08T04:10:25.432 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-08T04:10:26.485 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:10:26.501 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:10:26.560 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:10:26.760 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-05-08T04:10:26.760 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-05-08T04:10:26.836 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:10:26.854 DEBUG:teuthology.orchestra.run.smithi138:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:10:26.913 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:10:26.936 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:10:26.936 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:10:26.936 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:10:26.936 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:10:26.936 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-08T04:10:26.937 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-05-08T04:10:26.937 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:10:26.938 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-05-08T04:10:26.938 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:26.938 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-08T04:10:26.939 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:26.940 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-05-08T04:10:26.940 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-08T04:10:26.940 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-05-08T04:10:26.940 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-05-08T04:10:26.985 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-05-08T04:10:26.985 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:26.985 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-08T04:10:26.985 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:26.986 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-05-08T04:10:26.987 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-08T04:10:27.086 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:10:27.086 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-05-08T04:10:27.086 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-08T04:10:27.086 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-08T04:10:27.115 INFO:teuthology.orchestra.run.smithi138.stdout:Building dependency tree... 2024-05-08T04:10:27.115 INFO:teuthology.orchestra.run.smithi138.stdout:Reading state information... 2024-05-08T04:10:27.291 INFO:teuthology.orchestra.run.smithi138.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:10:27.291 INFO:teuthology.orchestra.run.smithi138.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:10:27.291 INFO:teuthology.orchestra.run.smithi138.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:10:27.292 INFO:teuthology.orchestra.run.smithi138.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:10:27.292 INFO:teuthology.orchestra.run.smithi138.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-08T04:10:27.292 INFO:teuthology.orchestra.run.smithi138.stdout: python2.7-minimal 2024-05-08T04:10:27.292 INFO:teuthology.orchestra.run.smithi138.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:10:27.293 INFO:teuthology.orchestra.run.smithi138.stdout:The following additional packages will be installed: 2024-05-08T04:10:27.293 INFO:teuthology.orchestra.run.smithi138.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:27.293 INFO:teuthology.orchestra.run.smithi138.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-08T04:10:27.294 INFO:teuthology.orchestra.run.smithi138.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:27.295 INFO:teuthology.orchestra.run.smithi138.stdout:Suggested packages: 2024-05-08T04:10:27.295 INFO:teuthology.orchestra.run.smithi138.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-08T04:10:27.295 INFO:teuthology.orchestra.run.smithi138.stdout:Recommended packages: 2024-05-08T04:10:27.295 INFO:teuthology.orchestra.run.smithi138.stdout: thermald 2024-05-08T04:10:27.340 INFO:teuthology.orchestra.run.smithi138.stdout:The following NEW packages will be installed: 2024-05-08T04:10:27.340 INFO:teuthology.orchestra.run.smithi138.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:27.340 INFO:teuthology.orchestra.run.smithi138.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-08T04:10:27.340 INFO:teuthology.orchestra.run.smithi138.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:27.341 INFO:teuthology.orchestra.run.smithi138.stdout:The following packages will be upgraded: 2024-05-08T04:10:27.342 INFO:teuthology.orchestra.run.smithi138.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-08T04:10:27.446 INFO:teuthology.orchestra.run.smithi138.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:10:27.446 INFO:teuthology.orchestra.run.smithi138.stdout:Need to get 113 MB of archives. 2024-05-08T04:10:27.446 INFO:teuthology.orchestra.run.smithi138.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-08T04:10:27.446 INFO:teuthology.orchestra.run.smithi138.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-08T04:10:27.799 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-08T04:10:28.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-08T04:10:28.377 INFO:teuthology.orchestra.run.smithi138.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-08T04:10:28.622 INFO:teuthology.orchestra.run.smithi138.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-08T04:10:29.876 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-08T04:10:29.876 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-08T04:10:29.877 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-08T04:10:30.013 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 13.4 MB in 6s (2,104 kB/s) 2024-05-08T04:10:30.041 INFO:teuthology.orchestra.run.smithi138.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-08T04:10:30.042 INFO:teuthology.orchestra.run.smithi138.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-08T04:10:30.042 INFO:teuthology.orchestra.run.smithi138.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-08T04:10:30.191 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-08T04:10:30.223 INFO:teuthology.orchestra.run.smithi138.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-08T04:10:30.241 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-08T04:10:30.295 INFO:teuthology.orchestra.run.smithi138.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-08T04:10:30.637 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 3s (34.9 MB/s) 2024-05-08T04:10:30.684 INFO:teuthology.orchestra.run.smithi138.stdout:Fetched 113 MB in 3s (38.5 MB/s) 2024-05-08T04:10:30.835 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-08T04:10:30.869 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-08T04:10:31.333 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:10:31.350 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:10:31.412 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:10:31.615 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-08T04:10:31.616 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-08T04:10:31.797 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:10:31.798 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:10:31.798 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:10:31.798 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:10:31.798 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-08T04:10:31.799 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-05-08T04:10:31.799 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:10:31.800 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-05-08T04:10:31.800 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:31.800 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-08T04:10:31.800 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:31.802 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-05-08T04:10:31.802 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-08T04:10:31.802 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-05-08T04:10:31.802 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-05-08T04:10:31.844 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-05-08T04:10:31.844 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T04:10:31.844 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-08T04:10:31.845 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-08T04:10:31.846 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-05-08T04:10:31.847 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-08T04:10:31.907 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:10:31.908 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-05-08T04:10:31.908 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-08T04:10:31.908 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-08T04:10:32.395 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-08T04:10:32.539 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-08T04:10:32.841 INFO:teuthology.orchestra.run.smithi204.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-08T04:10:32.845 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:32.956 INFO:teuthology.orchestra.run.smithi138.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-08T04:10:32.957 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:32.960 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:33.067 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:33.634 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-08T04:10:33.634 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-08T04:10:33.634 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-08T04:10:33.849 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-08T04:10:33.873 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-08T04:10:34.276 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 2s (56.2 MB/s) 2024-05-08T04:10:34.463 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-08T04:10:35.059 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-08T04:10:35.080 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:35.166 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:35.343 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-08T04:10:35.364 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:35.456 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:35.629 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-08T04:10:35.649 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:35.687 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:36.313 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-08T04:10:36.333 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:36.371 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:36.469 INFO:teuthology.orchestra.run.smithi016.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-08T04:10:36.473 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:36.578 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:39.112 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-08T04:10:39.134 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:39.233 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:39.648 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-08T04:10:39.669 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:39.707 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:42.733 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:42.857 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:43.031 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:43.156 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:43.208 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:43.328 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:43.438 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:43.551 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:43.631 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-08T04:10:43.654 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-08T04:10:43.697 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:43.862 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-08T04:10:43.874 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-08T04:10:43.912 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:46.149 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:46.275 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:46.618 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:46.762 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:47.082 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-08T04:10:47.104 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-08T04:10:47.140 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:49.270 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-08T04:10:49.307 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:49.345 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:49.611 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-08T04:10:49.648 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:49.678 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:52.074 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:52.191 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:52.558 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:52.679 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:52.805 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-08T04:10:52.868 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:52.885 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-08T04:10:52.923 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T04:10:52.950 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:52.968 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:52.991 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:53.350 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:53.471 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:53.597 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-08T04:10:53.726 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:54.273 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:10:54.273 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-08T04:10:54.274 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:10:54.274 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-08T04:10:54.436 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:55.144 INFO:teuthology.orchestra.run.smithi138.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:10:55.144 INFO:teuthology.orchestra.run.smithi138.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-08T04:10:55.144 INFO:teuthology.orchestra.run.smithi138.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:10:55.144 INFO:teuthology.orchestra.run.smithi138.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-08T04:10:55.487 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:55.888 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:56.647 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T04:10:56.771 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T04:10:56.905 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:57.114 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T04:10:57.234 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:57.273 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-08T04:10:57.361 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-08T04:10:57.382 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-08T04:10:57.481 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:57.508 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:57.573 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-08T04:10:57.573 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:10:58.315 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-08T04:10:58.416 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-08T04:10:58.542 INFO:teuthology.orchestra.run.smithi138.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:10:58.634 INFO:teuthology.orchestra.run.smithi138.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-08T04:10:58.634 INFO:teuthology.orchestra.run.smithi138.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:10:58.794 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:10:58.795 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-08T04:10:58.795 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:10:58.795 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-08T04:10:58.958 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:11:00.401 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:11:01.852 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-08T04:11:01.995 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-08T04:11:02.121 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T04:11:02.188 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-08T04:11:02.188 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:11.946 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-08T04:11:11.947 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-05-08T04:11:11.970 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:11.992 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-05-08T04:11:12.242 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:12.256 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:12.568 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:12.574 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:12.640 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:12.645 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:12.825 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:12.825 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:12.825 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:12.861 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-05-08T04:11:12.975 INFO:teuthology.orchestra.run.smithi138.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-08T04:11:12.975 INFO:teuthology.orchestra.run.smithi138.stdout:Sourcing file `/etc/default/grub' 2024-05-08T04:11:12.993 INFO:teuthology.orchestra.run.smithi138.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:13.009 INFO:teuthology.orchestra.run.smithi138.stdout:Generating grub configuration file ... 2024-05-08T04:11:13.319 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-05-08T04:11:13.334 INFO:teuthology.orchestra.run.smithi138.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:13.352 INFO:teuthology.orchestra.run.smithi138.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-05-08T04:11:13.383 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:13.384 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-05-08T04:11:13.384 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-08T04:11:13.384 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T04:11:13.384 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T04:11:13.384 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-08T04:11:13.385 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T04:11:13.385 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-05-08T04:11:13.588 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-05-08T04:11:13.715 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:11:13.768 INFO:teuthology.orchestra.run.smithi138.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:13.774 INFO:teuthology.orchestra.run.smithi138.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:13.829 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:11:13.836 INFO:teuthology.orchestra.run.smithi138.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:13.841 INFO:teuthology.orchestra.run.smithi138.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:13.912 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:11:13.998 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:11:14.009 INFO:teuthology.orchestra.run.smithi138.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:14.009 INFO:teuthology.orchestra.run.smithi138.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:14.009 INFO:teuthology.orchestra.run.smithi138.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:14.058 INFO:teuthology.orchestra.run.smithi138.stdout:done 2024-05-08T04:11:14.541 DEBUG:teuthology.orchestra.run.smithi138:> dpkg -s linux-image-generic 2024-05-08T04:11:14.561 INFO:teuthology.orchestra.run.smithi138.stdout:Package: linux-image-generic 2024-05-08T04:11:14.561 INFO:teuthology.orchestra.run.smithi138.stdout:Status: install ok installed 2024-05-08T04:11:14.561 INFO:teuthology.orchestra.run.smithi138.stdout:Priority: optional 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Section: kernel 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Installed-Size: 21 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: amd64 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Source: linux-meta 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Recommends: thermald 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:14.562 INFO:teuthology.orchestra.run.smithi138.stdout: available. 2024-05-08T04:11:14.563 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-08T04:11:14.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T04:11:14.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T04:11:14.563 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T04:11:14.563 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T04:11:14.563 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-get clean 2024-05-08T04:11:14.752 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-get update 2024-05-08T04:11:15.031 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:11:15.032 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:11:15.103 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:11:15.116 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:11:15.133 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:11:15.185 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:11:15.195 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:11:15.395 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-05-08T04:11:15.396 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-05-08T04:11:15.571 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-08T04:11:15.571 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:11:15.571 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:11:15.571 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:11:15.572 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:11:15.572 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:11:15.572 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:11:15.572 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:11:15.614 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:11:15.616 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-05-08T04:11:15.628 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-05-08T04:11:15.628 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-05-08T04:11:15.628 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:15.629 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:15.630 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-05-08T04:11:15.630 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-05-08T04:11:15.673 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.hB2rZ6zENv 2024-05-08T04:11:15.674 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.hB2rZ6zENv 2024-05-08T04:11:15.731 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.hB2rZ6zENv 2024-05-08T04:11:15.848 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.hB2rZ6zENv is 10KB 2024-05-08T04:11:15.861 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.hB2rZ6zENv 2024-05-08T04:11:15.866 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:15.922 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:11:15.922 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-08T04:11:15.922 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:15.989 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-08T04:11:15.990 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-05-08T04:11:16.426 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:11:16.445 DEBUG:teuthology.orchestra.run.smithi138:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:11:16.497 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:11:16.675 INFO:teuthology.orchestra.run.smithi138.stdout:Building dependency tree... 2024-05-08T04:11:16.675 INFO:teuthology.orchestra.run.smithi138.stdout:Reading state information... 2024-05-08T04:11:16.830 INFO:teuthology.orchestra.run.smithi138.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:11:16.831 INFO:teuthology.orchestra.run.smithi138.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:11:16.872 INFO:teuthology.orchestra.run.smithi138.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:11:16.874 DEBUG:teuthology.orchestra.run.smithi138:> dpkg -s linux-image-generic 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Package: linux-image-generic 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Status: install ok installed 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Priority: optional 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Section: kernel 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Installed-Size: 21 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: amd64 2024-05-08T04:11:16.926 INFO:teuthology.orchestra.run.smithi138.stdout:Source: linux-meta 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout:Recommends: thermald 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:16.927 INFO:teuthology.orchestra.run.smithi138.stdout: available. 2024-05-08T04:11:16.927 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-05-08T04:11:16.970 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.Enyh85QGF4 2024-05-08T04:11:16.970 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Enyh85QGF4 2024-05-08T04:11:17.022 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.Enyh85QGF4 2024-05-08T04:11:17.148 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.Enyh85QGF4 is 10KB 2024-05-08T04:11:17.161 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.Enyh85QGF4 2024-05-08T04:11:17.166 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:17.218 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:11:17.218 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-08T04:11:17.218 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:17.245 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-05-08T04:11:17.246 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:17.254 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-05-08T04:11:17.289 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-08T04:11:17.289 DEBUG:teuthology.orchestra.run.smithi138:> sudo update-grub 2024-05-08T04:11:17.412 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-08T04:11:17.412 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-05-08T04:11:17.422 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:17.437 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-05-08T04:11:17.454 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:17.460 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:17.682 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:17.692 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:17.698 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:17.703 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:17.738 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:17.743 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:17.899 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:17.899 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:17.899 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:17.922 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-05-08T04:11:17.937 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-05-08T04:11:18.127 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:18.132 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:18.207 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:18.213 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:18.376 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:18.376 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:18.376 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:18.407 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-05-08T04:11:18.584 INFO:teuthology.orchestra.run.smithi138.stderr:Sourcing file `/etc/default/grub' 2024-05-08T04:11:18.585 INFO:teuthology.orchestra.run.smithi138.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:18.588 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-05-08T04:11:18.767 INFO:teuthology.orchestra.run.smithi138.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:18.772 INFO:teuthology.orchestra.run.smithi138.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:18.875 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-05-08T04:11:18.900 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:18.901 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-05-08T04:11:18.902 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-08T04:11:18.902 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T04:11:18.902 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T04:11:18.902 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T04:11:18.905 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T04:11:18.905 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-05-08T04:11:19.058 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-08T04:11:19.099 INFO:teuthology.orchestra.run.smithi138.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:19.105 INFO:teuthology.orchestra.run.smithi138.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:19.146 INFO:teuthology.orchestra.run.smithi138.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:19.151 INFO:teuthology.orchestra.run.smithi138.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:19.194 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:11:19.194 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:11:19.224 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:11:19.270 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:11:19.288 INFO:teuthology.orchestra.run.smithi138.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:19.288 INFO:teuthology.orchestra.run.smithi138.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:19.288 INFO:teuthology.orchestra.run.smithi138.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:19.309 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-05-08T04:11:19.322 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-05-08T04:11:20.638 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:11:20.656 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T04:11:20.709 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:11:20.891 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-08T04:11:20.891 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:11:21.055 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:11:21.056 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:11:21.056 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:11:21.096 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T04:11:21.098 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-05-08T04:11:21.152 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.106.106 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-05-08T04:11:21.153 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-05-08T04:11:21.153 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-05-08T04:11:21.199 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.niAqtapjkE 2024-05-08T04:11:21.199 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.niAqtapjkE 2024-05-08T04:11:21.256 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.niAqtapjkE 2024-05-08T04:11:21.366 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.niAqtapjkE is 10KB 2024-05-08T04:11:21.379 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.niAqtapjkE 2024-05-08T04:11:21.384 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:21.440 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:11:21.440 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-08T04:11:21.440 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-08T04:11:21.508 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-08T04:11:21.508 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-05-08T04:11:22.781 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-05-08T04:11:22.782 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T04:11:22.784 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-05-08T04:11:22.941 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T04:11:22.948 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T04:11:23.210 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T04:11:23.215 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T04:11:23.255 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T04:11:23.260 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T04:11:23.390 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T04:11:23.390 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T04:11:23.391 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T04:11:23.400 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-05-08T04:11:23.402 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-05-08T04:11:47.963 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-08T04:11:47.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:11:47.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:11:49.327 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T04:11:49.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:11:49.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:11:53.406 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T04:11:53.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:11:53.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:06.303 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-05-08T04:12:07.838 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T04:12:11.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-05-08T04:12:15.307 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:12:15.308 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:16.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:12:16.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:18.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-05-08T04:12:19.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T04:12:20.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:12:20.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:30.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:12:30.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:31.905 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:12:31.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:12:50.339 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T04:13:05.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:13:05.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:13:05.725 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-05-08T04:13:06.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:13:06.308 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-106-generic"... 2024-05-08T04:13:06.309 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-05-08T04:13:06.355 INFO:teuthology.orchestra.run.smithi138.stdout:5.15.0-106-generic 2024-05-08T04:13:06.355 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-08T04:13:06.355 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T04:13:06.355 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-08T04:13:07.356 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T04:13:07.356 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T04:13:07.437 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-05-08T04:13:07.469 DEBUG:teuthology.parallel:result is None 2024-05-08T04:13:20.944 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T04:13:30.377 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T04:13:32.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:13:32.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:13:33.179 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-05-08T04:13:33.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:13:33.728 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-106-generic"... 2024-05-08T04:13:33.729 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-05-08T04:13:33.776 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-106-generic 2024-05-08T04:13:33.777 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-08T04:13:33.777 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T04:13:33.777 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-08T04:13:34.777 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T04:13:34.778 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T04:13:34.838 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-05-08T04:13:34.870 DEBUG:teuthology.parallel:result is None 2024-05-08T04:13:45.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:13:45.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:13:45.672 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-05-08T04:13:46.186 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:13:46.186 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-106-generic"... 2024-05-08T04:13:46.187 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-05-08T04:13:46.231 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-106-generic 2024-05-08T04:13:46.231 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-08T04:13:46.231 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T04:13:46.232 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-08T04:13:47.233 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-08T04:13:47.233 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T04:13:47.308 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-05-08T04:13:47.333 DEBUG:teuthology.parallel:result is None 2024-05-08T04:13:47.333 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T04:13:47.340 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T04:13:47.341 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T04:13:47.344 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T04:13:47.347 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T04:13:47.353 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T04:13:47.379 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T04:13:47.389 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T04:13:47.389 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T04:13:47.393 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T04:13:47.396 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T04:13:47.417 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T04:13:47.424 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T04:13:47.424 DEBUG:teuthology.orchestra.run.smithi016:> 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-08T04:13:47.453 DEBUG:teuthology.orchestra.run.smithi138:> 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-08T04:13:47.456 DEBUG:teuthology.orchestra.run.smithi204:> 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-08T04:13:47.474 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.477 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.479 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.485 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.486 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.488 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T04:13:47.490 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T04:13:47.497 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T04:13:47.498 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T04:13:47.537 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T04:13:47.539 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T04:13:47.553 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T04:13:47.562 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T04:13:47.562 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T04:13:47.593 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T04:13:47.595 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T04:13:47.601 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T04:13:47.644 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T04:13:47.692 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:13:47.692 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T04:13:47.748 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T04:13:47.754 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T04:13:47.803 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:13:47.803 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T04:13:47.868 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T04:13:47.874 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T04:13:47.924 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:13:47.924 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T04:13:47.980 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-05-08T04:13:47.982 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-05-08T04:13:47.985 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-05-08T04:13:48.062 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T04:13:48.070 INFO:teuthology.task.internal:Starting timer... 2024-05-08T04:13:48.070 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T04:13:48.080 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T04:13:48.089 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-05-08T04:13:48.089 DEBUG:teuthology.task.selinux:Excluding smithi138: OS 'ubuntu' does not support SELinux 2024-05-08T04:13:48.089 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-05-08T04:13:48.090 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T04:13:48.090 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-08T04:13:48.090 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T04:13:48.090 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T04:13:48.102 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T04:13:48.119 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-08T04:13:48.121 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi138.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T04:20:58.423 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-05-08T04:20:58.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:20:58.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:20:58.513 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-05-08T04:20:58.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-08T04:20:58.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:20:58.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:20:58.678 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-05-08T04:20:58.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T04:20:58.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:20:58.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T04:20:58.832 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-05-08T04:20:58.906 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-05-08T04:20:58.906 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T04:20:58.919 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T04:20:58.920 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T04:20:58.920 DEBUG:teuthology.orchestra.run.smithi016:> 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-08T04:20:58.922 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T04:20:58.922 DEBUG:teuthology.orchestra.run.smithi138:> 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-08T04:20:58.925 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T04:20:58.925 DEBUG:teuthology.orchestra.run.smithi204:> 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-08T04:20:58.951 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Command line: ntpd -gq 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: ---------------------------------------------------- 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: ntp-4 is maintained by Network Time Foundation, 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: corporation. Support and training for ntp-4 are 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: available at https://www.nwtime.org/support 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: ---------------------------------------------------- 2024-05-08T04:20:58.952 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: proto: precision = 0.066 usec (-24) 2024-05-08T04:20:58.953 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: basedate set to 2022-02-04 2024-05-08T04:20:58.953 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: gps base set to 2022-02-06 (week 2196) 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Command line: ntpd -gq 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: ---------------------------------------------------- 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: ntp-4 is maintained by Network Time Foundation, 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: corporation. Support and training for ntp-4 are 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: available at https://www.nwtime.org/support 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: ---------------------------------------------------- 2024-05-08T04:20:58.954 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: proto: precision = 0.045 usec (-24) 2024-05-08T04:20:58.955 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: basedate set to 2022-02-04 2024-05-08T04:20:58.955 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: gps base set to 2022-02-06 (week 2196) 2024-05-08T04:20:58.955 INFO:teuthology.orchestra.run.smithi138.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.955 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.955 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.956 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.956 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.956 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.956 INFO:teuthology.orchestra.run.smithi138.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen and drop on 0 v6wildcard [::]:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen normally on 2 lo 127.0.0.1:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen normally on 4 lo [::1]:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:20:58 ntpd[17147]: Listening on routing socket on fd #22 for interface updates 2024-05-08T04:20:58.958 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen and drop on 0 v6wildcard [::]:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen normally on 2 lo 127.0.0.1:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen normally on 3 enp3s0f1 172.21.15.138:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen normally on 4 lo [::1]:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6f71%5]:123 2024-05-08T04:20:58.959 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:20:58 ntpd[17234]: Listening on routing socket on fd #22 for interface updates 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Command line: ntpd -gq 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: ---------------------------------------------------- 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: ntp-4 is maintained by Network Time Foundation, 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: corporation. Support and training for ntp-4 are 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: available at https://www.nwtime.org/support 2024-05-08T04:20:58.973 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: ---------------------------------------------------- 2024-05-08T04:20:58.974 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: proto: precision = 0.061 usec (-24) 2024-05-08T04:20:58.974 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: basedate set to 2022-02-04 2024-05-08T04:20:58.974 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: gps base set to 2022-02-06 (week 2196) 2024-05-08T04:20:58.975 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.975 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T04:20:58.975 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.975 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen and drop on 0 v6wildcard [::]:123 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen normally on 2 lo 127.0.0.1:123 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen normally on 4 lo [::1]:123 2024-05-08T04:20:58.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-05-08T04:20:58.977 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:20:58 ntpd[17264]: Listening on routing socket on fd #22 for interface updates 2024-05-08T04:20:59.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:20:59.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:20:59.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:20:59.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:20:59.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:20:59.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:20:59 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:00.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:00.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:00.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:00.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:00.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:00.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:00 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:01.951 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:01 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:01 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:01.953 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:01 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:01.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:01.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:01 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:02.954 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:02 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:02.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:02 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:03 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:03 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:03.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:03 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:04.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:04.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:04 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:04.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:04.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:04.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:04.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:04 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:05.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:05.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:05 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.956 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:05.957 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:05 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:05.974 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.975 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stdout: 8 May 04:21:05 ntpd[17264]: ntpd: time slew -0.000268 s 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew -0.000268s 2024-05-08T04:21:05.976 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-08T04:21:05.977 INFO:teuthology.orchestra.run.smithi204.stderr: 8 May 04:21:05 ntpd[17264]: can't open /var/log/ntpstats/loopstats.20240508: Permission denied 2024-05-08T04:21:06.040 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:21:06.040 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-05-08T04:21:06.040 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:06.040 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:06.041 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:06.041 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:06.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:06.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:06 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:06.954 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:06.955 INFO:teuthology.orchestra.run.smithi138.stdout: 8 May 04:21:06 ntpd[17234]: ntpd: time slew -0.000565 s 2024-05-08T04:21:06.955 INFO:teuthology.orchestra.run.smithi138.stdout:ntpd: time slew -0.000565s 2024-05-08T04:21:06.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-08T04:21:06.955 INFO:teuthology.orchestra.run.smithi138.stderr: 8 May 04:21:06 ntpd[17234]: can't open /var/log/ntpstats/loopstats.20240508: Permission denied 2024-05-08T04:21:07.012 INFO:teuthology.orchestra.run.smithi138.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:21:07.013 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================== 2024-05-08T04:21:07.013 INFO:teuthology.orchestra.run.smithi138.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:07.013 INFO:teuthology.orchestra.run.smithi138.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:07.013 INFO:teuthology.orchestra.run.smithi138.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:07.013 INFO:teuthology.orchestra.run.smithi138.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:07.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:07.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:07.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:07.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:07.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:07.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:07 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:08.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:08.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:08.952 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stdout: 8 May 04:21:08 ntpd[17147]: ntpd: time slew -0.000598 s 2024-05-08T04:21:08.953 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew -0.000598s 2024-05-08T04:21:08.954 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-08T04:21:08.954 INFO:teuthology.orchestra.run.smithi016.stderr: 8 May 04:21:08 ntpd[17147]: can't open /var/log/ntpstats/loopstats.20240508: Permission denied 2024-05-08T04:21:09.008 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:21:09.008 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-05-08T04:21:09.008 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:09.008 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:09.009 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:09.009 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T04:21:09.009 INFO:teuthology.run_tasks:Running task install... 2024-05-08T04:21:09.019 DEBUG:teuthology.task.install:project ceph 2024-05-08T04:21:09.019 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5ccf1c30cf724d5371f55439b3b3a90cb994fae2'}} 2024-05-08T04:21:09.019 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5ccf1c30cf724d5371f55439b3b3a90cb994fae2'} 2024-05-08T04:21:09.019 INFO:teuthology.task.install:Using flavor: default 2024-05-08T04:21:09.025 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-08T04:21:09.026 INFO:teuthology.task.install:extra packages: [] 2024-05-08T04:21:09.026 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-05-08T04:21:09.027 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-key list | grep Ceph 2024-05-08T04:21:09.027 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-key list | grep Ceph 2024-05-08T04:21:09.088 INFO:teuthology.orchestra.run.smithi138.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-08T04:21:09.092 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-08T04:21:09.103 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-08T04:21:09.118 INFO:teuthology.orchestra.run.smithi138.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-08T04:21:09.118 INFO:teuthology.orchestra.run.smithi138.stdout:uid [ unknown] Ceph.com (release key) 2024-05-08T04:21:09.119 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-08T04:21:09.120 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:21:09.125 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-08T04:21:09.125 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph.com (release key) 2024-05-08T04:21:09.125 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-08T04:21:09.125 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:21:09.133 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-08T04:21:09.133 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-05-08T04:21:09.134 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-08T04:21:09.134 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:21:09.277 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default/ 2024-05-08T04:21:09.277 INFO:teuthology.task.install.deb:Package version is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:09.347 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default/ 2024-05-08T04:21:09.347 INFO:teuthology.task.install.deb:Package version is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:09.351 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default/ 2024-05-08T04:21:09.351 INFO:teuthology.task.install.deb:Package version is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:09.399 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:21:09.400 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-08T04:21:09.414 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-05-08T04:21:09.457 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:21:09.457 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-08T04:21:09.472 DEBUG:teuthology.orchestra.run.smithi138:> sudo apt-get update 2024-05-08T04:21:09.521 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:21:09.521 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-08T04:21:09.535 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-08T04:21:09.590 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:21:09.591 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:21:09.602 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:21:09.622 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:21:09.694 INFO:teuthology.orchestra.run.smithi138.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy InRelease 2024-05-08T04:21:09.700 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy InRelease 2024-05-08T04:21:09.715 INFO:teuthology.orchestra.run.smithi138.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-08T04:21:09.717 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:21:09.736 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-08T04:21:09.738 INFO:teuthology.orchestra.run.smithi138.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-08T04:21:09.760 INFO:teuthology.orchestra.run.smithi138.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-05-08T04:21:09.775 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-08T04:21:09.777 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:21:09.777 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T04:21:09.798 INFO:teuthology.orchestra.run.smithi138.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-08T04:21:09.812 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-08T04:21:09.825 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy InRelease 2024-05-08T04:21:09.831 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T04:21:09.843 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:21:09.854 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-05-08T04:21:09.861 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-08T04:21:09.899 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-08T04:21:09.913 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T04:21:09.926 INFO:teuthology.orchestra.run.smithi138.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:21:09.936 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-05-08T04:21:09.950 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 29.2 kB in 0s (83.2 kB/s) 2024-05-08T04:21:09.979 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-08T04:21:09.996 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T04:21:10.133 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 29.2 kB in 0s (70.9 kB/s) 2024-05-08T04:21:10.135 INFO:teuthology.orchestra.run.smithi138.stdout:Fetched 29.2 kB in 0s (60.3 kB/s) 2024-05-08T04:21:10.936 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:21:10.951 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3512-g5ccf1c30-1jammy cephadm=19.0.0-3512-g5ccf1c30-1jammy ceph-mds=19.0.0-3512-g5ccf1c30-1jammy ceph-mgr=19.0.0-3512-g5ccf1c30-1jammy ceph-common=19.0.0-3512-g5ccf1c30-1jammy ceph-fuse=19.0.0-3512-g5ccf1c30-1jammy ceph-test=19.0.0-3512-g5ccf1c30-1jammy ceph-volume=19.0.0-3512-g5ccf1c30-1jammy radosgw=19.0.0-3512-g5ccf1c30-1jammy python3-rados=19.0.0-3512-g5ccf1c30-1jammy python3-rgw=19.0.0-3512-g5ccf1c30-1jammy python3-cephfs=19.0.0-3512-g5ccf1c30-1jammy python3-rbd=19.0.0-3512-g5ccf1c30-1jammy libcephfs2=19.0.0-3512-g5ccf1c30-1jammy libcephfs-dev=19.0.0-3512-g5ccf1c30-1jammy librados2=19.0.0-3512-g5ccf1c30-1jammy librbd1=19.0.0-3512-g5ccf1c30-1jammy rbd-fuse=19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:11.002 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-05-08T04:21:11.107 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:21:11.125 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3512-g5ccf1c30-1jammy cephadm=19.0.0-3512-g5ccf1c30-1jammy ceph-mds=19.0.0-3512-g5ccf1c30-1jammy ceph-mgr=19.0.0-3512-g5ccf1c30-1jammy ceph-common=19.0.0-3512-g5ccf1c30-1jammy ceph-fuse=19.0.0-3512-g5ccf1c30-1jammy ceph-test=19.0.0-3512-g5ccf1c30-1jammy ceph-volume=19.0.0-3512-g5ccf1c30-1jammy radosgw=19.0.0-3512-g5ccf1c30-1jammy python3-rados=19.0.0-3512-g5ccf1c30-1jammy python3-rgw=19.0.0-3512-g5ccf1c30-1jammy python3-cephfs=19.0.0-3512-g5ccf1c30-1jammy python3-rbd=19.0.0-3512-g5ccf1c30-1jammy libcephfs2=19.0.0-3512-g5ccf1c30-1jammy libcephfs-dev=19.0.0-3512-g5ccf1c30-1jammy librados2=19.0.0-3512-g5ccf1c30-1jammy librbd1=19.0.0-3512-g5ccf1c30-1jammy rbd-fuse=19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:11.129 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:21:11.144 DEBUG:teuthology.orchestra.run.smithi138:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3512-g5ccf1c30-1jammy cephadm=19.0.0-3512-g5ccf1c30-1jammy ceph-mds=19.0.0-3512-g5ccf1c30-1jammy ceph-mgr=19.0.0-3512-g5ccf1c30-1jammy ceph-common=19.0.0-3512-g5ccf1c30-1jammy ceph-fuse=19.0.0-3512-g5ccf1c30-1jammy ceph-test=19.0.0-3512-g5ccf1c30-1jammy ceph-volume=19.0.0-3512-g5ccf1c30-1jammy radosgw=19.0.0-3512-g5ccf1c30-1jammy python3-rados=19.0.0-3512-g5ccf1c30-1jammy python3-rgw=19.0.0-3512-g5ccf1c30-1jammy python3-cephfs=19.0.0-3512-g5ccf1c30-1jammy python3-rbd=19.0.0-3512-g5ccf1c30-1jammy libcephfs2=19.0.0-3512-g5ccf1c30-1jammy libcephfs-dev=19.0.0-3512-g5ccf1c30-1jammy librados2=19.0.0-3512-g5ccf1c30-1jammy librbd1=19.0.0-3512-g5ccf1c30-1jammy rbd-fuse=19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:21:11.181 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-05-08T04:21:11.182 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-05-08T04:21:11.189 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-08T04:21:11.205 INFO:teuthology.orchestra.run.smithi138.stdout:Reading package lists... 2024-05-08T04:21:11.357 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:21:11.358 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:21:11.358 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:21:11.358 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:21:11.358 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-08T04:21:11.359 INFO:teuthology.orchestra.run.smithi204.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-08T04:21:11.360 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-08T04:21:11.360 INFO:teuthology.orchestra.run.smithi204.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-08T04:21:11.360 INFO:teuthology.orchestra.run.smithi204.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-08T04:21:11.360 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-08T04:21:11.361 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet zip 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-08T04:21:11.362 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-05-08T04:21:11.363 INFO:teuthology.orchestra.run.smithi204.stdout: btrfs-tools 2024-05-08T04:21:11.389 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-08T04:21:11.390 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-08T04:21:11.405 INFO:teuthology.orchestra.run.smithi138.stdout:Building dependency tree... 2024-05-08T04:21:11.405 INFO:teuthology.orchestra.run.smithi138.stdout:Reading state information... 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-08T04:21:11.484 INFO:teuthology.orchestra.run.smithi204.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.486 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-08T04:21:11.487 INFO:teuthology.orchestra.run.smithi204.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-08T04:21:11.552 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-08T04:21:11.552 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 181 MB of archives. 2024-05-08T04:21:11.552 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-08T04:21:11.552 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-08T04:21:11.592 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:21:11.592 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:21:11.592 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-05-08T04:21:11.593 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-08T04:21:11.594 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.595 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-08T04:21:11.596 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-05-08T04:21:11.597 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-05-08T04:21:11.600 INFO:teuthology.orchestra.run.smithi138.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T04:21:11.600 INFO:teuthology.orchestra.run.smithi138.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T04:21:11.600 INFO:teuthology.orchestra.run.smithi138.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T04:21:11.600 INFO:teuthology.orchestra.run.smithi138.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T04:21:11.601 INFO:teuthology.orchestra.run.smithi138.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T04:21:11.601 INFO:teuthology.orchestra.run.smithi138.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T04:21:11.601 INFO:teuthology.orchestra.run.smithi138.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T04:21:11.601 INFO:teuthology.orchestra.run.smithi138.stdout:The following additional packages will be installed: 2024-05-08T04:21:11.601 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-08T04:21:11.602 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.603 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-08T04:21:11.604 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet zip 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout:Suggested packages: 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout:Recommended packages: 2024-05-08T04:21:11.605 INFO:teuthology.orchestra.run.smithi138.stdout: btrfs-tools 2024-05-08T04:21:11.629 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,555 kB] 2024-05-08T04:21:11.659 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-08T04:21:11.662 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-08T04:21:11.682 INFO:teuthology.orchestra.run.smithi204.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-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout:The following NEW packages will be installed: 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-08T04:21:11.707 INFO:teuthology.orchestra.run.smithi138.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-08T04:21:11.708 INFO:teuthology.orchestra.run.smithi138.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi138.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi138.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-08T04:21:11.709 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-08T04:21:11.710 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-08T04:21:11.711 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-08T04:21:11.711 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-08T04:21:11.711 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-08T04:21:11.711 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-08T04:21:11.749 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-08T04:21:11.754 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-08T04:21:11.766 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-08T04:21:11.770 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-08T04:21:11.770 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-08T04:21:11.771 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-08T04:21:11.772 INFO:teuthology.orchestra.run.smithi138.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-08T04:21:11.772 INFO:teuthology.orchestra.run.smithi138.stdout:Need to get 181 MB of archives. 2024-05-08T04:21:11.772 INFO:teuthology.orchestra.run.smithi138.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-08T04:21:11.772 INFO:teuthology.orchestra.run.smithi138.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-08T04:21:11.776 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-08T04:21:11.776 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 181 MB of archives. 2024-05-08T04:21:11.776 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-08T04:21:11.776 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-08T04:21:11.780 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-08T04:21:11.782 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-08T04:21:11.784 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-08T04:21:11.786 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-08T04:21:11.794 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-08T04:21:11.797 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-08T04:21:11.799 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-08T04:21:11.801 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-08T04:21:11.815 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-08T04:21:11.815 INFO:teuthology.orchestra.run.smithi204.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-08T04:21:11.817 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-08T04:21:11.817 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-08T04:21:11.817 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-08T04:21:11.817 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-08T04:21:11.836 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-08T04:21:11.836 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-08T04:21:11.836 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-08T04:21:11.839 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-08T04:21:11.841 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,223 kB] 2024-05-08T04:21:11.856 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-08T04:21:11.856 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-08T04:21:11.857 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-08T04:21:11.858 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-08T04:21:11.859 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-08T04:21:11.859 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-08T04:21:11.877 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-08T04:21:11.878 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-08T04:21:11.878 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-08T04:21:11.884 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-08T04:21:11.884 INFO:teuthology.orchestra.run.smithi138.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-08T04:21:11.886 INFO:teuthology.orchestra.run.smithi138.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-08T04:21:11.896 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-08T04:21:11.898 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-08T04:21:11.905 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-08T04:21:11.905 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-08T04:21:11.906 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-08T04:21:11.907 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-08T04:21:11.907 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:11.909 INFO:teuthology.orchestra.run.smithi204.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-08T04:21:11.910 INFO:teuthology.orchestra.run.smithi204.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-08T04:21:11.920 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:11.925 INFO:teuthology.orchestra.run.smithi204.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-08T04:21:11.926 INFO:teuthology.orchestra.run.smithi204.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-08T04:21:11.929 INFO:teuthology.orchestra.run.smithi204.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-08T04:21:11.929 INFO:teuthology.orchestra.run.smithi204.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-08T04:21:11.940 INFO:teuthology.orchestra.run.smithi204.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3512-g5ccf1c30-1jammy [713 kB] 2024-05-08T04:21:11.946 INFO:teuthology.orchestra.run.smithi204.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-08T04:21:11.948 INFO:teuthology.orchestra.run.smithi204.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-08T04:21:11.962 INFO:teuthology.orchestra.run.smithi204.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3512-g5ccf1c30-1jammy [356 kB] 2024-05-08T04:21:11.974 INFO:teuthology.orchestra.run.smithi204.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3512-g5ccf1c30-1jammy [32.8 kB] 2024-05-08T04:21:11.975 INFO:teuthology.orchestra.run.smithi204.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3512-g5ccf1c30-1jammy [180 kB] 2024-05-08T04:21:11.983 INFO:teuthology.orchestra.run.smithi204.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3512-g5ccf1c30-1jammy [67.4 kB] 2024-05-08T04:21:11.985 INFO:teuthology.orchestra.run.smithi204.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3512-g5ccf1c30-1jammy [330 kB] 2024-05-08T04:21:11.995 INFO:teuthology.orchestra.run.smithi204.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3512-g5ccf1c30-1jammy [6,892 kB] 2024-05-08T04:21:12.005 INFO:teuthology.orchestra.run.smithi138.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-08T04:21:12.018 INFO:teuthology.orchestra.run.smithi138.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-08T04:21:12.022 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,555 kB] 2024-05-08T04:21:12.024 INFO:teuthology.orchestra.run.smithi204.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-08T04:21:12.025 INFO:teuthology.orchestra.run.smithi204.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-08T04:21:12.026 INFO:teuthology.orchestra.run.smithi138.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,555 kB] 2024-05-08T04:21:12.027 INFO:teuthology.orchestra.run.smithi204.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-08T04:21:12.027 INFO:teuthology.orchestra.run.smithi204.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-08T04:21:12.029 INFO:teuthology.orchestra.run.smithi204.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-08T04:21:12.045 INFO:teuthology.orchestra.run.smithi138.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-08T04:21:12.045 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-08T04:21:12.051 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-08T04:21:12.052 INFO:teuthology.orchestra.run.smithi138.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-08T04:21:12.052 INFO:teuthology.orchestra.run.smithi138.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-08T04:21:12.054 INFO:teuthology.orchestra.run.smithi138.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-08T04:21:12.073 INFO:teuthology.orchestra.run.smithi204.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-08T04:21:12.076 INFO:teuthology.orchestra.run.smithi138.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-08T04:21:12.076 INFO:teuthology.orchestra.run.smithi204.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-08T04:21:12.076 INFO:teuthology.orchestra.run.smithi204.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-08T04:21:12.082 INFO:teuthology.orchestra.run.smithi138.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-08T04:21:12.086 INFO:teuthology.orchestra.run.smithi138.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-08T04:21:12.093 INFO:teuthology.orchestra.run.smithi138.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-08T04:21:12.095 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-08T04:21:12.101 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-08T04:21:12.102 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-08T04:21:12.104 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-08T04:21:12.104 INFO:teuthology.orchestra.run.smithi204.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-08T04:21:12.105 INFO:teuthology.orchestra.run.smithi204.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-08T04:21:12.105 INFO:teuthology.orchestra.run.smithi204.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-08T04:21:12.106 INFO:teuthology.orchestra.run.smithi204.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-08T04:21:12.107 INFO:teuthology.orchestra.run.smithi204.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-08T04:21:12.107 INFO:teuthology.orchestra.run.smithi204.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-08T04:21:12.109 INFO:teuthology.orchestra.run.smithi138.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-08T04:21:12.113 INFO:teuthology.orchestra.run.smithi138.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-08T04:21:12.117 INFO:teuthology.orchestra.run.smithi138.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-08T04:21:12.118 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-08T04:21:12.120 INFO:teuthology.orchestra.run.smithi138.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-08T04:21:12.121 INFO:teuthology.orchestra.run.smithi138.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-08T04:21:12.122 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-08T04:21:12.125 INFO:teuthology.orchestra.run.smithi204.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-08T04:21:12.126 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-08T04:21:12.128 INFO:teuthology.orchestra.run.smithi204.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-08T04:21:12.128 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-08T04:21:12.129 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-08T04:21:12.133 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-08T04:21:12.133 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.134 INFO:teuthology.orchestra.run.smithi204.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-08T04:21:12.135 INFO:teuthology.orchestra.run.smithi138.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-08T04:21:12.135 INFO:teuthology.orchestra.run.smithi138.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-08T04:21:12.136 INFO:teuthology.orchestra.run.smithi138.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-08T04:21:12.137 INFO:teuthology.orchestra.run.smithi138.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-08T04:21:12.137 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-08T04:21:12.145 INFO:teuthology.orchestra.run.smithi204.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-08T04:21:12.150 INFO:teuthology.orchestra.run.smithi204.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-08T04:21:12.154 INFO:teuthology.orchestra.run.smithi204.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-08T04:21:12.156 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-08T04:21:12.158 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-08T04:21:12.159 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.161 INFO:teuthology.orchestra.run.smithi204.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-08T04:21:12.161 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-08T04:21:12.161 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-08T04:21:12.162 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-08T04:21:12.163 INFO:teuthology.orchestra.run.smithi138.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-08T04:21:12.163 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-08T04:21:12.163 INFO:teuthology.orchestra.run.smithi138.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-08T04:21:12.164 INFO:teuthology.orchestra.run.smithi138.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-08T04:21:12.164 INFO:teuthology.orchestra.run.smithi204.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-08T04:21:12.165 INFO:teuthology.orchestra.run.smithi204.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-08T04:21:12.166 INFO:teuthology.orchestra.run.smithi204.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-08T04:21:12.169 INFO:teuthology.orchestra.run.smithi138.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-08T04:21:12.170 INFO:teuthology.orchestra.run.smithi138.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-08T04:21:12.172 INFO:teuthology.orchestra.run.smithi204.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-08T04:21:12.173 INFO:teuthology.orchestra.run.smithi204.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-08T04:21:12.177 INFO:teuthology.orchestra.run.smithi204.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-08T04:21:12.177 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-08T04:21:12.178 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-08T04:21:12.178 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-08T04:21:12.183 INFO:teuthology.orchestra.run.smithi138.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-08T04:21:12.183 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.186 INFO:teuthology.orchestra.run.smithi138.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-08T04:21:12.186 INFO:teuthology.orchestra.run.smithi138.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-08T04:21:12.187 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.188 INFO:teuthology.orchestra.run.smithi204.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-08T04:21:12.189 INFO:teuthology.orchestra.run.smithi204.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-08T04:21:12.189 INFO:teuthology.orchestra.run.smithi204.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-08T04:21:12.191 INFO:teuthology.orchestra.run.smithi204.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-08T04:21:12.203 INFO:teuthology.orchestra.run.smithi138.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-08T04:21:12.204 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-08T04:21:12.205 INFO:teuthology.orchestra.run.smithi138.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-08T04:21:12.206 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-08T04:21:12.206 INFO:teuthology.orchestra.run.smithi138.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-08T04:21:12.208 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-08T04:21:12.209 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.210 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-08T04:21:12.211 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-08T04:21:12.211 INFO:teuthology.orchestra.run.smithi204.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-08T04:21:12.212 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.217 INFO:teuthology.orchestra.run.smithi138.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-08T04:21:12.218 INFO:teuthology.orchestra.run.smithi138.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-08T04:21:12.221 INFO:teuthology.orchestra.run.smithi204.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-08T04:21:12.221 INFO:teuthology.orchestra.run.smithi204.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-08T04:21:12.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-08T04:21:12.224 INFO:teuthology.orchestra.run.smithi204.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-08T04:21:12.225 INFO:teuthology.orchestra.run.smithi204.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-08T04:21:12.235 INFO:teuthology.orchestra.run.smithi204.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3512-g5ccf1c30-1jammy [112 kB] 2024-05-08T04:21:12.238 INFO:teuthology.orchestra.run.smithi204.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3512-g5ccf1c30-1jammy [466 kB] 2024-05-08T04:21:12.240 INFO:teuthology.orchestra.run.smithi138.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-08T04:21:12.241 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-08T04:21:12.242 INFO:teuthology.orchestra.run.smithi138.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-08T04:21:12.243 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-08T04:21:12.243 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-08T04:21:12.244 INFO:teuthology.orchestra.run.smithi138.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-08T04:21:12.248 INFO:teuthology.orchestra.run.smithi138.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-08T04:21:12.250 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.256 INFO:teuthology.orchestra.run.smithi204.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3512-g5ccf1c30-1jammy [25.8 MB] 2024-05-08T04:21:12.261 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.262 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-08T04:21:12.263 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.263 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-08T04:21:12.263 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-08T04:21:12.264 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-08T04:21:12.266 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-08T04:21:12.268 INFO:teuthology.orchestra.run.smithi138.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-08T04:21:12.269 INFO:teuthology.orchestra.run.smithi138.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-08T04:21:12.270 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-08T04:21:12.271 INFO:teuthology.orchestra.run.smithi138.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-08T04:21:12.271 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.281 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.284 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.285 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.291 INFO:teuthology.orchestra.run.smithi016.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-08T04:21:12.309 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-08T04:21:12.310 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-08T04:21:12.314 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.365 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.367 INFO:teuthology.orchestra.run.smithi138.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-08T04:21:12.369 INFO:teuthology.orchestra.run.smithi138.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-08T04:21:12.369 INFO:teuthology.orchestra.run.smithi138.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-08T04:21:12.371 INFO:teuthology.orchestra.run.smithi138.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-08T04:21:12.404 INFO:teuthology.orchestra.run.smithi138.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-08T04:21:12.408 INFO:teuthology.orchestra.run.smithi138.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-08T04:21:12.408 INFO:teuthology.orchestra.run.smithi138.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-08T04:21:12.432 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.433 INFO:teuthology.orchestra.run.smithi016.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-08T04:21:12.435 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-08T04:21:12.436 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-08T04:21:12.437 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-08T04:21:12.446 INFO:teuthology.orchestra.run.smithi138.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-08T04:21:12.447 INFO:teuthology.orchestra.run.smithi138.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-08T04:21:12.465 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-08T04:21:12.468 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-08T04:21:12.469 INFO:teuthology.orchestra.run.smithi138.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-08T04:21:12.469 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-08T04:21:12.469 INFO:teuthology.orchestra.run.smithi138.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-08T04:21:12.470 INFO:teuthology.orchestra.run.smithi138.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-08T04:21:12.471 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.471 INFO:teuthology.orchestra.run.smithi138.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-08T04:21:12.472 INFO:teuthology.orchestra.run.smithi138.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-08T04:21:12.477 INFO:teuthology.orchestra.run.smithi138.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-08T04:21:12.493 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-08T04:21:12.493 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-08T04:21:12.496 INFO:teuthology.orchestra.run.smithi138.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-08T04:21:12.498 INFO:teuthology.orchestra.run.smithi138.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-08T04:21:12.498 INFO:teuthology.orchestra.run.smithi138.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-08T04:21:12.503 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-08T04:21:12.503 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-08T04:21:12.504 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-08T04:21:12.505 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.505 INFO:teuthology.orchestra.run.smithi016.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-08T04:21:12.506 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-08T04:21:12.510 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-08T04:21:12.516 INFO:teuthology.orchestra.run.smithi138.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-08T04:21:12.520 INFO:teuthology.orchestra.run.smithi138.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-08T04:21:12.521 INFO:teuthology.orchestra.run.smithi138.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-08T04:21:12.522 INFO:teuthology.orchestra.run.smithi138.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-08T04:21:12.528 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-08T04:21:12.528 INFO:teuthology.orchestra.run.smithi138.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-08T04:21:12.529 INFO:teuthology.orchestra.run.smithi138.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-08T04:21:12.530 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-08T04:21:12.531 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-08T04:21:12.533 INFO:teuthology.orchestra.run.smithi138.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-08T04:21:12.539 INFO:teuthology.orchestra.run.smithi138.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-08T04:21:12.540 INFO:teuthology.orchestra.run.smithi138.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-08T04:21:12.540 INFO:teuthology.orchestra.run.smithi138.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-08T04:21:12.549 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-08T04:21:12.552 INFO:teuthology.orchestra.run.smithi016.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-08T04:21:12.553 INFO:teuthology.orchestra.run.smithi016.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-08T04:21:12.554 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-08T04:21:12.560 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-08T04:21:12.560 INFO:teuthology.orchestra.run.smithi138.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-08T04:21:12.560 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-08T04:21:12.561 INFO:teuthology.orchestra.run.smithi138.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-08T04:21:12.564 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-08T04:21:12.571 INFO:teuthology.orchestra.run.smithi138.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-08T04:21:12.571 INFO:teuthology.orchestra.run.smithi138.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-08T04:21:12.572 INFO:teuthology.orchestra.run.smithi138.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-08T04:21:12.575 INFO:teuthology.orchestra.run.smithi138.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-08T04:21:12.576 INFO:teuthology.orchestra.run.smithi138.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-08T04:21:12.584 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-08T04:21:12.585 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-08T04:21:12.585 INFO:teuthology.orchestra.run.smithi016.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-08T04:21:12.604 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-08T04:21:12.606 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-08T04:21:12.621 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-08T04:21:12.621 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-08T04:21:12.622 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-08T04:21:12.627 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-08T04:21:12.628 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-08T04:21:13.319 INFO:teuthology.orchestra.run.smithi204.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3512-g5ccf1c30-1jammy [5,095 kB] 2024-05-08T04:21:13.422 INFO:teuthology.orchestra.run.smithi204.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3512-g5ccf1c30-1jammy [244 kB] 2024-05-08T04:21:13.435 INFO:teuthology.orchestra.run.smithi204.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:13.439 INFO:teuthology.orchestra.run.smithi204.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3512-g5ccf1c30-1jammy [1,545 kB] 2024-05-08T04:21:13.504 INFO:teuthology.orchestra.run.smithi204.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3512-g5ccf1c30-1jammy [6,259 kB] 2024-05-08T04:21:13.686 INFO:teuthology.orchestra.run.smithi138.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,223 kB] 2024-05-08T04:21:13.762 INFO:teuthology.orchestra.run.smithi204.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3512-g5ccf1c30-1jammy [22.8 MB] 2024-05-08T04:21:13.943 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3512-g5ccf1c30-1jammy [3,223 kB] 2024-05-08T04:21:14.386 INFO:teuthology.orchestra.run.smithi138.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3512-g5ccf1c30-1jammy [713 kB] 2024-05-08T04:21:14.539 INFO:teuthology.orchestra.run.smithi138.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3512-g5ccf1c30-1jammy [356 kB] 2024-05-08T04:21:14.581 INFO:teuthology.orchestra.run.smithi138.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3512-g5ccf1c30-1jammy [32.8 kB] 2024-05-08T04:21:14.624 INFO:teuthology.orchestra.run.smithi138.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3512-g5ccf1c30-1jammy [180 kB] 2024-05-08T04:21:14.640 INFO:teuthology.orchestra.run.smithi138.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3512-g5ccf1c30-1jammy [67.4 kB] 2024-05-08T04:21:14.648 INFO:teuthology.orchestra.run.smithi138.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3512-g5ccf1c30-1jammy [330 kB] 2024-05-08T04:21:14.719 INFO:teuthology.orchestra.run.smithi138.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3512-g5ccf1c30-1jammy [6,892 kB] 2024-05-08T04:21:14.775 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3512-g5ccf1c30-1jammy [713 kB] 2024-05-08T04:21:14.899 INFO:teuthology.orchestra.run.smithi204.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [14.0 kB] 2024-05-08T04:21:14.900 INFO:teuthology.orchestra.run.smithi204.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [870 kB] 2024-05-08T04:21:14.916 INFO:teuthology.orchestra.run.smithi204.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3512-g5ccf1c30-1jammy [2,439 kB] 2024-05-08T04:21:14.932 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3512-g5ccf1c30-1jammy [356 kB] 2024-05-08T04:21:14.976 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3512-g5ccf1c30-1jammy [32.8 kB] 2024-05-08T04:21:14.977 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3512-g5ccf1c30-1jammy [180 kB] 2024-05-08T04:21:14.988 INFO:teuthology.orchestra.run.smithi204.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3512-g5ccf1c30-1jammy [792 kB] 2024-05-08T04:21:15.013 INFO:teuthology.orchestra.run.smithi204.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3512-g5ccf1c30-1jammy [148 kB] 2024-05-08T04:21:15.017 INFO:teuthology.orchestra.run.smithi204.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3512-g5ccf1c30-1jammy [2,279 kB] 2024-05-08T04:21:15.037 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3512-g5ccf1c30-1jammy [67.4 kB] 2024-05-08T04:21:15.043 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3512-g5ccf1c30-1jammy [330 kB] 2024-05-08T04:21:15.103 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3512-g5ccf1c30-1jammy [6,892 kB] 2024-05-08T04:21:15.146 INFO:teuthology.orchestra.run.smithi204.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3512-g5ccf1c30-1jammy [8,625 kB] 2024-05-08T04:21:15.630 INFO:teuthology.orchestra.run.smithi204.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3512-g5ccf1c30-1jammy [14.2 kB] 2024-05-08T04:21:15.630 INFO:teuthology.orchestra.run.smithi204.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3512-g5ccf1c30-1jammy [51.7 MB] 2024-05-08T04:21:15.905 INFO:teuthology.orchestra.run.smithi138.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3512-g5ccf1c30-1jammy [112 kB] 2024-05-08T04:21:15.917 INFO:teuthology.orchestra.run.smithi138.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3512-g5ccf1c30-1jammy [466 kB] 2024-05-08T04:21:16.004 INFO:teuthology.orchestra.run.smithi138.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3512-g5ccf1c30-1jammy [25.8 MB] 2024-05-08T04:21:16.008 INFO:teuthology.orchestra.run.smithi016.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3512-g5ccf1c30-1jammy [112 kB] 2024-05-08T04:21:16.016 INFO:teuthology.orchestra.run.smithi016.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3512-g5ccf1c30-1jammy [466 kB] 2024-05-08T04:21:16.048 INFO:teuthology.orchestra.run.smithi016.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3512-g5ccf1c30-1jammy [25.8 MB] 2024-05-08T04:21:18.714 INFO:teuthology.orchestra.run.smithi016.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3512-g5ccf1c30-1jammy [5,095 kB] 2024-05-08T04:21:19.106 INFO:teuthology.orchestra.run.smithi016.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3512-g5ccf1c30-1jammy [244 kB] 2024-05-08T04:21:19.134 INFO:teuthology.orchestra.run.smithi016.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:19.139 INFO:teuthology.orchestra.run.smithi016.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3512-g5ccf1c30-1jammy [1,545 kB] 2024-05-08T04:21:19.250 INFO:teuthology.orchestra.run.smithi204.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:19.252 INFO:teuthology.orchestra.run.smithi204.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3512-g5ccf1c30-1jammy [38.9 kB] 2024-05-08T04:21:19.253 INFO:teuthology.orchestra.run.smithi204.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3512-g5ccf1c30-1jammy [13.6 MB] 2024-05-08T04:21:19.266 INFO:teuthology.orchestra.run.smithi016.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3512-g5ccf1c30-1jammy [6,259 kB] 2024-05-08T04:21:19.839 INFO:teuthology.orchestra.run.smithi016.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3512-g5ccf1c30-1jammy [22.8 MB] 2024-05-08T04:21:20.017 INFO:teuthology.orchestra.run.smithi204.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [91.2 kB] 2024-05-08T04:21:20.569 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 181 MB in 9s (21.2 MB/s) 2024-05-08T04:21:20.638 INFO:teuthology.orchestra.run.smithi138.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3512-g5ccf1c30-1jammy [5,095 kB] 2024-05-08T04:21:20.733 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-08T04:21:20.833 INFO:teuthology.orchestra.run.smithi204.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-08T04:21:20.871 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-08T04:21:20.914 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:21:21.086 INFO:teuthology.orchestra.run.smithi016.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [14.0 kB] 2024-05-08T04:21:21.087 INFO:teuthology.orchestra.run.smithi016.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [870 kB] 2024-05-08T04:21:21.095 INFO:teuthology.orchestra.run.smithi138.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3512-g5ccf1c30-1jammy [244 kB] 2024-05-08T04:21:21.104 INFO:teuthology.orchestra.run.smithi016.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3512-g5ccf1c30-1jammy [2,439 kB] 2024-05-08T04:21:21.105 INFO:teuthology.orchestra.run.smithi138.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:21.140 INFO:teuthology.orchestra.run.smithi138.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3512-g5ccf1c30-1jammy [1,545 kB] 2024-05-08T04:21:21.168 INFO:teuthology.orchestra.run.smithi016.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3512-g5ccf1c30-1jammy [792 kB] 2024-05-08T04:21:21.208 INFO:teuthology.orchestra.run.smithi016.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3512-g5ccf1c30-1jammy [148 kB] 2024-05-08T04:21:21.212 INFO:teuthology.orchestra.run.smithi016.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3512-g5ccf1c30-1jammy [2,279 kB] 2024-05-08T04:21:21.226 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-08T04:21:21.253 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-08T04:21:21.285 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:21:21.285 INFO:teuthology.orchestra.run.smithi138.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3512-g5ccf1c30-1jammy [6,259 kB] 2024-05-08T04:21:21.315 INFO:teuthology.orchestra.run.smithi016.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3512-g5ccf1c30-1jammy [8,625 kB] 2024-05-08T04:21:21.727 INFO:teuthology.orchestra.run.smithi016.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3512-g5ccf1c30-1jammy [14.2 kB] 2024-05-08T04:21:21.728 INFO:teuthology.orchestra.run.smithi016.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3512-g5ccf1c30-1jammy [51.7 MB] 2024-05-08T04:21:21.854 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-08T04:21:21.880 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-08T04:21:21.938 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:21:21.963 INFO:teuthology.orchestra.run.smithi138.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3512-g5ccf1c30-1jammy [22.8 MB] 2024-05-08T04:21:22.391 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-08T04:21:22.409 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:22.457 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:22.811 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-08T04:21:22.833 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:22.877 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:23.231 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-08T04:21:23.257 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:23.298 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:23.651 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-08T04:21:23.677 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-08T04:21:23.717 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:21:23.995 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librados2. 2024-05-08T04:21:24.011 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../007-librados2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:24.045 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:24.420 INFO:teuthology.orchestra.run.smithi016.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:24.423 INFO:teuthology.orchestra.run.smithi016.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3512-g5ccf1c30-1jammy [38.9 kB] 2024-05-08T04:21:24.424 INFO:teuthology.orchestra.run.smithi016.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3512-g5ccf1c30-1jammy [13.6 MB] 2024-05-08T04:21:24.430 INFO:teuthology.orchestra.run.smithi138.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3512-g5ccf1c30-1jammy [14.0 kB] 2024-05-08T04:21:24.431 INFO:teuthology.orchestra.run.smithi138.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [870 kB] 2024-05-08T04:21:24.448 INFO:teuthology.orchestra.run.smithi138.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3512-g5ccf1c30-1jammy [2,439 kB] 2024-05-08T04:21:24.490 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librbd1. 2024-05-08T04:21:24.516 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../008-librbd1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:24.556 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:24.706 INFO:teuthology.orchestra.run.smithi138.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3512-g5ccf1c30-1jammy [792 kB] 2024-05-08T04:21:24.762 INFO:teuthology.orchestra.run.smithi138.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3512-g5ccf1c30-1jammy [148 kB] 2024-05-08T04:21:24.798 INFO:teuthology.orchestra.run.smithi138.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3512-g5ccf1c30-1jammy [2,279 kB] 2024-05-08T04:21:24.926 INFO:teuthology.orchestra.run.smithi016.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [91.2 kB] 2024-05-08T04:21:25.000 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs2. 2024-05-08T04:21:25.001 INFO:teuthology.orchestra.run.smithi138.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3512-g5ccf1c30-1jammy [8,625 kB] 2024-05-08T04:21:25.027 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:25.067 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:25.336 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rados. 2024-05-08T04:21:25.352 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:25.386 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:25.589 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 181 MB in 13s (13.6 MB/s) 2024-05-08T04:21:25.651 INFO:teuthology.orchestra.run.smithi138.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3512-g5ccf1c30-1jammy [14.2 kB] 2024-05-08T04:21:25.652 INFO:teuthology.orchestra.run.smithi138.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3512-g5ccf1c30-1jammy [51.7 MB] 2024-05-08T04:21:25.689 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-08T04:21:25.715 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:25.720 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-08T04:21:25.756 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:25.802 INFO:teuthology.orchestra.run.smithi016.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-08T04:21:25.807 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-08T04:21:25.877 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:21:26.042 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cephfs. 2024-05-08T04:21:26.057 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:26.100 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:26.156 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-08T04:21:26.183 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-08T04:21:26.222 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:21:26.419 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-08T04:21:26.446 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:26.486 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:26.570 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-08T04:21:26.594 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-08T04:21:26.634 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:21:26.923 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-08T04:21:26.949 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-08T04:21:26.989 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:21:27.138 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-08T04:21:27.165 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:27.204 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:27.250 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-prettytable. 2024-05-08T04:21:27.266 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-08T04:21:27.309 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-08T04:21:27.570 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rbd. 2024-05-08T04:21:27.582 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-08T04:21:27.596 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:27.610 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:27.636 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:27.649 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:27.999 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-08T04:21:28.019 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-08T04:21:28.024 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-08T04:21:28.046 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:28.064 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:21:28.086 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:28.334 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-08T04:21:28.360 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-08T04:21:28.392 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:21:28.422 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-08T04:21:28.449 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-08T04:21:28.489 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:21:28.678 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-08T04:21:28.693 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-08T04:21:28.736 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:21:28.784 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-05-08T04:21:28.811 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:28.850 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:29.056 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua5.1. 2024-05-08T04:21:29.083 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-08T04:21:29.123 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:21:29.312 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-05-08T04:21:29.339 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-librbd1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:29.378 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:29.426 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-any. 2024-05-08T04:21:29.441 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-08T04:21:29.443 INFO:teuthology.orchestra.run.smithi138.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3512-g5ccf1c30-1jammy [124 kB] 2024-05-08T04:21:29.446 INFO:teuthology.orchestra.run.smithi138.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3512-g5ccf1c30-1jammy [38.9 kB] 2024-05-08T04:21:29.447 INFO:teuthology.orchestra.run.smithi138.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3512-g5ccf1c30-1jammy [13.6 MB] 2024-05-08T04:21:29.476 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-08T04:21:29.678 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package zip. 2024-05-08T04:21:29.704 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-08T04:21:29.762 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking zip (3.0-12build2) ... 2024-05-08T04:21:29.823 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-05-08T04:21:29.850 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:29.889 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:29.974 INFO:teuthology.orchestra.run.smithi138.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3512-g5ccf1c30-1jammy [91.2 kB] 2024-05-08T04:21:30.115 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package unzip. 2024-05-08T04:21:30.142 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-08T04:21:30.150 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-05-08T04:21:30.166 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:30.182 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:21:30.200 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:30.586 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package luarocks. 2024-05-08T04:21:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-08T04:21:30.619 INFO:teuthology.orchestra.run.smithi138.stdout:Fetched 181 MB in 18s (9,875 kB/s) 2024-05-08T04:21:30.653 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:21:30.670 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-08T04:21:30.697 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:30.736 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:30.787 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-08T04:21:30.887 INFO:teuthology.orchestra.run.smithi138.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-08T04:21:30.893 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-08T04:21:30.977 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:21:30.989 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-05-08T04:21:31.005 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:31.018 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librgw2. 2024-05-08T04:21:31.045 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../025-librgw2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:31.047 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:31.076 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:31.334 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-08T04:21:31.361 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:31.400 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:31.464 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-08T04:21:31.490 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-08T04:21:31.530 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:21:31.595 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rgw. 2024-05-08T04:21:31.611 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:31.654 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:31.687 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-08T04:21:31.703 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-08T04:21:31.737 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:21:31.875 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-08T04:21:31.901 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-08T04:21:31.941 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:21:32.040 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-05-08T04:21:32.067 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-08T04:21:32.106 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-08T04:21:32.182 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-08T04:21:32.209 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-08T04:21:32.249 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:21:32.320 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-08T04:21:32.340 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:32.378 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:32.409 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-05-08T04:21:32.425 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:32.467 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:32.552 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libradosstriper1. 2024-05-08T04:21:32.578 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:32.618 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:32.765 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-08T04:21:32.791 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:32.804 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-08T04:21:32.832 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:32.832 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-08T04:21:32.862 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:21:32.988 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-common. 2024-05-08T04:21:33.015 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:33.055 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:33.118 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-08T04:21:33.140 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-08T04:21:33.144 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-08T04:21:33.167 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-08T04:21:33.185 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:21:33.206 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:21:33.479 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-08T04:21:33.505 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-08T04:21:33.509 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-08T04:21:33.526 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-08T04:21:33.537 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:21:33.568 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:21:33.849 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package librados2. 2024-05-08T04:21:33.875 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../007-librados2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:33.897 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-05-08T04:21:33.915 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:33.923 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-08T04:21:33.963 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:21:34.274 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-05-08T04:21:34.302 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-08T04:21:34.341 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-08T04:21:34.377 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package librbd1. 2024-05-08T04:21:34.403 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../008-librbd1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:34.443 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:34.485 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-base. 2024-05-08T04:21:34.511 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:34.560 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:34.593 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-05-08T04:21:34.610 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-08T04:21:34.660 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-05-08T04:21:34.888 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libcephfs2. 2024-05-08T04:21:34.914 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:34.950 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-05-08T04:21:34.954 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:34.974 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-08T04:21:35.005 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:21:35.115 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-08T04:21:35.138 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-08T04:21:35.188 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:21:35.198 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-rados. 2024-05-08T04:21:35.225 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:35.265 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:35.392 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-05-08T04:21:35.419 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-08T04:21:35.459 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:21:35.492 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cheroot. 2024-05-08T04:21:35.519 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-08T04:21:35.561 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:21:35.567 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-08T04:21:35.593 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:35.634 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:35.842 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-05-08T04:21:35.869 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-librgw2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:35.879 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-08T04:21:35.887 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-cephfs. 2024-05-08T04:21:35.905 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-08T04:21:35.908 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:35.913 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:35.945 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:21:35.953 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:36.231 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-08T04:21:36.256 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-08T04:21:36.257 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:36.283 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-08T04:21:36.289 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:36.323 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:21:36.495 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-05-08T04:21:36.511 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:36.544 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:36.601 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-08T04:21:36.626 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-08T04:21:36.627 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-08T04:21:36.652 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-08T04:21:36.692 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:21:36.759 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:21:36.822 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-08T04:21:36.850 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-08T04:21:36.889 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:21:36.954 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempora. 2024-05-08T04:21:36.980 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-08T04:21:37.012 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-08T04:21:37.029 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-prettytable. 2024-05-08T04:21:37.044 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-08T04:21:37.078 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-08T04:21:37.192 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-05-08T04:21:37.220 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:37.258 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:37.307 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-portend. 2024-05-08T04:21:37.314 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-rbd. 2024-05-08T04:21:37.333 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-08T04:21:37.339 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:37.373 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-08T04:21:37.381 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:37.676 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-08T04:21:37.695 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-05-08T04:21:37.702 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-08T04:21:37.709 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-08T04:21:37.722 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:37.735 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-08T04:21:37.742 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-08T04:21:37.762 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:37.775 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:21:38.021 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-08T04:21:38.047 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-08T04:21:38.061 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-08T04:21:38.076 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-08T04:21:38.087 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:21:38.120 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:21:38.447 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-08T04:21:38.462 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-08T04:21:38.491 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-natsort. 2024-05-08T04:21:38.497 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:21:38.517 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-08T04:21:38.557 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-08T04:21:38.801 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package lua5.1. 2024-05-08T04:21:38.827 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-08T04:21:38.867 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:21:38.869 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-logutils. 2024-05-08T04:21:38.895 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-08T04:21:38.935 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-08T04:21:39.162 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package lua-any. 2024-05-08T04:21:39.177 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-08T04:21:39.197 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-08T04:21:39.220 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-08T04:21:39.223 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-08T04:21:39.225 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-05-08T04:21:39.253 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:39.255 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:21:39.301 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:39.447 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package zip. 2024-05-08T04:21:39.474 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-08T04:21:39.514 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking zip (3.0-12build2) ... 2024-05-08T04:21:39.550 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-mako. 2024-05-08T04:21:39.576 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-08T04:21:39.616 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:21:39.792 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package unzip. 2024-05-08T04:21:39.807 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-08T04:21:39.842 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:21:39.913 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-08T04:21:39.927 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-08T04:21:39.941 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-08T04:21:39.943 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-08T04:21:39.977 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:21:39.980 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:21:40.239 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-08T04:21:40.254 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package luarocks. 2024-05-08T04:21:40.265 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-08T04:21:40.274 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-05-08T04:21:40.281 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-08T04:21:40.302 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-08T04:21:40.305 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:21:40.321 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:21:40.341 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:21:40.617 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webob. 2024-05-08T04:21:40.644 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-08T04:21:40.662 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package librgw2. 2024-05-08T04:21:40.677 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../025-librgw2_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:40.683 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:21:40.712 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:40.847 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-08T04:21:40.874 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-08T04:21:40.969 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:21:41.019 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-waitress. 2024-05-08T04:21:41.046 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-08T04:21:41.089 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:21:41.222 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-rgw. 2024-05-08T04:21:41.239 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-08T04:21:41.245 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:41.266 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-08T04:21:41.290 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:41.312 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:21:41.381 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempita. 2024-05-08T04:21:41.407 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-08T04:21:41.447 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:21:41.592 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-08T04:21:41.608 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-08T04:21:41.625 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-08T04:21:41.650 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:21:41.652 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-08T04:21:41.692 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:21:41.708 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-paste. 2024-05-08T04:21:41.735 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-08T04:21:41.766 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:21:41.962 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-05-08T04:21:41.989 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-08T04:21:42.028 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-08T04:21:42.078 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-08T04:21:42.098 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-08T04:21:42.187 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libradosstriper1. 2024-05-08T04:21:42.213 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:42.254 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:42.272 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-05-08T04:21:42.278 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:21:42.300 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-08T04:21:42.339 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-08T04:21:42.606 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-08T04:21:42.633 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-08T04:21:42.642 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-08T04:21:42.665 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-common. 2024-05-08T04:21:42.669 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-08T04:21:42.672 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:21:42.691 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:42.709 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-08T04:21:42.731 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:42.959 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webtest. 2024-05-08T04:21:42.985 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-08T04:21:43.026 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-08T04:21:43.039 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-08T04:21:43.066 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-08T04:21:43.105 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:21:43.279 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pecan. 2024-05-08T04:21:43.305 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-08T04:21:43.337 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:21:43.476 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-05-08T04:21:43.503 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-08T04:21:43.542 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-08T04:21:43.658 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-certifi. 2024-05-08T04:21:43.685 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-08T04:21:43.725 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-08T04:21:43.862 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-05-08T04:21:43.889 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-08T04:21:43.929 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-08T04:21:44.036 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-idna. 2024-05-08T04:21:44.063 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-08T04:21:44.103 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-08T04:21:44.224 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-08T04:21:44.251 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-08T04:21:44.290 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:21:44.389 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-urllib3. 2024-05-08T04:21:44.416 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-08T04:21:44.455 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:21:44.676 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-05-08T04:21:44.703 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-08T04:21:44.770 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-base. 2024-05-08T04:21:44.775 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests. 2024-05-08T04:21:44.796 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:44.803 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-08T04:21:44.838 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:21:44.842 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:21:44.845 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:45.153 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-08T04:21:45.180 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-08T04:21:45.219 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:21:45.416 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-08T04:21:45.442 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-08T04:21:45.474 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:21:45.514 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-08T04:21:45.530 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:45.572 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:45.769 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-cheroot. 2024-05-08T04:21:45.795 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-08T04:21:45.830 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-08T04:21:45.835 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:21:45.857 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-08T04:21:45.896 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:21:45.911 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-08T04:21:45.927 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:45.961 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:46.155 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-08T04:21:46.181 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-08T04:21:46.182 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-08T04:21:46.210 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-08T04:21:46.221 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:21:46.240 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:21:46.272 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-08T04:21:46.299 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-08T04:21:46.338 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:21:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-05-08T04:21:46.524 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-08T04:21:46.529 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-08T04:21:46.540 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-08T04:21:46.568 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:21:46.582 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:21:46.667 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-openssl. 2024-05-08T04:21:46.693 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-08T04:21:46.733 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-08T04:21:46.844 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-08T04:21:46.870 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-08T04:21:46.902 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:21:46.929 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-05-08T04:21:46.956 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-08T04:21:46.999 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:21:47.078 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr. 2024-05-08T04:21:47.104 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:47.144 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:47.222 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-tempora. 2024-05-08T04:21:47.248 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-08T04:21:47.288 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-08T04:21:47.308 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-05-08T04:21:47.335 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-08T04:21:47.374 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:21:47.591 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-portend. 2024-05-08T04:21:47.614 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mon. 2024-05-08T04:21:47.617 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-08T04:21:47.629 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:47.657 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-08T04:21:47.664 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:47.677 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-05-08T04:21:47.704 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-08T04:21:47.743 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:21:47.944 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-08T04:21:47.970 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-08T04:21:48.010 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-08T04:21:48.063 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-08T04:21:48.080 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-08T04:21:48.122 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:21:48.255 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-08T04:21:48.281 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-08T04:21:48.285 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-osd. 2024-05-08T04:21:48.311 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:48.321 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:21:48.350 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:48.408 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-08T04:21:48.435 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-08T04:21:48.474 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:21:48.675 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-natsort. 2024-05-08T04:21:48.701 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-08T04:21:48.741 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-08T04:21:48.769 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-05-08T04:21:48.785 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-08T04:21:48.819 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-08T04:21:49.063 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-05-08T04:21:49.091 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-08T04:21:49.120 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-logutils. 2024-05-08T04:21:49.138 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:21:49.146 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-08T04:21:49.186 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-08T04:21:49.438 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph. 2024-05-08T04:21:49.451 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-05-08T04:21:49.453 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../066-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:49.479 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-08T04:21:49.489 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-08T04:21:49.495 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:49.515 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-08T04:21:49.518 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-08T04:21:49.555 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:21:49.815 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-fuse. 2024-05-08T04:21:49.817 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-mako. 2024-05-08T04:21:49.838 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-05-08T04:21:49.842 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:49.843 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-08T04:21:49.865 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-08T04:21:49.875 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:21:49.881 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:49.904 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-08T04:21:50.187 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-08T04:21:50.213 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-08T04:21:50.232 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-05-08T04:21:50.253 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:21:50.254 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mds. 2024-05-08T04:21:50.260 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-08T04:21:50.281 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:50.298 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:21:50.320 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:50.556 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-08T04:21:50.582 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-08T04:21:50.622 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:21:50.627 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-05-08T04:21:50.654 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-08T04:21:50.701 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:21:50.757 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package cephadm. 2024-05-08T04:21:50.784 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../069-cephadm_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:50.823 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:50.908 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-webob. 2024-05-08T04:21:50.934 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-08T04:21:50.975 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:21:51.013 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-08T04:21:51.040 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-08T04:21:51.079 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:21:51.118 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-08T04:21:51.144 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-08T04:21:51.176 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-08T04:21:51.311 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-waitress. 2024-05-08T04:21:51.338 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-08T04:21:51.381 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:21:51.504 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-08T04:21:51.519 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:21:51.553 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:21:51.583 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-08T04:21:51.599 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:51.641 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:51.672 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-tempita. 2024-05-08T04:21:51.699 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-08T04:21:51.739 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:21:51.975 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-paste. 2024-05-08T04:21:51.987 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-08T04:21:52.002 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-08T04:21:52.015 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:52.042 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:21:52.045 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:52.340 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-08T04:21:52.368 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-08T04:21:52.406 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:21:52.581 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-08T04:21:52.601 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-babel. 2024-05-08T04:21:52.607 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-08T04:21:52.628 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:21:52.639 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:21:52.667 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:21:52.751 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-05-08T04:21:52.779 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-08T04:21:52.817 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-08T04:21:52.925 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-08T04:21:52.952 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-08T04:21:52.979 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jinja2. 2024-05-08T04:21:52.992 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:21:53.005 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-08T04:21:53.045 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:21:53.096 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-05-08T04:21:53.123 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:53.162 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:53.295 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-webtest. 2024-05-08T04:21:53.322 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-08T04:21:53.362 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-08T04:21:53.382 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-08T04:21:53.409 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:53.448 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:53.566 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-05-08T04:21:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:53.632 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:53.674 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pecan. 2024-05-08T04:21:53.700 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-08T04:21:53.740 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:21:53.752 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-08T04:21:53.781 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-08T04:21:53.818 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-08T04:21:54.071 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-certifi. 2024-05-08T04:21:54.097 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-08T04:21:54.104 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-routes. 2024-05-08T04:21:54.131 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-08T04:21:54.138 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-08T04:21:54.171 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:21:54.236 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-05-08T04:21:54.263 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:54.302 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:54.433 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-idna. 2024-05-08T04:21:54.459 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-08T04:21:54.499 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-08T04:21:54.524 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-08T04:21:54.551 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:54.590 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:54.803 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-urllib3. 2024-05-08T04:21:54.829 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-08T04:21:54.870 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:21:55.157 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-requests. 2024-05-08T04:21:55.183 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-08T04:21:55.214 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:21:55.363 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-05-08T04:21:55.380 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:55.413 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:55.526 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-08T04:21:55.553 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-08T04:21:55.593 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:21:55.725 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-05-08T04:21:55.752 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:55.807 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:55.846 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-08T04:21:55.873 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-08T04:21:55.888 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-08T04:21:55.904 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:55.912 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:21:55.947 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:56.186 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-05-08T04:21:56.214 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:56.252 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:56.327 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-08T04:21:56.354 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:56.394 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:56.416 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-joblib. 2024-05-08T04:21:56.443 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-08T04:21:56.482 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:21:56.697 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-08T04:21:56.713 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-05-08T04:21:56.724 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-08T04:21:56.730 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-cephadm_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:56.763 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:56.764 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:21:56.837 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-08T04:21:56.863 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-08T04:21:56.903 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:21:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-openssl. 2024-05-08T04:21:57.093 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-08T04:21:57.100 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-08T04:21:57.127 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-08T04:21:57.133 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-08T04:21:57.166 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-08T04:21:57.189 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn. 2024-05-08T04:21:57.216 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-08T04:21:57.255 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:21:57.420 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr. 2024-05-08T04:21:57.444 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-08T04:21:57.447 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:57.460 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:21:57.479 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:57.502 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:21:57.958 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mon. 2024-05-08T04:21:57.986 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:58.024 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:58.140 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-08T04:21:58.168 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:58.292 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:58.541 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-05-08T04:21:58.569 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:21:58.595 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-osd. 2024-05-08T04:21:58.607 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:21:58.621 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:58.653 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:58.944 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-05-08T04:21:58.971 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-08T04:21:59.010 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:21:59.270 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cachetools. 2024-05-08T04:21:59.286 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-08T04:21:59.329 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-08T04:21:59.329 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-08T04:21:59.346 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:21:59.380 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:59.632 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-08T04:21:59.659 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-08T04:21:59.698 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:21:59.725 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-08T04:21:59.734 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph. 2024-05-08T04:21:59.748 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../066-ceph_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:21:59.752 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-08T04:21:59.790 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:21:59.791 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-08T04:22:00.035 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-08T04:22:00.063 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-08T04:22:00.094 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-05-08T04:22:00.102 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:00.119 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-fuse. 2024-05-08T04:22:00.121 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-08T04:22:00.146 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:00.160 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:22:00.185 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:00.413 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rsa. 2024-05-08T04:22:00.440 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-08T04:22:00.480 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-08T04:22:00.497 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-08T04:22:00.524 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:00.531 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mds. 2024-05-08T04:22:00.558 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:00.563 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:00.597 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:00.775 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-google-auth. 2024-05-08T04:22:00.802 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-08T04:22:00.842 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:00.992 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package cephadm. 2024-05-08T04:22:01.019 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../069-cephadm_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:01.059 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:01.129 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-08T04:22:01.155 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-08T04:22:01.195 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:01.354 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-08T04:22:01.381 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-08T04:22:01.420 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-08T04:22:01.506 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-websocket. 2024-05-08T04:22:01.534 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-08T04:22:01.573 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-08T04:22:01.698 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-08T04:22:01.714 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:22:01.752 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-08T04:22:01.757 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:01.768 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-08T04:22:01.802 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:22:01.885 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-08T04:22:01.912 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-08T04:22:01.960 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:02.322 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-05-08T04:22:02.349 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-08T04:22:02.388 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:22:02.624 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-08T04:22:02.652 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:02.690 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:02.751 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-08T04:22:02.778 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-08T04:22:02.817 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:22:02.938 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-babel. 2024-05-08T04:22:02.965 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-08T04:22:03.001 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-08T04:22:03.029 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-08T04:22:03.030 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:03.061 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-05-08T04:22:03.076 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:03.078 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-08T04:22:03.120 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:22:03.466 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-jinja2. 2024-05-08T04:22:03.471 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-08T04:22:03.493 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-08T04:22:03.499 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:03.529 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:03.532 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:22:03.799 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package jq. 2024-05-08T04:22:03.823 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:03.861 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-08T04:22:03.865 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:03.888 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:03.927 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:03.987 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-08T04:22:04.015 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:04.118 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package socat. 2024-05-08T04:22:04.138 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:04.145 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-08T04:22:04.193 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:04.315 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-08T04:22:04.342 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-08T04:22:04.381 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-08T04:22:04.522 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package xmlstarlet. 2024-05-08T04:22:04.537 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-08T04:22:04.580 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:04.668 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-routes. 2024-05-08T04:22:04.695 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-08T04:22:04.734 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:22:04.959 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-test. 2024-05-08T04:22:04.987 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:05.025 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:05.072 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-08T04:22:05.098 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:05.117 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-05-08T04:22:05.138 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:05.145 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-08T04:22:05.184 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-08T04:22:05.487 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-08T04:22:05.515 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-08T04:22:05.553 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:22:05.882 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-08T04:22:05.910 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-08T04:22:05.948 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-05-08T04:22:06.288 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-08T04:22:06.326 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-08T04:22:06.369 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-08T04:22:06.385 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-08T04:22:06.427 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:22:06.613 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-05-08T04:22:06.641 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-08T04:22:06.680 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:06.948 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-joblib. 2024-05-08T04:22:06.975 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-08T04:22:07.015 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:22:07.183 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-08T04:22:07.212 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-08T04:22:07.241 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:07.289 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-volume. 2024-05-08T04:22:07.317 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:07.355 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:07.369 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-08T04:22:07.396 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-08T04:22:07.435 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:22:07.544 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-05-08T04:22:07.572 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-08T04:22:07.610 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-08T04:22:07.659 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-08T04:22:07.675 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:07.717 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:07.738 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-sklearn. 2024-05-08T04:22:07.765 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-08T04:22:07.813 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:22:07.931 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-08T04:22:07.958 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-08T04:22:07.997 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:08.246 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-08T04:22:08.273 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-08T04:22:08.303 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:08.466 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-08T04:22:08.493 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:08.618 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:08.641 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-08T04:22:08.644 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-08T04:22:08.669 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-08T04:22:08.673 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:08.708 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:08.711 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:09.030 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-08T04:22:09.037 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package nvme-cli. 2024-05-08T04:22:09.059 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-08T04:22:09.065 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-08T04:22:09.095 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:09.122 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:09.434 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-08T04:22:09.462 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:09.484 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package pkg-config. 2024-05-08T04:22:09.500 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:09.512 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-08T04:22:09.530 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-cachetools. 2024-05-08T04:22:09.546 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-08T04:22:09.550 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:09.580 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-08T04:22:09.736 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-05-08T04:22:09.753 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:09.794 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:09.804 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-08T04:22:09.832 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-08T04:22:09.867 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-08T04:22:09.870 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:09.894 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-08T04:22:09.933 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:22:10.055 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-05-08T04:22:10.072 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-08T04:22:10.113 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:10.254 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-08T04:22:10.281 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-08T04:22:10.298 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-08T04:22:10.321 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:10.326 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-08T04:22:10.365 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:10.492 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-05-08T04:22:10.520 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-08T04:22:10.566 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:10.658 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-rsa. 2024-05-08T04:22:10.668 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastescript. 2024-05-08T04:22:10.685 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-08T04:22:10.695 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-08T04:22:10.724 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-08T04:22:10.734 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:10.963 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-05-08T04:22:10.991 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:11.020 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-google-auth. 2024-05-08T04:22:11.037 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:11.046 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pluggy. 2024-05-08T04:22:11.047 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-08T04:22:11.074 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-08T04:22:11.086 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:11.113 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:11.407 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-08T04:22:11.434 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-08T04:22:11.474 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:11.508 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-psutil. 2024-05-08T04:22:11.536 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-08T04:22:11.582 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:11.761 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-websocket. 2024-05-08T04:22:11.788 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-08T04:22:11.827 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-08T04:22:11.952 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-py. 2024-05-08T04:22:11.980 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-08T04:22:12.019 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-08T04:22:12.132 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-08T04:22:12.158 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-08T04:22:12.198 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:12.373 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pygments. 2024-05-08T04:22:12.401 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-08T04:22:12.439 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:12.837 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-08T04:22:12.854 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:12.893 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-08T04:22:12.895 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:12.921 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-08T04:22:12.960 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:13.313 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-toml. 2024-05-08T04:22:13.333 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-05-08T04:22:13.341 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-08T04:22:13.349 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-08T04:22:13.350 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:13.377 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-08T04:22:13.383 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:13.387 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-08T04:22:13.407 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:13.687 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-08T04:22:13.704 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:13.745 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:13.766 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pytest. 2024-05-08T04:22:13.769 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-08T04:22:13.794 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-08T04:22:13.797 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:13.835 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:13.840 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:14.090 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-08T04:22:14.105 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package jq. 2024-05-08T04:22:14.118 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-08T04:22:14.121 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-08T04:22:14.148 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:14.155 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:14.211 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplejson. 2024-05-08T04:22:14.239 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-08T04:22:14.286 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:14.409 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package socat. 2024-05-08T04:22:14.424 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-08T04:22:14.467 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:14.469 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-08T04:22:14.497 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-08T04:22:14.536 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:14.563 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-08T04:22:14.580 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-08T04:22:14.622 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:14.771 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package xmlstarlet. 2024-05-08T04:22:14.786 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-08T04:22:14.829 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:14.907 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-05-08T04:22:14.934 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-08T04:22:14.973 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:15.159 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-test. 2024-05-08T04:22:15.175 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:15.217 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:15.403 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-05-08T04:22:15.418 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package radosgw. 2024-05-08T04:22:15.431 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-08T04:22:15.446 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../116-radosgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:15.470 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:15.492 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:15.722 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-08T04:22:15.739 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-08T04:22:15.772 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:16.209 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-08T04:22:16.237 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-08T04:22:16.276 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:16.421 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package rbd-fuse. 2024-05-08T04:22:16.437 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:16.487 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:16.536 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-05-08T04:22:16.553 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-08T04:22:16.586 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:16.817 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:16.882 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-05-08T04:22:16.910 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-08T04:22:16.948 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:17.084 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:22:17.252 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:17.278 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-05-08T04:22:17.306 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-08T04:22:17.351 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:17.506 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package ceph-volume. 2024-05-08T04:22:17.533 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3512-g5ccf1c30-1jammy_all.deb ... 2024-05-08T04:22:17.537 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-08T04:22:17.572 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:17.706 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-05-08T04:22:17.732 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-08T04:22:17.778 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-08T04:22:17.866 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-08T04:22:17.894 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-08T04:22:17.921 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:17.960 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:18.099 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-05-08T04:22:18.127 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-08T04:22:18.165 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:18.279 INFO:teuthology.orchestra.run.smithi204.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-08T04:22:18.297 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-08T04:22:18.324 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-08T04:22:18.354 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:18.363 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:18.594 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-08T04:22:18.619 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-08T04:22:18.652 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:18.660 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-08T04:22:18.688 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-08T04:22:18.719 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:18.930 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user cephadm....done 2024-05-08T04:22:18.938 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-05-08T04:22:18.967 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-08T04:22:19.005 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-08T04:22:19.090 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package nvme-cli. 2024-05-08T04:22:19.094 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:22:19.117 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-08T04:22:19.157 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:19.308 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-05-08T04:22:19.336 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-08T04:22:19.374 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:19.379 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:22:19.596 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package pkg-config. 2024-05-08T04:22:19.624 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-08T04:22:19.662 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:19.663 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:19.678 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-05-08T04:22:19.706 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-08T04:22:19.744 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:19.773 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:22:19.916 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-08T04:22:19.932 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-08T04:22:19.974 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:19.989 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-08T04:22:20.017 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-08T04:22:20.040 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-08T04:22:20.055 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:20.300 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:22:20.378 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-08T04:22:20.406 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-08T04:22:20.426 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-08T04:22:20.444 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:20.748 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pastescript. 2024-05-08T04:22:20.753 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:22:20.775 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-08T04:22:20.793 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-05-08T04:22:20.814 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:20.821 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-radosgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:20.859 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:21.122 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-08T04:22:21.135 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pluggy. 2024-05-08T04:22:21.163 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-08T04:22:21.227 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:21.364 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-08T04:22:21.488 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-psutil. 2024-05-08T04:22:21.504 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-08T04:22:21.538 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:21.632 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:22:21.770 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-05-08T04:22:21.788 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:21.828 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:21.867 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-py. 2024-05-08T04:22:21.875 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:22:21.894 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-08T04:22:21.933 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-08T04:22:22.133 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:22.135 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:22.262 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pygments. 2024-05-08T04:22:22.290 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-08T04:22:22.329 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:22.420 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:22:22.427 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:22:22.679 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:22.760 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:22.800 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-08T04:22:22.828 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-08T04:22:22.867 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:22.955 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:22:23.030 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-08T04:22:23.073 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:23.178 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-toml. 2024-05-08T04:22:23.199 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:22:23.206 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-08T04:22:23.245 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-08T04:22:23.325 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:22:23.363 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-08T04:22:23.531 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-pytest. 2024-05-08T04:22:23.559 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-08T04:22:23.598 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:23.745 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:22:23.783 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-08T04:22:23.853 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:23.919 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package python3-simplejson. 2024-05-08T04:22:23.946 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-08T04:22:23.977 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:24.222 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-08T04:22:24.238 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-08T04:22:24.272 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:24.336 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-08T04:22:24.363 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-05-08T04:22:24.375 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-08T04:22:24.438 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:22:24.520 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:22:24.564 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:24.829 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:22:24.924 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:24.993 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package radosgw. 2024-05-08T04:22:25.021 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../116-radosgw_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:25.050 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-08T04:22:25.059 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:25.080 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:25.223 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:22:25.326 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:22:25.483 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-08T04:22:25.611 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:25.750 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:22:25.880 INFO:teuthology.orchestra.run.smithi138.stdout:Selecting previously unselected package rbd-fuse. 2024-05-08T04:22:25.886 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-08T04:22:25.908 INFO:teuthology.orchestra.run.smithi138.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3512-g5ccf1c30-1jammy_amd64.deb ... 2024-05-08T04:22:25.921 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up zip (3.0-12build2) ... 2024-05-08T04:22:25.946 INFO:teuthology.orchestra.run.smithi138.stdout:Unpacking rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:26.030 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:26.214 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:22:26.243 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-08T04:22:26.494 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-08T04:22:26.564 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-08T04:22:26.612 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-08T04:22:26.716 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:22:26.832 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-08T04:22:26.851 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-08T04:22:26.983 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:22:27.091 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:22:27.159 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:27.162 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-08T04:22:27.311 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:22:27.351 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:22:27.561 INFO:teuthology.orchestra.run.smithi138.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-08T04:22:27.611 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:27.622 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:27.628 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-08T04:22:27.970 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:22:28.021 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-08T04:22:28.131 INFO:teuthology.orchestra.run.smithi138.stdout:Adding system user cephadm....done 2024-05-08T04:22:28.204 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:28.256 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:22:28.288 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-08T04:22:28.547 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:22:28.625 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:22:28.673 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:28.715 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-08T04:22:28.824 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:22:28.943 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:22:28.950 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:22:28.976 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-08T04:22:29.103 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-08T04:22:29.210 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:22:29.346 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-08T04:22:29.445 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:22:29.583 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-08T04:22:29.589 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-08T04:22:29.615 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-08T04:22:29.671 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:22:29.698 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-08T04:22:29.712 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:29.789 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:29.822 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:30.000 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-08T04:22:30.106 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-idna (3.3-1) ... 2024-05-08T04:22:30.181 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:30.283 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-08T04:22:30.362 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-08T04:22:30.416 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:22:30.533 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:22:30.612 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-08T04:22:30.827 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:30.872 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-08T04:22:31.107 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-08T04:22:31.136 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-05-08T04:22:31.237 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:31.358 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-08T04:22:31.589 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:31.635 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-08T04:22:31.840 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:31.886 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-ceph-argparse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:31.947 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:22:31.975 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-08T04:22:32.199 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:22:32.251 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:22:32.324 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:32.329 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-08T04:22:32.377 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:32.430 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-08T04:22:32.450 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:22:32.512 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:22:32.540 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-08T04:22:32.666 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-08T04:22:32.751 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-08T04:22:32.805 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:32.926 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-08T04:22:33.048 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-08T04:22:33.145 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-08T04:22:33.299 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:33.314 INFO:teuthology.orchestra.run.smithi138.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-08T04:22:33.342 INFO:teuthology.orchestra.run.smithi138.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-08T04:22:33.395 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:22:33.404 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-08T04:22:33.433 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:22:33.523 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-08T04:22:33.776 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:22:33.780 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:22:33.890 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:34.017 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-08T04:22:34.046 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-08T04:22:34.065 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:22:34.306 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-08T04:22:34.318 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-08T04:22:34.416 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:22:34.557 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:22:34.603 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-08T04:22:34.667 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:34.802 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:34.816 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-08T04:22:34.921 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up zip (3.0-12build2) ... 2024-05-08T04:22:35.047 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-08T04:22:35.101 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:22:35.103 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1) ... 2024-05-08T04:22:35.252 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-08T04:22:35.413 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:22:35.553 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:35.672 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:22:35.682 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-08T04:22:35.948 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:22:35.951 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-08T04:22:36.077 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-08T04:22:36.203 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-08T04:22:36.257 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:22:36.488 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-08T04:22:36.517 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:22:36.585 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:36.643 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:36.769 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:36.828 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:36.867 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-08T04:22:36.889 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-08T04:22:36.937 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-08T04:22:37.112 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:37.124 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-08T04:22:37.205 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:22:37.222 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:37.323 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:37.424 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:22:37.501 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-08T04:22:37.615 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:22:37.700 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:37.803 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-08T04:22:37.875 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-08T04:22:37.960 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-08T04:22:38.001 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-08T04:22:38.129 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-08T04:22:38.227 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:38.268 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:38.328 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:22:38.364 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-08T04:22:38.420 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:22:38.490 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:38.622 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:22:38.754 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:38.775 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-idna (3.3-1) ... 2024-05-08T04:22:38.873 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-08T04:22:39.064 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:22:39.140 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-08T04:22:39.143 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-08T04:22:39.357 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:39.383 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:22:39.517 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-08T04:22:39.634 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-08T04:22:39.809 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-08T04:22:39.911 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:22:40.020 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-08T04:22:40.086 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:40.288 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:40.316 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-08T04:22:40.414 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:22:40.464 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:22:40.577 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:40.706 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:22:40.711 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-08T04:22:40.866 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:40.988 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-08T04:22:40.999 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:22:41.114 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-08T04:22:41.168 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:22:41.224 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-08T04:22:41.275 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:22:41.401 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:41.500 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-08T04:22:41.529 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:22:41.535 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:41.634 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-08T04:22:41.672 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:41.768 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-08T04:22:41.798 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:41.879 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:41.924 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:22:42.005 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:42.020 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:42.121 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-08T04:22:42.302 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:42.406 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-08T04:22:42.431 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:22:42.453 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:42.604 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:42.649 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-08T04:22:42.674 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-08T04:22:42.800 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-08T04:22:42.906 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:42.933 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-08T04:22:43.032 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:43.068 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:43.158 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:43.210 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-08T04:22:43.370 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:43.370 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:43.427 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:22:43.453 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-08T04:22:43.721 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-08T04:22:43.745 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:43.818 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:43.822 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-08T04:22:43.952 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:44.038 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:22:44.087 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:44.098 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-08T04:22:44.225 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-08T04:22:44.238 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:44.322 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:44.448 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-08T04:22:44.527 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-08T04:22:44.716 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-08T04:22:44.845 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-08T04:22:44.984 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:45.112 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-08T04:22:45.238 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-08T04:22:45.320 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:22:45.356 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-08T04:22:45.427 INFO:teuthology.orchestra.run.smithi138.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-08T04:22:45.434 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:45.560 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:45.675 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-08T04:22:45.686 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:45.689 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:45.802 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-08T04:22:45.812 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:45.947 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:46.015 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:22:46.187 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-08T04:22:46.360 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:22:46.465 INFO:teuthology.orchestra.run.smithi204.stdout:Adding group ceph....done 2024-05-08T04:22:46.471 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-08T04:22:46.486 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:46.589 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-08T04:22:46.612 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:46.738 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:22:46.766 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user ceph....done 2024-05-08T04:22:46.840 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-08T04:22:46.944 INFO:teuthology.orchestra.run.smithi204.stdout:Setting system user ceph properties....done 2024-05-08T04:22:46.963 INFO:teuthology.orchestra.run.smithi204.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-08T04:22:46.966 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-08T04:22:47.074 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.096 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-08T04:22:47.175 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.276 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:47.293 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-08T04:22:47.383 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-08T04:22:47.553 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.595 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-08T04:22:47.654 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.755 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.807 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.846 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-08T04:22:47.934 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:47.973 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:47.974 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:47.989 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-08T04:22:48.265 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-08T04:22:48.399 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:48.400 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:48.414 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:48.533 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-08T04:22:48.549 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:48.650 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:48.751 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:48.844 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:48.870 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-08T04:22:49.161 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-08T04:22:49.239 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-08T04:22:49.508 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-08T04:22:49.587 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:49.879 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-08T04:22:49.954 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:49.972 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:49.972 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:50.012 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up librados2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.080 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.138 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.206 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.265 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-08T04:22:50.357 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.459 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.475 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.585 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libcephfs2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.690 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:50.690 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:50.711 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libradosstriper1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:50.837 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-08T04:22:50.977 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-05-08T04:22:51.122 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up librbd1 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:51.167 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:51.248 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr-modules-core (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:51.362 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-05-08T04:22:51.374 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:51.471 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:22:51.471 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:22:51.530 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-05-08T04:22:51.546 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-08T04:22:51.586 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:51.586 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-08T04:22:51.695 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-08T04:22:51.973 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-08T04:22:51.986 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.044 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up libcephfs-dev (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.087 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.179 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-rados (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.222 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.313 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up librgw2 (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.435 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.449 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:22:52.449 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:22:52.561 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:52.790 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-08T04:22:52.923 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:53.023 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:53.023 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:53.074 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:53.200 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:53.359 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:53.471 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:53.729 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-08T04:22:53.829 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-08T04:22:53.831 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-08T04:22:53.974 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-08T04:22:54.045 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-rbd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.171 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up rbd-fuse (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.290 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.306 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-rgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.407 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up python3-cephfs (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.533 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-common (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:54.553 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:54.553 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:55.042 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:55.043 INFO:teuthology.orchestra.run.smithi138.stdout:Adding group ceph....done 2024-05-08T04:22:55.232 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:55.232 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:55.379 INFO:teuthology.orchestra.run.smithi138.stdout:Adding system user ceph....done 2024-05-08T04:22:55.548 INFO:teuthology.orchestra.run.smithi138.stdout:Setting system user ceph properties....done 2024-05-08T04:22:55.568 INFO:teuthology.orchestra.run.smithi138.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-08T04:22:55.676 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:55.706 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-08T04:22:55.965 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:22:55.965 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:22:56.002 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-08T04:22:56.167 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-08T04:22:56.445 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:56.462 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-test (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:56.571 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:56.587 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up radosgw (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:56.722 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:56.938 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:22:56.938 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:22:57.063 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:57.063 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-08T04:22:57.222 INFO:teuthology.orchestra.run.smithi204.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-08T04:22:57.228 DEBUG:teuthology.parallel:result is None 2024-05-08T04:22:57.406 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:57.531 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-base (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:57.557 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:57.675 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:57.818 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:57.866 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-08T04:22:58.171 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-08T04:22:58.272 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-08T04:22:58.350 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mds (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:58.423 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-08T04:22:58.567 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:58.567 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-08T04:22:59.021 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:59.214 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:59.214 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-08T04:22:59.847 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-osd (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:22:59.863 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-08T04:23:00.135 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:23:00.135 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-08T04:23:00.505 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-08T04:23:00.510 DEBUG:teuthology.parallel:result is None 2024-05-08T04:23:00.647 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:00.879 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:01.073 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mon (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:01.338 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:23:01.338 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-08T04:23:01.797 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr-cephadm (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:01.940 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:02.083 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-mgr-dashboard (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:02.234 INFO:teuthology.orchestra.run.smithi138.stdout:Setting up ceph-volume (19.0.0-3512-g5ccf1c30-1jammy) ... 2024-05-08T04:23:02.605 INFO:teuthology.orchestra.run.smithi138.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-08T04:23:02.697 INFO:teuthology.orchestra.run.smithi138.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-08T04:23:02.842 INFO:teuthology.orchestra.run.smithi138.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-08T04:23:03.576 INFO:teuthology.orchestra.run.smithi138.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-08T04:23:04.248 INFO:teuthology.orchestra.run.smithi138.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-08T04:23:04.253 DEBUG:teuthology.parallel:result is None 2024-05-08T04:23:04.254 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:04.482 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-05-08T04:23:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.503 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.503 INFO:teuthology.task.install:The correct ceph version 19.0.0-3512-g5ccf1c30-1jammy is installed. 2024-05-08T04:23:04.505 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:04.646 DEBUG:teuthology.orchestra.run.smithi138:> dpkg-query -W -f '${Version}' ceph 2024-05-08T04:23:04.666 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.666 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.666 INFO:teuthology.task.install:The correct ceph version 19.0.0-3512-g5ccf1c30-1jammy is installed. 2024-05-08T04:23:04.668 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:04.803 DEBUG:teuthology.orchestra.run.smithi204:> dpkg-query -W -f '${Version}' ceph 2024-05-08T04:23:04.822 INFO:teuthology.orchestra.run.smithi204.stdout:19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.822 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3512-g5ccf1c30-1jammy 2024-05-08T04:23:04.822 INFO:teuthology.task.install:The correct ceph version 19.0.0-3512-g5ccf1c30-1jammy is installed. 2024-05-08T04:23:04.824 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-08T04:23:04.824 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:23:04.825 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T04:23:04.839 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:23:04.839 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T04:23:04.854 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:23:04.854 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T04:23:04.878 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-08T04:23:04.878 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:23:04.879 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T04:23:04.893 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T04:23:04.949 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:23:04.949 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T04:23:04.962 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T04:23:05.017 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:23:05.017 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T04:23:05.031 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T04:23:05.085 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-08T04:23:05.085 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:23:05.085 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T04:23:05.098 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T04:23:05.153 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:23:05.153 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T04:23:05.166 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T04:23:05.221 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:23:05.221 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T04:23:05.235 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T04:23:05.290 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-08T04:23:05.290 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:23:05.290 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T04:23:05.303 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T04:23:05.357 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:23:05.357 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T04:23:05.370 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T04:23:05.425 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:23:05.425 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T04:23:05.439 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T04:23:05.493 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T04:23:05.608 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '5ccf1c30cf724d5371f55439b3b3a90cb994fae2'} 2024-05-08T04:23:05.608 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:05.609 INFO:tasks.cephadm:Cluster fsid is aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:23:05.609 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T04:23:05.609 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.138', 'mon.c': '172.21.15.204'} 2024-05-08T04:23:05.610 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-05-08T04:23:05.610 INFO:tasks.cephadm:First mgr is a 2024-05-08T04:23:05.610 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T04:23:05.610 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-05-08T04:23:05.625 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-05-08T04:23:05.639 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-05-08T04:23:05.654 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T04:23:05.654 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:05.794 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5ccf1c30cf724d5371f55439b3b3a90cb994fae2', '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/79142/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3512-g5ccf1c30', 'node_name': '172.21.2.11+braggi11', '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-3512-g5ccf1c30-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-06 19:38:26.476602', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-kefu-testing-2024-05-06', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-08T04:23:06.018 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-kefu-testing-2024-05-06, sha1 5ccf1c30cf724d5371f55439b3b3a90cb994fae2 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:23:06.019 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-08T04:23:06.020 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:06.524 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790188 May 8 04:23 /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:06.524 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.002 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790188 May 8 04:23 /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.002 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-kefu-testing-2024-05-06/5ccf1c30cf724d5371f55439b3b3a90cb994fae2/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.489 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790188 May 8 04:23 /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.490 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.497 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.505 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T04:23:07.524 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 on all hosts... 2024-05-08T04:23:07.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 pull 2024-05-08T04:23:07.542 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 pull 2024-05-08T04:23:07.550 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 pull 2024-05-08T04:23:07.713 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2... 2024-05-08T04:23:07.715 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2... 2024-05-08T04:23:07.721 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2... 2024-05-08T04:24:10.565 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-05-08T04:24:10.565 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev)", 2024-05-08T04:24:10.565 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "521ad371f18d98c4255f5d7c03452678a4ff9c000eb0d9f42a025240dc410e57", 2024-05-08T04:24:10.566 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-05-08T04:24:10.566 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5fd90d22cfb9bc200a5f63e071071b1cec9420f2e67b980a6d66ccd50b850882" 2024-05-08T04:24:10.566 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-05-08T04:24:10.566 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-05-08T04:24:14.701 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev)", 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "521ad371f18d98c4255f5d7c03452678a4ff9c000eb0d9f42a025240dc410e57", 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5fd90d22cfb9bc200a5f63e071071b1cec9420f2e67b980a6d66ccd50b850882" 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2024-05-08T04:24:14.702 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev)", 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "521ad371f18d98c4255f5d7c03452678a4ff9c000eb0d9f42a025240dc410e57", 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:5fd90d22cfb9bc200a5f63e071071b1cec9420f2e67b980a6d66ccd50b850882" 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-05-08T04:24:20.765 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-05-08T04:24:20.813 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-05-08T04:24:20.828 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-05-08T04:24:20.842 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-05-08T04:24:20.856 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-05-08T04:24:20.886 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-05-08T04:24:20.899 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-05-08T04:24:20.911 INFO:tasks.cephadm:Writing seed config... 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-08T04:24:20.913 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-08T04:24:20.914 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:24:20.914 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-08T04:24:20.933 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 = aaa15938-0cf2-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-08T04:24:20.933 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service 2024-05-08T04:24:20.978 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a.service 2024-05-08T04:24:21.022 INFO:tasks.cephadm:Bootstrapping... 2024-05-08T04:24:21.022 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 -v bootstrap --fsid aaa15938-0cf2-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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:24:21.236 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-05-08T04:24:21.236 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2', '-v', 'bootstrap', '--fsid', 'aaa15938-0cf2-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.16', '--skip-admin-label'] 2024-05-08T04:24:21.236 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-08T04:24:21.237 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-05-08T04:24:21.237 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-05-08T04:24:21.237 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-05-08T04:24:21.242 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-08T04:24:21.242 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-08T04:24:21.246 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-08T04:24:21.247 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.251 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-08T04:24:21.251 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-08T04:24:21.255 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-08T04:24:21.255 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.259 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-08T04:24:21.259 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-05-08T04:24:21.263 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-08T04:24:21.263 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.267 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-08T04:24:21.267 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-08T04:24:21.271 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-08T04:24:21.271 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.275 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-05-08T04:24:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-05-08T04:24:21.284 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-08T04:24:21.284 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-08T04:24:21.287 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-08T04:24:21.287 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.291 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-08T04:24:21.291 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-08T04:24:21.294 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-08T04:24:21.294 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.298 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-08T04:24:21.298 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-05-08T04:24:21.302 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-08T04:24:21.302 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.305 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-08T04:24:21.306 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-08T04:24:21.309 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-08T04:24:21.309 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-08T04:24:21.313 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-05-08T04:24:21.317 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-05-08T04:24:21.317 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 140414280692640 on /run/cephadm/aaa15938-0cf2-11ef-bc97-c7b262605968.lock 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 140414280692640 acquired on /run/cephadm/aaa15938-0cf2-11ef-bc97-c7b262605968.lock 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-05-08T04:24:21.318 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-05-08T04:24:21.320 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-08T04:24:21.321 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-08T04:24:21.321 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-05-08T04:24:21.323 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-08T04:24:21.323 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-08T04:24:21.323 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-05-08T04:24:21.325 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-08T04:24:21.325 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-08T04:24:21.326 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-08T04:24:21.327 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2... 2024-05-08T04:24:21.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout 5ccf1c30cf724d5371f55439b3b3a90cb994fae2: Pulling from ceph-ci/ceph 2024-05-08T04:24:21.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:5fd90d22cfb9bc200a5f63e071071b1cec9420f2e67b980a6d66ccd50b850882 2024-05-08T04:24:21.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:24:21.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 2024-05-08T04:24:22.918 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev) 2024-05-08T04:24:22.918 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev) 2024-05-08T04:24:22.918 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-05-08T04:24:24.105 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-05-08T04:24:24.106 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-05-08T04:24:25.376 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQB4/jpmTb84MRAAeOSy3UmhPuh0vTjTWhwMWw== 2024-05-08T04:24:26.555 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQB6/jpm07FCAhAA9hmoH3O1l/6dxix5I7ZdSw== 2024-05-08T04:24:27.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQB7/jpmOyH3ERAAZL5/XtZAho2Mg0XXwPcwRQ== 2024-05-08T04:24:27.778 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-05-08T04:24:29.141 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-08T04:24:29.141 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:24:29.142 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-05-08T04:24:30.399 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.891+0000 7fa6e6da3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-08T04:24:30.489 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.891+0000 7fa6e6da3c80 1 imported monmap: 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.891+0000 7fa6e6da3c80 0 /usr/bin/ceph-mon: set fsid to aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.490 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Git sha 0 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Compile date 2024-05-06 22:34:12 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: DB SUMMARY 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: DB Session ID: V14XF1OM7LUVRESU89U6 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.error_if_exists: 0 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.create_if_missing: 1 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-08T04:24:30.491 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.env: 0x5639a860ecc0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.info_log: 0x5639a9cdd040 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.statistics: (nil) 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.use_fsync: 0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-08T04:24:30.492 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.db_log_dir: 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.wal_dir: 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-08T04:24:30.493 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.write_buffer_manager: 0x5639a9cacaa0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.unordered_write: 0 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-08T04:24:30.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.row_cache: None 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.wal_filter: None 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.two_write_queues: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.wal_compression: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.atomic_flush: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-08T04:24:30.495 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-08T04:24:30.496 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_open_files: -1 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Compression algorithms supported: 2024-05-08T04:24:30.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kZSTD supported: 0 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kXpressCompression supported: 0 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kZlibCompression supported: 1 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.498 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.merge_operator: 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_filter: None 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5639a9cdd200) 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-08T04:24:30.499 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5639a9cdf1f0 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-08T04:24:30.500 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-08T04:24:30.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression: NoCompression 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.num_levels: 7 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-08T04:24:30.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:24:30.503 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-08T04:24:30.504 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-08T04:24:30.505 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.bloom_locality: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-08T04:24:30.506 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.ttl: 2592000 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enable_blob_files: false 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.min_blob_size: 0 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-08T04:24:30.507 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 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-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 844cf220-0b9d-4774-8441-30105bbd56cd 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.895+0000 7fa6e6da3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6e6da3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5639a9dd6000 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6e6da3c80 4 rocksdb: DB pointer 0x5639a9dc6000 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6d6f02700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-08T04:24:30.508 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6d6f02700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.509 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-08T04:24:30.510 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.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-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5639a9cdf1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6e6da3c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6e6da3c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-08T04:24:29.899+0000 7fa6e6da3c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-08T04:24:30.511 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-05-08T04:24:30.628 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-08T04:24:30.810 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-08T04:24:31.023 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target. 2024-05-08T04:24:31.023 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target. 2024-05-08T04:24:31.301 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a 2024-05-08T04:24:31.301 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-08T04:24:31.485 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target.wants/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@.service. 2024-05-08T04:24:31.495 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-08T04:24:31.495 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-05-08T04:24:31.495 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-05-08T04:24:31.495 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-05-08T04:24:32.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:32 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.686217+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-08T04:24:33.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-05-08T04:24:33.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:33.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-08T04:24:33.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:33.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.234731s) 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-08T04:24:33.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-05-08T04:24:33.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:33.587 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-05-08T04:24:33.587 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-05-08T04:24:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710135+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-08T04:24:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710135+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-08T04:24:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710321+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-08T04:24:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710321+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710334+0000 mon.a (mon.0) 4 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710334+0000 mon.a (mon.0) 4 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710342+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710342+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710350+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710350+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710359+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710359+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710366+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710366+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710374+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.710374+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.712747+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.712747+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-08T04:24:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.715138+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-08T04:24:33.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.715138+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-08T04:24:33.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.715594+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-08T04:24:33.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: cluster 2024-05-08T04:24:32.715594+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-08T04:24:33.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: audit 2024-05-08T04:24:32.944774+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/361954194' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-08T04:24:33.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:33 smithi016 bash[21006]: audit 2024-05-08T04:24:32.944774+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/361954194' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-08T04:24:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:34 smithi016 bash[21006]: audit 2024-05-08T04:24:34.566965+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/143477403' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-08T04:24:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:34 smithi016 bash[21006]: audit 2024-05-08T04:24:34.566965+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/143477403' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-08T04:24:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:34 smithi016 bash[21006]: audit 2024-05-08T04:24:34.570537+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/143477403' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-08T04:24:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:34 smithi016 bash[21006]: audit 2024-05-08T04:24:34.570537+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/143477403' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-08T04:24:35.104 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-08T04:24:35.105 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:35.106 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-05-08T04:24:35.106 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-08T04:24:35.106 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-08T04:24:35.106 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-05-08T04:24:36.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:36 smithi016 bash[21006]: audit 2024-05-08T04:24:36.077233+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/649982529' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:24:36.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:36 smithi016 bash[21006]: audit 2024-05-08T04:24:36.077233+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/649982529' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:24:36.600 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-05-08T04:24:36.922 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:36 smithi016 systemd[1]: Stopping Ceph mon.a for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:24:36.922 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:36 smithi016 bash[21006]: debug 2024-05-08T04:24:36.730+0000 7f7471367700 -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-08T04:24:36.922 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:36 smithi016 bash[21006]: debug 2024-05-08T04:24:36.730+0000 7f7471367700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-08T04:24:37.352 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-08T04:24:37.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:37 smithi016 bash[21392]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-mon-a 2024-05-08T04:24:37.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:37 smithi016 bash[21454]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-mon-a 2024-05-08T04:24:37.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:37 smithi016 systemd[1]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-08T04:24:37.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:37 smithi016 systemd[1]: Stopped Ceph mon.a for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:24:37.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:37 smithi016 systemd[1]: Started Ceph mon.a for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.390+0000 7f0474388c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.390+0000 7f0474388c80 0 ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev), process ceph-mon, pid 7 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.390+0000 7f0474388c80 0 pidfile_write: ignore empty --pid-file 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 0 load: jerasure load: lrc 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-08T04:24:38.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Git sha 0 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Compile date 2024-05-06 22:34:12 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: DB SUMMARY 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: DB Session ID: P559VNB9Z09MS2V7LLFY 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: CURRENT file: CURRENT 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-08T04:24:38.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88533 ; 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.error_if_exists: 0 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.create_if_missing: 0 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.env: 0x55c4de917cc0 2024-05-08T04:24:38.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.info_log: 0x55c4e0f59de0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.statistics: (nil) 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.use_fsync: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-08T04:24:38.712 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.db_log_dir: 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.wal_dir: 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.write_buffer_manager: 0x55c4e0f2b0e0 2024-05-08T04:24:38.713 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-08T04:24:38.714 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-08T04:24:38.714 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-08T04:24:38.714 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-08T04:24:38.714 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-08T04:24:38.714 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-08T04:24:38.715 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.unordered_write: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.row_cache: None 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.wal_filter: None 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.two_write_queues: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.wal_compression: 0 2024-05-08T04:24:38.716 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.atomic_flush: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-08T04:24:38.717 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-08T04:24:38.718 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_open_files: -1 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-08T04:24:38.719 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Compression algorithms supported: 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kZSTD supported: 0 2024-05-08T04:24:38.720 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kXpressCompression supported: 0 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kZlibCompression supported: 1 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-08T04:24:38.721 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-08T04:24:38.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-08T04:24:38.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-08T04:24:38.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-08T04:24:38.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.merge_operator: 2024-05-08T04:24:38.722 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_filter: None 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4e0f59fa0) 2024-05-08T04:24:38.723 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cache_index_and_filter_blocks: 1 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: pin_top_level_index_and_filter: 1 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: index_type: 0 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: data_block_index_type: 0 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: index_shortening: 1 2024-05-08T04:24:38.724 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: data_block_hash_table_util_ratio: 0.750000 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: checksum: 4 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: no_block_cache: 0 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_cache: 0x55c4e0f5b1f0 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_cache_name: BinnedLRUCache 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_cache_options: 2024-05-08T04:24:38.725 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: capacity : 536870912 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: num_shard_bits : 4 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: strict_capacity_limit : 0 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: high_pri_pool_ratio: 0.000 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_cache_compressed: (nil) 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: persistent_cache: (nil) 2024-05-08T04:24:38.726 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_size: 4096 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_size_deviation: 10 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_restart_interval: 16 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: index_block_restart_interval: 1 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: metadata_block_size: 4096 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: partition_filters: 0 2024-05-08T04:24:38.727 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: use_delta_encoding: 1 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: filter_policy: bloomfilter 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: whole_key_filtering: 1 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: verify_compression: 0 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: read_amp_bytes_per_bit: 0 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: format_version: 5 2024-05-08T04:24:38.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: enable_index_compression: 1 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: block_align: 0 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: max_auto_readahead_size: 262144 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: prepopulate_block_cache: 0 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: initial_auto_readahead_size: 8192 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: num_file_reads_for_auto_readahead: 2 2024-05-08T04:24:38.729 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression: NoCompression 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-08T04:24:38.730 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.num_levels: 7 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-08T04:24:38.731 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-08T04:24:38.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-08T04:24:38.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:24:38.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-08T04:24:38.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-08T04:24:38.732 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:24:38.733 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:24:38.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-08T04:24:38.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-08T04:24:38.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:24:38.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-08T04:24:38.734 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-08T04:24:38.735 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-08T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-08T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-08T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-08T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-08T04:24:38.736 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-08T04:24:38.737 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-08T04:24:38.739 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-08T04:24:38.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.bloom_locality: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-08T04:24:38.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.ttl: 2592000 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enable_blob_files: false 2024-05-08T04:24:38.742 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.min_blob_size: 0 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-08T04:24:38.743 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.394+0000 7f0474388c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 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-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 844cf220-0b9d-4774-8441-30105bbd56cd 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142278402135, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142278403370, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85272, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83419, "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": 77631, "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": 1715142278, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "844cf220-0b9d-4774-8441-30105bbd56cd", "db_session_id": "P559VNB9Z09MS2V7LLFY", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142278403485, "job": 1, "event": "recovery_finished"} 2024-05-08T04:24:38.744 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 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-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c4e107c000 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0474388c80 4 rocksdb: DB pointer 0x55c4e1068000 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0462adf700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.398+0000 7f0462adf700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: ** DB Stats ** 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:24:38.745 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: ** Compaction Stats [default] ** 2024-05-08T04:24:38.746 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: L0 2/0 85.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Sum 2/0 85.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: ** Compaction Stats [default] ** 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-08T04:24:38.747 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 111.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: AddFile(Total Files): cumulative 0, interval 0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: AddFile(Keys): cumulative 0, interval 0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Cumulative compaction: 0.00 GB write, 18.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Interval compaction: 0.00 GB write, 18.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: Block cache BinnedLRUCache@0x55c4e0f5b1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-08T04:24:38.748 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: ** File Read Latency Histogram By Level [default] ** 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 1 mon.a@-1(???) e1 preinit fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).mds e1 new map 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).mds e1 print_map 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: e1 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 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-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: legacy client fscid: -1 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: No filesystems configured 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:24:38.749 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: debug 2024-05-08T04:24:38.402+0000 7f0474388c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434410+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434410+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434468+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434468+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434478+0000 mon.a (mon.0) 3 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434478+0000 mon.a (mon.0) 3 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434498+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434498+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434507+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434507+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:24:38.750 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434515+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434515+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434524+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434524+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434548+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.434548+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454338+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454338+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454375+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454375+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454755+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-08T04:24:38.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:38 smithi016 bash[21491]: cluster 2024-05-08T04:24:38.454755+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-08T04:24:39.368 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-08T04:24:39.386 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:24:39.386 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-05-08T04:24:39.386 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-08T04:24:39.387 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-08T04:24:39.641 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a 2024-05-08T04:24:39.641 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-08T04:24:39.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:39 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:24:39.830 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968.target.wants/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@.service. 2024-05-08T04:24:39.837 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-08T04:24:39.838 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-05-08T04:24:39.838 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-08T04:24:39.838 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-08T04:24:39.838 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-05-08T04:24:39.838 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-05-08T04:24:40.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:39 smithi016 bash[21491]: audit 2024-05-08T04:24:38.745003+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/2655729' entity='client.admin' 2024-05-08T04:24:40.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:39 smithi016 bash[21491]: audit 2024-05-08T04:24:38.745003+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/2655729' entity='client.admin' 2024-05-08T04:24:40.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:39 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:24:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:41 smithi016 bash[21491]: audit 2024-05-08T04:24:41.220532+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/197372185' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:41 smithi016 bash[21491]: audit 2024-05-08T04:24:41.220532+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/197372185' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:41.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:41 smithi016 bash[21748]: debug 2024-05-08T04:24:41.278+0000 7f5f36a81200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "aaa15938-0cf2-11ef-bc97-c7b262605968", 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-08T04:24:41.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-08T04:24:41.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-08T04:24:41.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-08T04:24:41.784 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-08T04:24:41.784 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-08T04:24:41.784 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-08T04:24:41.787 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.787 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-08T04:24:41.788 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-08T04:24:32.711609+0000", 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:41.789 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:41.790 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-08T04:24:41.790 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:24:41.790 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-05-08T04:24:43.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:42 smithi016 bash[21748]: debug 2024-05-08T04:24:42.910+0000 7f5f36a81200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-08T04:24:43.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:43 smithi016 bash[21748]: debug 2024-05-08T04:24:43.014+0000 7f5f36a81200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-08T04:24:43.707 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:43 smithi016 bash[21748]: debug 2024-05-08T04:24:43.266+0000 7f5f36a81200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-08T04:24:44.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.098+0000 7f5f36a81200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-08T04:24:44.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.214+0000 7f5f36a81200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-08T04:24:44.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.326+0000 7f5f36a81200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-08T04:24:44.825 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.702+0000 7f5f36a81200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-08T04:24:45.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21491]: audit 2024-05-08T04:24:44.814810+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3996206260' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:45.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21491]: audit 2024-05-08T04:24:44.814810+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3996206260' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:45.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.818+0000 7f5f36a81200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-08T04:24:45.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:44 smithi016 bash[21748]: debug 2024-05-08T04:24:44.930+0000 7f5f36a81200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-08T04:24:45.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:45.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:24:45.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "aaa15938-0cf2-11ef-bc97-c7b262605968", 2024-05-08T04:24:45.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-08T04:24:45.392 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-08T04:24:45.393 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-08T04:24:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-08T04:24:45.397 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-08T04:24:45.397 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-08T04:24:45.397 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-08T04:24:45.397 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-08T04:24:45.397 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-08T04:24:45.400 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.400 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-08T04:24:45.400 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-08T04:24:45.401 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-08T04:24:45.402 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-08T04:24:45.403 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-08T04:24:32.711609+0000", 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:24:45.404 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-05-08T04:24:45.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:45 smithi016 bash[21748]: debug 2024-05-08T04:24:45.302+0000 7f5f36a81200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-08T04:24:45.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:45 smithi016 bash[21748]: debug 2024-05-08T04:24:45.546+0000 7f5f36a81200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-08T04:24:46.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:45 smithi016 bash[21748]: debug 2024-05-08T04:24:45.818+0000 7f5f36a81200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-08T04:24:46.208 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:45 smithi016 bash[21748]: debug 2024-05-08T04:24:45.934+0000 7f5f36a81200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-08T04:24:46.645 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:46 smithi016 bash[21748]: debug 2024-05-08T04:24:46.218+0000 7f5f36a81200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-08T04:24:46.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:46 smithi016 bash[21748]: debug 2024-05-08T04:24:46.638+0000 7f5f36a81200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:24:46.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:46 smithi016 bash[21748]: debug 2024-05-08T04:24:46.886+0000 7f5f36a81200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-08T04:24:47.270 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:47 smithi016 bash[21748]: debug 2024-05-08T04:24:47.010+0000 7f5f36a81200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-08T04:24:47.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:47 smithi016 bash[21748]: debug 2024-05-08T04:24:47.266+0000 7f5f36a81200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:24:48.453 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21748]: debug 2024-05-08T04:24:48.326+0000 7f5f36a81200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-08T04:24:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21491]: audit 2024-05-08T04:24:48.440722+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.16:0/3510582401' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:48.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21491]: audit 2024-05-08T04:24:48.440722+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.16:0/3510582401' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:48.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21748]: debug 2024-05-08T04:24:48.450+0000 7f5f36a81200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-08T04:24:48.999 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "aaa15938-0cf2-11ef-bc97-c7b262605968", 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-08T04:24:49.000 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-08T04:24:49.001 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-08T04:24:49.002 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-08T04:24:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-08T04:24:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-08T04:24:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-08T04:24:49.008 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-08T04:24:49.009 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-08T04:24:49.010 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:49.011 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-08T04:24:32.711609+0000", 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:24:49.012 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (3/15)... 2024-05-08T04:24:49.166 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21748]: debug 2024-05-08T04:24:48.750+0000 7f5f36a81200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-08T04:24:49.166 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:48 smithi016 bash[21748]: debug 2024-05-08T04:24:48.870+0000 7f5f36a81200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-08T04:24:49.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21748]: debug 2024-05-08T04:24:49.162+0000 7f5f36a81200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-08T04:24:49.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21748]: debug 2024-05-08T04:24:49.630+0000 7f5f36a81200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-08T04:24:49.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21748]: debug 2024-05-08T04:24:49.754+0000 7f5f36a81200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-08T04:24:49.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.784352+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.784352+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.791919+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00807995s) 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.791919+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00807995s) 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792648+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792648+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792780+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792780+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792900+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:24:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.792900+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:24:49.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793010+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:24:49.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793010+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:24:49.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793111+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:24:49.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793111+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:24:49.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793209+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.793209+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.794056+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.794056+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.794880+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.794880+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.819749+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: cluster 2024-05-08T04:24:49.819749+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.833161+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:24:49.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:49 smithi016 bash[21491]: audit 2024-05-08T04:24:49.833161+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:24:51.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.839027+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:24:51.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.839027+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:24:51.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.840787+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.840787+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.843062+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.843062+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.845406+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: audit 2024-05-08T04:24:49.845406+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14102 172.21.15.16:0/185528080' entity='mgr.a' 2024-05-08T04:24:51.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: cluster 2024-05-08T04:24:50.800610+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01674s) 2024-05-08T04:24:51.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:50 smithi016 bash[21491]: cluster 2024-05-08T04:24:50.800610+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01674s) 2024-05-08T04:24:52.840 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:52 smithi016 bash[21491]: cluster 2024-05-08T04:24:51.840904+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "aaa15938-0cf2-11ef-bc97-c7b262605968", 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-08T04:24:53.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-08T04:24:53.077 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-08T04:24:53.078 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-08T04:24:53.079 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-08T04:24:32.711609+0000", 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:24:53.080 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-05-08T04:24:53.096 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:52 smithi016 bash[21491]: cluster 2024-05-08T04:24:51.840904+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-08T04:24:53.097 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:52 smithi016 bash[21491]: audit 2024-05-08T04:24:52.526434+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.16:0/2318251386' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:53.097 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:52 smithi016 bash[21491]: audit 2024-05-08T04:24:52.526434+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.16:0/2318251386' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-08T04:24:54.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:54 smithi016 bash[21491]: audit 2024-05-08T04:24:54.381958+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.16:0/2807287253' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-08T04:24:54.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:54 smithi016 bash[21491]: audit 2024-05-08T04:24:54.381958+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.16:0/2807287253' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-08T04:24:54.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:54 smithi016 bash[21491]: audit 2024-05-08T04:24:54.386128+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.16:0/2807287253' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-08T04:24:54.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:54 smithi016 bash[21491]: audit 2024-05-08T04:24:54.386128+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.16:0/2807287253' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-08T04:24:54.968 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-05-08T04:24:54.969 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-08T04:24:54.970 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-08T04:24:54.970 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-05-08T04:24:56.694 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:56 smithi016 bash[21491]: audit 2024-05-08T04:24:56.359731+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.16:0/750613666' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-08T04:24:56.695 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:56 smithi016 bash[21491]: audit 2024-05-08T04:24:56.359731+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.16:0/750613666' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-08T04:24:56.695 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:56 smithi016 bash[21748]: ignoring --setuser ceph since I am not root 2024-05-08T04:24:56.695 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:56 smithi016 bash[21748]: ignoring --setgroup ceph since I am not root 2024-05-08T04:24:56.695 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:56 smithi016 bash[21748]: debug 2024-05-08T04:24:56.606+0000 7fa38cde4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-08T04:24:57.420 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:57 smithi016 bash[21491]: audit 2024-05-08T04:24:56.411636+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.16:0/750613666' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-08T04:24:57.420 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:57 smithi016 bash[21491]: audit 2024-05-08T04:24:56.411636+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.16:0/750613666' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-08T04:24:57.420 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:57 smithi016 bash[21491]: cluster 2024-05-08T04:24:56.417410+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-08T04:24:57.421 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:57 smithi016 bash[21491]: cluster 2024-05-08T04:24:56.417410+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-08T04:24:58.614 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:58 smithi016 bash[21491]: audit 2024-05-08T04:24:58.393496+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.16:0/1752162701' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-08T04:24:58.614 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:24:58 smithi016 bash[21491]: audit 2024-05-08T04:24:58.393496+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.16:0/1752162701' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-08T04:24:58.615 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:58 smithi016 bash[21748]: debug 2024-05-08T04:24:58.250+0000 7fa38cde4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-08T04:24:58.615 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:58 smithi016 bash[21748]: debug 2024-05-08T04:24:58.350+0000 7fa38cde4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-08T04:24:58.615 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:58 smithi016 bash[21748]: debug 2024-05-08T04:24:58.610+0000 7fa38cde4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-08T04:24:58.985 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:24:58.985 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-08T04:24:58.985 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-08T04:24:58.985 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-08T04:24:58.985 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-08T04:24:58.986 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:24:58.986 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-05-08T04:24:58.986 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-05-08T04:24:59.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:59 smithi016 bash[21748]: debug 2024-05-08T04:24:59.446+0000 7fa38cde4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-08T04:24:59.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:59 smithi016 bash[21748]: debug 2024-05-08T04:24:59.562+0000 7fa38cde4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-08T04:24:59.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:24:59 smithi016 bash[21748]: debug 2024-05-08T04:24:59.670+0000 7fa38cde4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-08T04:25:00.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:00 smithi016 bash[21748]: debug 2024-05-08T04:25:00.054+0000 7fa38cde4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-08T04:25:00.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:00 smithi016 bash[21748]: debug 2024-05-08T04:25:00.170+0000 7fa38cde4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-08T04:25:00.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:00 smithi016 bash[21748]: debug 2024-05-08T04:25:00.282+0000 7fa38cde4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-08T04:25:00.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:00 smithi016 bash[21748]: debug 2024-05-08T04:25:00.654+0000 7fa38cde4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-08T04:25:00.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:00 smithi016 bash[21748]: debug 2024-05-08T04:25:00.902+0000 7fa38cde4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-08T04:25:01.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:01 smithi016 bash[21748]: debug 2024-05-08T04:25:01.174+0000 7fa38cde4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-08T04:25:01.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:01 smithi016 bash[21748]: debug 2024-05-08T04:25:01.290+0000 7fa38cde4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-08T04:25:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:01 smithi016 bash[21748]: debug 2024-05-08T04:25:01.578+0000 7fa38cde4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-08T04:25:02.258 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:02 smithi016 bash[21748]: debug 2024-05-08T04:25:02.001+0000 7fa38cde4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:25:02.641 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:02 smithi016 bash[21748]: debug 2024-05-08T04:25:02.253+0000 7fa38cde4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-08T04:25:02.641 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:02 smithi016 bash[21748]: debug 2024-05-08T04:25:02.377+0000 7fa38cde4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-08T04:25:02.641 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:02 smithi016 bash[21748]: debug 2024-05-08T04:25:02.633+0000 7fa38cde4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:25:03.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:03 smithi016 bash[21748]: debug 2024-05-08T04:25:03.701+0000 7fa38cde4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-08T04:25:03.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:03 smithi016 bash[21748]: debug 2024-05-08T04:25:03.821+0000 7fa38cde4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-08T04:25:04.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:04 smithi016 bash[21748]: debug 2024-05-08T04:25:04.125+0000 7fa38cde4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-08T04:25:04.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:04 smithi016 bash[21748]: debug 2024-05-08T04:25:04.245+0000 7fa38cde4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-08T04:25:04.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:04 smithi016 bash[21748]: debug 2024-05-08T04:25:04.541+0000 7fa38cde4200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-08T04:25:05.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21748]: debug 2024-05-08T04:25:05.017+0000 7fa38cde4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-08T04:25:05.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21748]: debug 2024-05-08T04:25:05.141+0000 7fa38cde4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.168078+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.168078+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.168932+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.168932+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.173722+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.173722+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.173858+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00532195s) 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.173858+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00532195s) 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.177641+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.177641+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.179196+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.179196+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.180257+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.180257+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:25:05.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.180700+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:25:05.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.180700+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:25:05.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.181095+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:25:05.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: audit 2024-05-08T04:25:05.181095+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:25:05.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.207924+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-05-08T04:25:05.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:05 smithi016 bash[21491]: cluster 2024-05-08T04:25:05.207924+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-05-08T04:25:06.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: cephadm 2024-05-08T04:25:05.226906+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-08T04:25:06.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: cephadm 2024-05-08T04:25:05.226906+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.228676+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.228676+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.230969+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.230969+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.233302+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.233302+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.236484+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.236484+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.242196+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.242196+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.252569+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:25:06.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.252569+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:25:06.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.255532+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:25:06.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: audit 2024-05-08T04:25:05.255532+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:25:06.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: cluster 2024-05-08T04:25:06.182896+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01435s) 2024-05-08T04:25:06.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:06 smithi016 bash[21491]: cluster 2024-05-08T04:25:06.182896+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01435s) 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2024-05-08T04:25:06.841 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2024-05-08T04:25:07.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.180828+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-08T04:25:07.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.180828+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-08T04:25:07.520 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.197012+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-08T04:25:07.521 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.197012+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-08T04:25:07.521 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.270184+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:07.521 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.270184+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:07.521 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.272548+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:07.521 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:07 smithi016 bash[21491]: audit 2024-05-08T04:25:06.272548+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cluster 2024-05-08T04:25:07.277680+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-08T04:25:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cluster 2024-05-08T04:25:07.277680+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-08T04:25:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.341888+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Bus STARTING 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.341888+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Bus STARTING 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.463754+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Serving on https://172.21.15.16:7150 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.463754+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Serving on https://172.21.15.16:7150 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:07.615327+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:07.615327+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:08.153615+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:08.153615+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:08.182496+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:08 smithi016 bash[21491]: audit 2024-05-08T04:25:08.182496+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.565438+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Serving on http://172.21.15.16:8765 2024-05-08T04:25:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.565438+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Serving on http://172.21.15.16:8765 2024-05-08T04:25:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.565772+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Bus STARTED 2024-05-08T04:25:09.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: cephadm 2024-05-08T04:25:07.565772+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [08/May/2024:04:25:07] ENGINE Bus STARTED 2024-05-08T04:25:09.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: audit 2024-05-08T04:25:08.144825+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-08T04:25:09.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:09 smithi016 bash[21491]: audit 2024-05-08T04:25:08.144825+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-08T04:25:10.510 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-08T04:25:10.511 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2024-05-08T04:25:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:10 smithi016 bash[21491]: audit 2024-05-08T04:25:09.894270+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-08T04:25:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:10 smithi016 bash[21491]: audit 2024-05-08T04:25:09.894270+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-08T04:25:12.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: Generating public/private rsa key pair. 2024-05-08T04:25:12.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: Your identification has been saved in /tmp/tmpkaobzaz1/key. 2024-05-08T04:25:12.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: Your public key has been saved in /tmp/tmpkaobzaz1/key.pub. 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: The key fingerprint is: 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: SHA256:VZPxC9vbmpaQMV9l4G3esHpVMxDDpDaXJyDHlcMum+M ceph-aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: The key's randomart image is: 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: +---[RSA 3072]----+ 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | ..oOO+. | 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | oo+O+.o| 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | .+o+===| 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | ...==o**| 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | S ==+.+| 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | +o..+ | 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | . o.o..| 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | E .oo | 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: | .o | 2024-05-08T04:25:12.459 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:12 smithi016 bash[21748]: +----[SHA256]-----+ 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:11.860981+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-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:11.860981+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-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: cephadm 2024-05-08T04:25:11.861410+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: cephadm 2024-05-08T04:25:11.861410+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:12.209759+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:12.209759+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:12.215009+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:13.505 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:13 smithi016 bash[21491]: audit 2024-05-08T04:25:12.215009+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:14.608 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:25:14.608 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-08T04:25:14.608 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2024-05-08T04:25:14.609 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2024-05-08T04:25:14.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:14 smithi016 bash[21491]: audit 2024-05-08T04:25:14.097743+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-08T04:25:14.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:14 smithi016 bash[21491]: audit 2024-05-08T04:25:14.097743+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-08T04:25:16.792 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:16 smithi016 bash[21491]: audit 2024-05-08T04:25:15.982452+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:25:16.792 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:16 smithi016 bash[21491]: audit 2024-05-08T04:25:15.982452+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:25:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:17 smithi016 bash[21491]: cephadm 2024-05-08T04:25:16.591389+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi016 2024-05-08T04:25:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:17 smithi016 bash[21491]: cephadm 2024-05-08T04:25:16.591389+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi016 2024-05-08T04:25:22.530 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2024-05-08T04:25:22.530 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mon service... 2024-05-08T04:25:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: audit 2024-05-08T04:25:21.650662+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: audit 2024-05-08T04:25:21.650662+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: cephadm 2024-05-08T04:25:21.651135+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi016 2024-05-08T04:25:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: cephadm 2024-05-08T04:25:21.651135+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi016 2024-05-08T04:25:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: audit 2024-05-08T04:25:21.670787+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:22.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:22 smithi016 bash[21491]: audit 2024-05-08T04:25:21.670787+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:25.351 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-08T04:25:25.351 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mgr service... 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:24.656500+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-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:24.656500+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-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: cephadm 2024-05-08T04:25:24.658792+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: cephadm 2024-05-08T04:25:24.658792+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:24.663296+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:24.663296+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:25.048845+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:25.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:25.048845+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:25.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: cluster 2024-05-08T04:25:25.181824+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-08T04:25:25.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: cluster 2024-05-08T04:25:25.181824+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-08T04:25:25.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:25.590335+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:25.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:25 smithi016 bash[21491]: audit 2024-05-08T04:25:25.590335+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:27.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: audit 2024-05-08T04:25:26.616060+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-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: audit 2024-05-08T04:25:26.616060+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-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: cephadm 2024-05-08T04:25:26.618666+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: cephadm 2024-05-08T04:25:26.618666+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: audit 2024-05-08T04:25:26.623479+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: audit 2024-05-08T04:25:26.623479+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.16:0/1403848985' entity='mgr.a' 2024-05-08T04:25:27.936 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: cluster 2024-05-08T04:25:27.182193+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-08T04:25:27.937 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:27 smithi016 bash[21491]: cluster 2024-05-08T04:25:27.182193+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-08T04:25:29.823 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:29 smithi016 bash[21491]: audit 2024-05-08T04:25:28.551386+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.16:0/2423565739' entity='client.admin' 2024-05-08T04:25:29.823 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:29 smithi016 bash[21491]: audit 2024-05-08T04:25:28.551386+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.16:0/2423565739' entity='client.admin' 2024-05-08T04:25:29.823 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:29 smithi016 bash[21491]: cluster 2024-05-08T04:25:29.182661+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-08T04:25:29.824 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:29 smithi016 bash[21491]: cluster 2024-05-08T04:25:29.182661+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-08T04:25:31.044 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2024-05-08T04:25:31.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:31 smithi016 bash[21491]: audit 2024-05-08T04:25:30.412289+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.16:0/3401128425' entity='client.admin' 2024-05-08T04:25:31.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:31 smithi016 bash[21491]: audit 2024-05-08T04:25:30.412289+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.16:0/3401128425' entity='client.admin' 2024-05-08T04:25:32.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:32 smithi016 bash[21491]: cluster 2024-05-08T04:25:31.183082+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-08T04:25:32.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:32 smithi016 bash[21491]: cluster 2024-05-08T04:25:31.183082+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-08T04:25:33.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:33 smithi016 bash[21491]: audit 2024-05-08T04:25:32.428849+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.16:0/350980253' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-08T04:25:33.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:33 smithi016 bash[21491]: audit 2024-05-08T04:25:32.428849+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.16:0/350980253' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-08T04:25:33.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:33 smithi016 bash[21748]: ignoring --setuser ceph since I am not root 2024-05-08T04:25:33.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:33 smithi016 bash[21748]: ignoring --setgroup ceph since I am not root 2024-05-08T04:25:33.708 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:33 smithi016 bash[21748]: debug 2024-05-08T04:25:33.629+0000 7f59aac52200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-08T04:25:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:34 smithi016 bash[21491]: audit 2024-05-08T04:25:33.422199+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.16:0/350980253' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-08T04:25:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:34 smithi016 bash[21491]: audit 2024-05-08T04:25:33.422199+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.16:0/350980253' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-08T04:25:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:34 smithi016 bash[21491]: cluster 2024-05-08T04:25:33.429257+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-05-08T04:25:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:34 smithi016 bash[21491]: cluster 2024-05-08T04:25:33.429257+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-05-08T04:25:35.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:35 smithi016 bash[21748]: debug 2024-05-08T04:25:35.289+0000 7f59aac52200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-08T04:25:35.595 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:35 smithi016 bash[21748]: debug 2024-05-08T04:25:35.389+0000 7f59aac52200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-08T04:25:35.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:35 smithi016 bash[21491]: audit 2024-05-08T04:25:35.580039+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.16:0/3970405545' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-08T04:25:35.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:35 smithi016 bash[21491]: audit 2024-05-08T04:25:35.580039+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.16:0/3970405545' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-08T04:25:35.959 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:35 smithi016 bash[21748]: debug 2024-05-08T04:25:35.649+0000 7f59aac52200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-08T04:25:36.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:25:36.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-08T04:25:36.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-08T04:25:36.197 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-08T04:25:36.197 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-08T04:25:36.197 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:25:36.197 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-05-08T04:25:36.197 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 9... 2024-05-08T04:25:36.867 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:36 smithi016 bash[21748]: debug 2024-05-08T04:25:36.477+0000 7f59aac52200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-08T04:25:36.867 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:36 smithi016 bash[21748]: debug 2024-05-08T04:25:36.593+0000 7f59aac52200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-08T04:25:36.867 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:36 smithi016 bash[21748]: debug 2024-05-08T04:25:36.701+0000 7f59aac52200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-08T04:25:37.193 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:37 smithi016 bash[21748]: debug 2024-05-08T04:25:37.073+0000 7f59aac52200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-08T04:25:37.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:37 smithi016 bash[21748]: debug 2024-05-08T04:25:37.189+0000 7f59aac52200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-08T04:25:37.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:37 smithi016 bash[21748]: debug 2024-05-08T04:25:37.297+0000 7f59aac52200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-08T04:25:37.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:37 smithi016 bash[21748]: debug 2024-05-08T04:25:37.673+0000 7f59aac52200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-08T04:25:37.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:37 smithi016 bash[21748]: debug 2024-05-08T04:25:37.917+0000 7f59aac52200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-08T04:25:38.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:38 smithi016 bash[21748]: debug 2024-05-08T04:25:38.193+0000 7f59aac52200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-08T04:25:38.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:38 smithi016 bash[21748]: debug 2024-05-08T04:25:38.309+0000 7f59aac52200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-08T04:25:38.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:38 smithi016 bash[21748]: debug 2024-05-08T04:25:38.597+0000 7f59aac52200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-08T04:25:39.398 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:39 smithi016 bash[21748]: debug 2024-05-08T04:25:39.021+0000 7f59aac52200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:25:39.398 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:39 smithi016 bash[21748]: debug 2024-05-08T04:25:39.269+0000 7f59aac52200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-08T04:25:39.658 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:39 smithi016 bash[21748]: debug 2024-05-08T04:25:39.397+0000 7f59aac52200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-08T04:25:39.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:39 smithi016 bash[21748]: debug 2024-05-08T04:25:39.657+0000 7f59aac52200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:25:40.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:40 smithi016 bash[21748]: debug 2024-05-08T04:25:40.701+0000 7f59aac52200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-08T04:25:40.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:40 smithi016 bash[21748]: debug 2024-05-08T04:25:40.821+0000 7f59aac52200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-08T04:25:41.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:41 smithi016 bash[21748]: debug 2024-05-08T04:25:41.129+0000 7f59aac52200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-08T04:25:41.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:41 smithi016 bash[21748]: debug 2024-05-08T04:25:41.249+0000 7f59aac52200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-08T04:25:41.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:41 smithi016 bash[21748]: debug 2024-05-08T04:25:41.549+0000 7f59aac52200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21748]: debug 2024-05-08T04:25:42.021+0000 7f59aac52200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21748]: debug 2024-05-08T04:25:42.149+0000 7f59aac52200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.171848+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.171848+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.172232+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.172232+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-05-08T04:25:42.284 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.179315+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.179315+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.179570+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00746638s) 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.179570+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00746638s) 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.182131+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.182131+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.183644+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.183644+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.184603+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.184603+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.184854+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.184854+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.185026+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:25:42.285 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: audit 2024-05-08T04:25:42.185026+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-08T04:25:42.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.208845+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-05-08T04:25:42.286 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:42 smithi016 bash[21491]: cluster 2024-05-08T04:25:42.208845+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-05-08T04:25:43.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.231278+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.231278+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.234272+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.234272+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.255796+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.255796+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.258831+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: audit 2024-05-08T04:25:42.258831+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: cluster 2024-05-08T04:25:43.186439+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01433s) 2024-05-08T04:25:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:43 smithi016 bash[21491]: cluster 2024-05-08T04:25:43.186439+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01433s) 2024-05-08T04:25:43.951 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-08T04:25:43.952 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-08T04:25:43.952 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-08T04:25:43.952 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-08T04:25:43.952 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 9 is available 2024-05-08T04:25:43.952 INFO:teuthology.orchestra.run.smithi016.stdout:Generating a dashboard self-signed certificate... 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:42.797055+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [08/May/2024:04:25:42] ENGINE Bus STARTING 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:42.797055+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [08/May/2024:04:25:42] ENGINE Bus STARTING 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:42.917659+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [08/May/2024:04:25:42] ENGINE Serving on https://172.21.15.16:7150 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:42.917659+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [08/May/2024:04:25:42] ENGINE Serving on https://172.21.15.16:7150 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:43.018851+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [08/May/2024:04:25:43] ENGINE Serving on http://172.21.15.16:8765 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:43.018851+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [08/May/2024:04:25:43] ENGINE Serving on http://172.21.15.16:8765 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:43.019020+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [08/May/2024:04:25:43] ENGINE Bus STARTED 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: cephadm 2024-05-08T04:25:43.019020+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [08/May/2024:04:25:43] ENGINE Bus STARTED 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: audit 2024-05-08T04:25:43.183957+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: audit 2024-05-08T04:25:43.183957+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: audit 2024-05-08T04:25:43.201522+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-08T04:25:44.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:44 smithi016 bash[21491]: audit 2024-05-08T04:25:43.201522+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-08T04:25:45.587 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:45 smithi016 bash[21491]: cluster 2024-05-08T04:25:44.238786+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-08T04:25:45.587 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:45 smithi016 bash[21491]: cluster 2024-05-08T04:25:44.238786+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-08T04:25:45.966 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-08T04:25:45.966 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2024-05-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.236243+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-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.236243+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-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.373304+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.373304+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.377934+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:46.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:46 smithi016 bash[21491]: audit 2024-05-08T04:25:45.377934+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:47.805 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:47 smithi016 bash[21491]: audit 2024-05-08T04:25:47.283581+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-08T04:25:47.805 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:47 smithi016 bash[21491]: audit 2024-05-08T04:25:47.283581+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-08T04:25:48.246 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$WClXJ1DgqNP3ypmFo.vtte7xqJGXb8XaTvJeI.MZjvOQtyj9nh.ca", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715142347, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-08T04:25:48.246 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2024-05-08T04:25:48.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:48 smithi016 bash[21491]: audit 2024-05-08T04:25:47.576699+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:48.900 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:48 smithi016 bash[21491]: audit 2024-05-08T04:25:47.576699+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:49.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: cluster 2024-05-08T04:25:48.586702+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: cluster 2024-05-08T04:25:48.586702+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.197558+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.197558+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.198623+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.198623+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.205029+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.205029+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.207082+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.207082+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]: dispatch 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.208544+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]': finished 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.208544+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi016", "caps": []}]': finished 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.515215+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.16:0/912976878' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-08T04:25:49.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:49 smithi016 bash[21491]: audit 2024-05-08T04:25:49.515215+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.16:0/912976878' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-08T04:25:50.167 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2024-05-08T04:25:50.167 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-08T04:25:50.167 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout: Password: 8um3zmgjrv 2024-05-08T04:25:50.170 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:50.171 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config directory 2024-05-08T04:25:50.171 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling autotune for osd_memory_target 2024-05-08T04:25:50.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:50 smithi016 bash[21491]: cephadm 2024-05-08T04:25:50.079146+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi016 on smithi016 2024-05-08T04:25:50.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:50 smithi016 bash[21491]: cephadm 2024-05-08T04:25:50.079146+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi016 on smithi016 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2024-05-08T04:25:54.189 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.190 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2024-05-08T04:25:54.190 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.190 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-08T04:25:54.190 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:25:54.190 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2024-05-08T04:25:54.252 INFO:tasks.cephadm:Fetching config... 2024-05-08T04:25:54.252 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:25:54.252 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-08T04:25:54.258 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-08T04:25:54.259 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:25:54.259 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-08T04:25:54.305 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-08T04:25:54.305 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:25:54.305 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-08T04:25:54.363 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-08T04:25:54.363 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:25:54.363 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-08T04:25:54.413 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-08T04:25:54.413 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-08T04:25:54.476 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:25:54.483 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-08T04:25:54.501 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:54 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:25:54.501 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:54 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:25:54.506 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:25:54.515 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-08T04:25:54.539 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWlIeq8IVaIwdts6OOkrnkCOjuIABAwvLd1HPF2YiSgSvwvn4JYbOTSeeaeXZD9P9qsJm+G70JbBPnmIereFtVC985YQAC0LzkDGWv1Rq1HEzj9tTBPwBes/V6x44dD2d8XY8YpGc45x0rFOmYYIMei8Pb5qY7FTuDhCGLHvcxxaIaUKhCj6JpIUTNOEehVVXYjnXPJL5B8smEMWG9oCYQgdV2bu5pDsRugKCL3MvkTSvfAX4KBKXRKlgsYMzfK1ism5gRHxb8TfWohb6MvukhbqCiUK4EIbh3BZ8Mv4v4K8090Qw1ll6/GG/8RWC2yf2Xd99S3WJ33k4+QNTuTI4DhyilALATqFdkXc0Xjm3MlVIZ9Av/JCC8D1JIRORvcxGQ/wYSWIJYbZtETWOYC0JvLbYrLZJBSpOof0do9TK08wdvvPH0Mr3OZnjJsKkKd5+3DBkt63fNz+oanKAwBiaKtVHvgMOBWb2UVyC1FW8byW9tlO5PMnxezfH8LXRa58M= ceph-aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:25:54.548 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-08T04:25:54.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:54 smithi016 bash[21491]: audit 2024-05-08T04:25:53.577796+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.16:0/4252356366' entity='client.admin' 2024-05-08T04:25:54.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:54 smithi016 bash[21491]: audit 2024-05-08T04:25:53.577796+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.16:0/4252356366' entity='client.admin' 2024-05-08T04:25:54.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:54 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:25:54.959 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:25:54 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.764007+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.764007+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.811488+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.811488+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.814002+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.814002+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.830812+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.830812+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.835769+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.835769+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.838242+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.838242+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.840435+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.840435+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.842700+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.842700+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.845906+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.845906+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.864065+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:56.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.864065+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:25:56.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.868934+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:54.868934+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:55.214689+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:56.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:55 smithi016 bash[21491]: audit 2024-05-08T04:25:55.214689+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:58.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:58 smithi016 bash[21491]: audit 2024-05-08T04:25:57.254472+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:58.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:25:58 smithi016 bash[21491]: audit 2024-05-08T04:25:57.254472+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:25:59.258 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:00 smithi016 bash[21491]: audit 2024-05-08T04:25:59.658567+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:00 smithi016 bash[21491]: audit 2024-05-08T04:25:59.658567+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:00.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:00 smithi016 bash[21491]: audit 2024-05-08T04:25:59.665544+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:00.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:00 smithi016 bash[21491]: audit 2024-05-08T04:25:59.665544+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:02.810 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-08T04:26:02.810 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.177997+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.16:0/2368734266' entity='client.admin' 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.177997+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.16:0/2368734266' entity='client.admin' 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: cluster 2024-05-08T04:26:02.186182+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: cluster 2024-05-08T04:26:02.186182+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.218434+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.218434+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.222484+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:03.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:03 smithi016 bash[21491]: audit 2024-05-08T04:26:02.222484+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:05.500 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:05 smithi016 bash[21491]: cluster 2024-05-08T04:26:04.186467+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:05.500 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:05 smithi016 bash[21491]: cluster 2024-05-08T04:26:04.186467+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:07.424 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:07.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: cluster 2024-05-08T04:26:06.186920+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:07.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: cluster 2024-05-08T04:26:06.186920+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:07.445 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: audit 2024-05-08T04:26:07.165390+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:07.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: audit 2024-05-08T04:26:07.165390+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:07.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: audit 2024-05-08T04:26:07.173079+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:07.446 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:07 smithi016 bash[21491]: audit 2024-05-08T04:26:07.173079+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:09.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:09 smithi016 bash[21491]: cluster 2024-05-08T04:26:08.187379+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:09.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:09 smithi016 bash[21491]: cluster 2024-05-08T04:26:08.187379+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:10.615 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi138 2024-05-08T04:26:10.615 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:26:10.615 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.conf 2024-05-08T04:26:10.621 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:26:10.621 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:10.667 INFO:tasks.cephadm:Adding host smithi138 to orchestrator... 2024-05-08T04:26:10.667 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch host add smithi138 2024-05-08T04:26:11.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.026072+0000 mgr.a (mgr.14152) 14 : 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-08T04:26:11.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.026072+0000 mgr.a (mgr.14152) 14 : 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-08T04:26:11.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.031487+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.031487+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.072556+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.072556+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.074384+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.074384+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.075146+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.075146+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.076172+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.076172+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cluster 2024-05-08T04:26:10.187790+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-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cluster 2024-05-08T04:26:10.187790+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-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.190636+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.190636+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.405109+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:11.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.405109+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.790786+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.790786+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.796855+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.796855+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.802563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:11.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:11 smithi016 bash[21491]: audit 2024-05-08T04:26:10.802563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:12.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:12 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.620347+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:12.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:12 smithi016 bash[21491]: cephadm 2024-05-08T04:26:10.620347+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:13.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:13 smithi016 bash[21491]: cluster 2024-05-08T04:26:12.188193+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:13.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:13 smithi016 bash[21491]: cluster 2024-05-08T04:26:12.188193+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:15.383 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:15.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:15 smithi016 bash[21491]: cluster 2024-05-08T04:26:14.188689+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:15.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:15 smithi016 bash[21491]: cluster 2024-05-08T04:26:14.188689+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:17.591 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:17 smithi016 bash[21491]: cluster 2024-05-08T04:26:16.189254+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:17.591 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:17 smithi016 bash[21491]: cluster 2024-05-08T04:26:16.189254+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: cluster 2024-05-08T04:26:18.189737+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-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: cluster 2024-05-08T04:26:18.189737+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-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.740426+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.740426+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.743786+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.743786+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.747529+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:19.641 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:19 smithi016 bash[21491]: audit 2024-05-08T04:26:18.747529+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:20 smithi016 bash[21491]: audit 2024-05-08T04:26:19.056691+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:26:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:20 smithi016 bash[21491]: audit 2024-05-08T04:26:19.056691+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:26:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:21 smithi016 bash[21491]: cephadm 2024-05-08T04:26:19.723813+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi138 2024-05-08T04:26:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:21 smithi016 bash[21491]: cephadm 2024-05-08T04:26:19.723813+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi138 2024-05-08T04:26:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:21 smithi016 bash[21491]: cluster 2024-05-08T04:26:20.190242+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:21 smithi016 bash[21491]: cluster 2024-05-08T04:26:20.190242+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:23.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:23 smithi016 bash[21491]: cluster 2024-05-08T04:26:22.190665+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:23.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:23 smithi016 bash[21491]: cluster 2024-05-08T04:26:22.190665+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:25.031 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi138' with addr '172.21.15.138' 2024-05-08T04:26:25.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: cluster 2024-05-08T04:26:24.191048+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-08T04:26:25.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: cluster 2024-05-08T04:26:24.191048+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-08T04:26:25.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: audit 2024-05-08T04:26:25.029843+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:25.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: audit 2024-05-08T04:26:25.029843+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:25.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: audit 2024-05-08T04:26:25.072975+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:25.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:25 smithi016 bash[21491]: audit 2024-05-08T04:26:25.072975+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:25.679 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-08T04:26:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:26 smithi016 bash[21491]: cephadm 2024-05-08T04:26:25.030747+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi138 2024-05-08T04:26:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:26 smithi016 bash[21491]: cephadm 2024-05-08T04:26:25.030747+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi138 2024-05-08T04:26:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:26 smithi016 bash[21491]: audit 2024-05-08T04:26:25.546578+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:26 smithi016 bash[21491]: audit 2024-05-08T04:26:25.546578+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: cluster 2024-05-08T04:26:26.191493+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: cluster 2024-05-08T04:26:26.191493+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.022772+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.022772+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.028488+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.028488+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.029906+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.029906+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.032128+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.032128+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.034026+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:27.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:27 smithi016 bash[21491]: audit 2024-05-08T04:26:27.034026+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.036922+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.036922+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.253746+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.253746+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.469290+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.469290+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.806451+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.806451+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.812481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:28.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.812481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:28.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.815855+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]: dispatch 2024-05-08T04:26:28.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.815855+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]: dispatch 2024-05-08T04:26:28.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.817240+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]': finished 2024-05-08T04:26:28.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:28 smithi016 bash[21491]: audit 2024-05-08T04:26:27.817240+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]': finished 2024-05-08T04:26:29.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:29 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.634230+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:29.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:29 smithi016 bash[21491]: cephadm 2024-05-08T04:26:27.634230+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:29.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:29 smithi016 bash[21491]: cluster 2024-05-08T04:26:28.191939+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:29.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:29 smithi016 bash[21491]: cluster 2024-05-08T04:26:28.191939+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:30.396 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:30.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: cephadm 2024-05-08T04:26:28.698180+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi138 on smithi138 2024-05-08T04:26:30.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: cephadm 2024-05-08T04:26:28.698180+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi138 on smithi138 2024-05-08T04:26:30.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.610060+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.610060+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.619465+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.619465+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.625473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.625473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.694196+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.694196+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.698598+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.698598+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.700244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.700244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.708794+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.708794+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.777895+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:30.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.777895+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.782601+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.782601+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.784340+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.784340+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.791692+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:29.791692+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:30.076813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:30.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:30 smithi016 bash[21491]: audit 2024-05-08T04:26:30.076813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:31.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: cluster 2024-05-08T04:26:30.192378+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:31.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: cluster 2024-05-08T04:26:30.192378+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:31.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: audit 2024-05-08T04:26:31.143436+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:31.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: audit 2024-05-08T04:26:31.143436+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:31.540 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: audit 2024-05-08T04:26:31.151830+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:31.541 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:31 smithi016 bash[21491]: audit 2024-05-08T04:26:31.151830+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:33.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:33 smithi016 bash[21491]: cluster 2024-05-08T04:26:32.192774+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:33.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:33 smithi016 bash[21491]: cluster 2024-05-08T04:26:32.192774+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:33.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:33 smithi016 bash[21491]: audit 2024-05-08T04:26:32.267953+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:33.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:33 smithi016 bash[21491]: audit 2024-05-08T04:26:32.267953+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:33.561 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:26:33.561 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}] 2024-05-08T04:26:34.619 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-05-08T04:26:34.619 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:26:34.619 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-05-08T04:26:34.625 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:26:34.626 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:34.671 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-05-08T04:26:34.671 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch host add smithi204 2024-05-08T04:26:35.682 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:35 smithi016 bash[21491]: audit 2024-05-08T04:26:33.560660+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:26:35.683 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:35 smithi016 bash[21491]: audit 2024-05-08T04:26:33.560660+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:26:35.683 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:35 smithi016 bash[21491]: cluster 2024-05-08T04:26:34.193207+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:35.683 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:35 smithi016 bash[21491]: cluster 2024-05-08T04:26:34.193207+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:37.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:37 smithi016 bash[21491]: cluster 2024-05-08T04:26:36.193774+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:37.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:37 smithi016 bash[21491]: cluster 2024-05-08T04:26:36.193774+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:39.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: cluster 2024-05-08T04:26:38.194206+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: cluster 2024-05-08T04:26:38.194206+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.956767+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.956767+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.963326+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.963326+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.971483+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:39 smithi016 bash[21491]: audit 2024-05-08T04:26:38.971483+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:39.836 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:41 smithi016 bash[21491]: cluster 2024-05-08T04:26:40.194638+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:41 smithi016 bash[21491]: cluster 2024-05-08T04:26:40.194638+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:43.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:43 smithi016 bash[21491]: cluster 2024-05-08T04:26:42.195067+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-08T04:26:43.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:43 smithi016 bash[21491]: cluster 2024-05-08T04:26:42.195067+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-08T04:26:43.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:43 smithi016 bash[21491]: audit 2024-05-08T04:26:42.491969+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:26:43.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:43 smithi016 bash[21491]: audit 2024-05-08T04:26:42.491969+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:26:45.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: cephadm 2024-05-08T04:26:43.508320+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-05-08T04:26:45.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: cephadm 2024-05-08T04:26:43.508320+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: audit 2024-05-08T04:26:43.943933+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: audit 2024-05-08T04:26:43.943933+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: audit 2024-05-08T04:26:43.953216+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: audit 2024-05-08T04:26:43.953216+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: cluster 2024-05-08T04:26:44.195565+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:45.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:44 smithi016 bash[21491]: cluster 2024-05-08T04:26:44.195565+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:47.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:47 smithi016 bash[21491]: cluster 2024-05-08T04:26:46.195982+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:47.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:47 smithi016 bash[21491]: cluster 2024-05-08T04:26:46.195982+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:48.942 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: cluster 2024-05-08T04:26:48.196352+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: cluster 2024-05-08T04:26:48.196352+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: audit 2024-05-08T04:26:48.940926+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: audit 2024-05-08T04:26:48.940926+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: audit 2024-05-08T04:26:48.978640+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:49.680 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:49 smithi016 bash[21491]: audit 2024-05-08T04:26:48.978640+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:49.681 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-08T04:26:50.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:50 smithi016 bash[21491]: cephadm 2024-05-08T04:26:48.941838+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-05-08T04:26:50.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:50 smithi016 bash[21491]: cephadm 2024-05-08T04:26:48.941838+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-05-08T04:26:50.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:50 smithi016 bash[21491]: audit 2024-05-08T04:26:49.451013+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:50.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:50 smithi016 bash[21491]: audit 2024-05-08T04:26:49.451013+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: cluster 2024-05-08T04:26:50.196832+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: cluster 2024-05-08T04:26:50.196832+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.709485+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.709485+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.716203+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.716203+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.724477+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.724477+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.976059+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.976059+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.981808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.981808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.983325+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.983325+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.985261+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:51.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.985261+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:51.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.986931+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:51.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:51 smithi016 bash[21491]: audit 2024-05-08T04:26:50.986931+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:52.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:50.989653+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:26:52.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:50.989653+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.206826+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.206826+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.371450+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.371450+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.706926+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.706926+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.711488+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.711488+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.715019+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.715019+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.716083+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-08T04:26:52.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:52 smithi016 bash[21491]: audit 2024-05-08T04:26:51.716083+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.536881+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cephadm 2024-05-08T04:26:51.536881+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cluster 2024-05-08T04:26:52.197238+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cluster 2024-05-08T04:26:52.197238+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cephadm 2024-05-08T04:26:52.281900+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: cephadm 2024-05-08T04:26:52.281900+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.255358+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.255358+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.303714+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.303714+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.308662+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.308662+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.406791+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.406791+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.411937+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.411937+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.413057+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.413057+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.418538+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:53.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:53 smithi016 bash[21491]: audit 2024-05-08T04:26:53.418538+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:54.591 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:26:54.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.550148+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.550148+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.552935+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.552935+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.553857+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.553857+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.558409+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.558409+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.736238+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:54.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:54 smithi016 bash[21491]: audit 2024-05-08T04:26:53.736238+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:55.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: cluster 2024-05-08T04:26:54.197662+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:55.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: cluster 2024-05-08T04:26:54.197662+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:55.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: audit 2024-05-08T04:26:54.803335+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:55.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: audit 2024-05-08T04:26:54.803335+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:55.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: audit 2024-05-08T04:26:54.809363+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:55.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:55 smithi016 bash[21491]: audit 2024-05-08T04:26:54.809363+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:57.252 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:26:57.252 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-05-08T04:26:57.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:57 smithi016 bash[21491]: cluster 2024-05-08T04:26:56.198147+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:57.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:57 smithi016 bash[21491]: cluster 2024-05-08T04:26:56.198147+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:57.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:57 smithi016 bash[21491]: audit 2024-05-08T04:26:57.275130+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:57.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:57 smithi016 bash[21491]: audit 2024-05-08T04:26:57.275130+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:57.873 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-08T04:26:57.873 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-08T04:26:58.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:58 smithi016 bash[21491]: audit 2024-05-08T04:26:57.250659+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:26:58.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:58 smithi016 bash[21491]: audit 2024-05-08T04:26:57.250659+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:26:59.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: cluster 2024-05-08T04:26:58.198537+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: cluster 2024-05-08T04:26:58.198537+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.158173+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.158173+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.162986+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.162986+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.170027+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:26:59.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:26:59 smithi016 bash[21491]: audit 2024-05-08T04:26:59.170027+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:01 smithi016 bash[21491]: cluster 2024-05-08T04:27:00.198930+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:01 smithi016 bash[21491]: cluster 2024-05-08T04:27:00.198930+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:02.596 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:27:03.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:03 smithi016 bash[21491]: cluster 2024-05-08T04:27:02.199370+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:03.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:03 smithi016 bash[21491]: cluster 2024-05-08T04:27:02.199370+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:05.474 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-05-08T04:27:05.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:05 smithi016 bash[21491]: cluster 2024-05-08T04:27:04.199753+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:05.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:05 smithi016 bash[21491]: cluster 2024-05-08T04:27:04.199753+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:05.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:05 smithi016 bash[21491]: audit 2024-05-08T04:27:05.333300+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-08T04:27:05.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:05 smithi016 bash[21491]: audit 2024-05-08T04:27:05.333300+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-08T04:27:06.146 INFO:tasks.cephadm:Adding mon.a on smithi016 2024-05-08T04:27:06.146 INFO:tasks.cephadm:Adding mon.b on smithi138 2024-05-08T04:27:06.146 INFO:tasks.cephadm:Adding mon.c on smithi204 2024-05-08T04:27:06.147 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c' 2024-05-08T04:27:06.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:06 smithi016 bash[21491]: audit 2024-05-08T04:27:05.470072+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-08T04:27:06.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:06 smithi016 bash[21491]: audit 2024-05-08T04:27:05.470072+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-08T04:27:06.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:06 smithi016 bash[21491]: cluster 2024-05-08T04:27:05.474446+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:06.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:06 smithi016 bash[21491]: cluster 2024-05-08T04:27:05.474446+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:07.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:07 smithi016 bash[21491]: cluster 2024-05-08T04:27:06.200202+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:07.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:07 smithi016 bash[21491]: cluster 2024-05-08T04:27:06.200202+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:08.266 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:08 smithi016 bash[21491]: audit 2024-05-08T04:27:07.495705+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:08 smithi016 bash[21491]: audit 2024-05-08T04:27:07.495705+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:08 smithi016 bash[21491]: audit 2024-05-08T04:27:07.503836+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:08.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:08 smithi016 bash[21491]: audit 2024-05-08T04:27:07.503836+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:09.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:09 smithi016 bash[21491]: cluster 2024-05-08T04:27:08.200712+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-08T04:27:09.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:09 smithi016 bash[21491]: cluster 2024-05-08T04:27:08.200712+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-08T04:27:10.647 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-05-08T04:27:11.127 DEBUG:teuthology.orchestra.run.smithi138:mon.b> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.b.service 2024-05-08T04:27:11.130 DEBUG:teuthology.orchestra.run.smithi204:mon.c> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.c.service 2024-05-08T04:27:11.132 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-08T04:27:11.132 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: cluster 2024-05-08T04:27:10.201242+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-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: cluster 2024-05-08T04:27:10.201242+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-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.645756+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.645756+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.667245+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.667245+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.673090+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:11.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.673090+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.674927+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.674927+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.683045+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.683045+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.688117+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.688117+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.689901+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.689901+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.926404+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.926404+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.931894+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.931894+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.942301+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:11.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:11 smithi016 bash[21491]: audit 2024-05-08T04:27:10.942301+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:12.361 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: audit 2024-05-08T04:27:10.634611+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: audit 2024-05-08T04:27:10.634611+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: cephadm 2024-05-08T04:27:10.640285+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c;count:3 2024-05-08T04:27:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: cephadm 2024-05-08T04:27:10.640285+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c;count:3 2024-05-08T04:27:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: cephadm 2024-05-08T04:27:10.692168+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-05-08T04:27:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:12 smithi016 bash[21491]: cephadm 2024-05-08T04:27:10.692168+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-05-08T04:27:13.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:13 smithi016 bash[21491]: cluster 2024-05-08T04:27:12.201770+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:13.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:13 smithi016 bash[21491]: cluster 2024-05-08T04:27:12.201770+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:14.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:14 smithi016 bash[21491]: cluster 2024-05-08T04:27:14.202259+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:14.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:14 smithi016 bash[21491]: cluster 2024-05-08T04:27:14.202259+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:15.969 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-08T04:27:15.969 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"aaa15938-0cf2-11ef-bc97-c7b262605968","modified":"2024-05-08T04:24:28.548899Z","created":"2024-05-08T04:24:28.548899Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-08T04:27:15.972 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-05-08T04:27:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:16 smithi016 bash[21491]: audit 2024-05-08T04:27:15.968573+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.204:0/2102981624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:16 smithi016 bash[21491]: audit 2024-05-08T04:27:15.968573+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.204:0/2102981624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.151293+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.151293+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.157261+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.157261+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.176240+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.176240+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.177732+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.177732+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.179532+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:17.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: audit 2024-05-08T04:27:16.179532+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:17.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: cephadm 2024-05-08T04:27:16.181589+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi138 2024-05-08T04:27:17.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: cephadm 2024-05-08T04:27:16.181589+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi138 2024-05-08T04:27:17.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: cluster 2024-05-08T04:27:16.202742+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:17.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:17 smithi016 bash[21491]: cluster 2024-05-08T04:27:16.202742+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:17.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:17 smithi204 bash[22349]: debug 2024-05-08T04:27:17.641+0000 7fc1eac6e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-08T04:27:18.236 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-08T04:27:18.236 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-08T04:27:20.464 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:20 smithi138 systemd[1]: Started Ceph mon.b for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:27:21.360 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.313+0000 7efef92e2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-08T04:27:21.360 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.313+0000 7efef92e2c80 0 ceph version 19.0.0-3512-g5ccf1c30 (5ccf1c30cf724d5371f55439b3b3a90cb994fae2) squid (dev), process ceph-mon, pid 7 2024-05-08T04:27:21.360 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.313+0000 7efef92e2c80 0 pidfile_write: ignore empty --pid-file 2024-05-08T04:27:21.360 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 0 load: jerasure load: lrc 2024-05-08T04:27:21.360 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Git sha 0 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Compile date 2024-05-06 22:34:12 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: DB SUMMARY 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: DB Session ID: ST6S3L6VKCVDKL4X8Q7M 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: CURRENT file: CURRENT 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-08T04:27:21.361 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-08T04:27:21.362 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.error_if_exists: 0 2024-05-08T04:27:21.362 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.create_if_missing: 0 2024-05-08T04:27:21.362 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-08T04:27:21.362 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-08T04:27:21.362 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.env: 0x559d0e89bcc0 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.info_log: 0x559d0f7a5de0 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-08T04:27:21.363 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.statistics: (nil) 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.use_fsync: 0 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-08T04:27:21.364 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.db_log_dir: 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.wal_dir: 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-08T04:27:21.365 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.write_buffer_manager: 0x559d0f7770e0 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-08T04:27:21.366 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.unordered_write: 0 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-08T04:27:21.370 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.row_cache: None 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.wal_filter: None 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.two_write_queues: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.wal_compression: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.atomic_flush: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-08T04:27:21.371 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-08T04:27:21.372 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_open_files: -1 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Compression algorithms supported: 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kZSTD supported: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kXpressCompression supported: 0 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-08T04:27:21.373 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kZlibCompression supported: 1 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.merge_operator: 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_filter: None 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-08T04:27:21.374 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559d0f7a5fa0) 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cache_index_and_filter_blocks: 1 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: pin_top_level_index_and_filter: 1 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: index_type: 0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: data_block_index_type: 0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: index_shortening: 1 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: data_block_hash_table_util_ratio: 0.750000 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: checksum: 4 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: no_block_cache: 0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_cache: 0x559d0f7a71f0 2024-05-08T04:27:21.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_cache_name: BinnedLRUCache 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_cache_options: 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: capacity : 536870912 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: num_shard_bits : 4 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: strict_capacity_limit : 0 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: high_pri_pool_ratio: 0.000 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_cache_compressed: (nil) 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: persistent_cache: (nil) 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_size: 4096 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_size_deviation: 10 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_restart_interval: 16 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: index_block_restart_interval: 1 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: metadata_block_size: 4096 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: partition_filters: 0 2024-05-08T04:27:21.376 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: use_delta_encoding: 1 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: filter_policy: bloomfilter 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: whole_key_filtering: 1 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: verify_compression: 0 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: read_amp_bytes_per_bit: 0 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: format_version: 5 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: enable_index_compression: 1 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: block_align: 0 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: max_auto_readahead_size: 262144 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: prepopulate_block_cache: 0 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: initial_auto_readahead_size: 8192 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: num_file_reads_for_auto_readahead: 2 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression: NoCompression 2024-05-08T04:27:21.377 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.num_levels: 7 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-08T04:27:21.378 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-08T04:27:21.379 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-08T04:27:21.380 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-08T04:27:21.381 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.bloom_locality: 0 2024-05-08T04:27:21.382 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.ttl: 2592000 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enable_blob_files: false 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.min_blob_size: 0 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-08T04:27:21.383 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5c1bc97c-63a7-4454-a45a-8c969c021bdd 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142441321875, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.317+0000 7efef92e2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142441322514, "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": 1715142441, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5c1bc97c-63a7-4454-a45a-8c969c021bdd", "db_session_id": "ST6S3L6VKCVDKL4X8Q7M", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-08T04:27:21.384 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715142441322643, "job": 1, "event": "recovery_finished"} 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559d0f8c8000 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 4 rocksdb: DB pointer 0x559d0f8b4000 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efee7a39700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efee7a39700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: ** DB Stats ** 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-08T04:27:21.385 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: ** Compaction Stats [default] ** 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: ** Compaction Stats [default] ** 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-08T04:27:21.386 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: AddFile(Total Files): cumulative 0, interval 0 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: AddFile(Keys): cumulative 0, interval 0 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: Block cache BinnedLRUCache@0x559d0f7a71f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: ** File Read Latency Histogram By Level [default] ** 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 0 using public_addr v2:172.21.15.138:0/0 -> [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.321+0000 7efef92e2c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.325+0000 7efef92e2c80 1 mon.b@-1(???) e0 preinit fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:21.387 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).mds e1 new map 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: e1 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 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-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: legacy client fscid: -1 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: No filesystems configured 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-08T04:27:21.388 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.349+0000 7efeeaa3f700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:06.186920+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:06.186920+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:07.165390+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:07.165390+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:07.173079+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:07.173079+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:08.187379+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:08.187379+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.026072+0000 mgr.a (mgr.14152) 14 : 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-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.026072+0000 mgr.a (mgr.14152) 14 : 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-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.031487+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.389 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.031487+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.072556+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.072556+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.074384+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.074384+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.075146+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.075146+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.076172+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.076172+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:10.187790+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-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:10.187790+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-08T04:27:21.390 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.190636+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.190636+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.405109+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.405109+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.790786+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.790786+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.796855+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.796855+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.802563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:10.802563+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.620347+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:10.620347+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:12.188193+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:12.188193+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:14.188689+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.391 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:14.188689+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:16.189254+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:16.189254+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:18.189737+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-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:18.189737+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-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.740426+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.740426+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.743786+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.743786+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.747529+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:18.747529+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:19.056691+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:19.056691+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:19.723813+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi138 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:19.723813+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi138 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:20.190242+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.392 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:20.190242+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:22.190665+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:22.190665+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:24.191048+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-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:24.191048+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-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.029843+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.029843+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.072975+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.072975+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:25.030747+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi138 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:25.030747+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi138 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.546578+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:25.546578+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:26.191493+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.393 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:26.191493+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.022772+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.022772+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.028488+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.028488+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.029906+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.029906+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.032128+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.032128+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.034026+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.034026+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.036922+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.036922+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.253746+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.394 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.253746+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.469290+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.469290+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.806451+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.806451+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.812481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.812481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.815855+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]: dispatch 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.815855+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]: dispatch 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.817240+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]': finished 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:27.817240+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi138", "caps": []}]': finished 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.634230+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:27.634230+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:28.191939+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:28.191939+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:28.698180+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi138 on smithi138 2024-05-08T04:27:21.395 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:28.698180+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi138 on smithi138 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.610060+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.610060+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.619465+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.619465+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.625473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.625473+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.694196+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.694196+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.698598+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.698598+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.700244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.700244+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.708794+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.708794+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.396 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.777895+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.777895+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.782601+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.782601+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.784340+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.784340+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.791692+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:29.791692+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:30.076813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:30.076813+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:30.192378+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:30.192378+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:31.143436+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:31.143436+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:31.151830+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.397 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:31.151830+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:32.192774+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:32.192774+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:32.267953+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:32.267953+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:33.560660+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:33.560660+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:34.193207+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:34.193207+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:36.193774+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:36.193774+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:38.194206+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:38.194206+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.956767+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.956767+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.398 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.963326+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.963326+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.971483+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:38.971483+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:40.194638+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:40.194638+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:42.195067+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-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:42.195067+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-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:42.491969+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:42.491969+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:43.508320+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:43.508320+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi204 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:43.943933+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:43.943933+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:43.953216+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.399 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:43.953216+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:44.195565+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:44.195565+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:46.195982+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:46.195982+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:48.196352+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:48.196352+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:48.940926+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:48.940926+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:48.978640+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:48.978640+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:48.941838+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:48.941838+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi204 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:49.451013+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:49.451013+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:50.196832+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:50.196832+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.400 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.709485+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.709485+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.716203+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.716203+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.724477+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.724477+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.976059+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.976059+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.981808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.981808+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.983325+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.983325+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.985261+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.985261+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.986931+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:50.986931+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.401 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:50.989653+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:50.989653+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.206826+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.206826+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.371450+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.371450+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.706926+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.706926+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.711488+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.711488+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.715019+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.715019+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]: dispatch 2024-05-08T04:27:21.402 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.716083+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:51.716083+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi204", "caps": []}]': finished 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.536881+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:51.536881+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:52.197238+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:52.197238+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:52.281900+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:26:52.281900+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi204 on smithi204 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.255358+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.255358+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.303714+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.303714+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.403 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.308662+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.404 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.308662+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.404 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.406791+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.406791+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.411937+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.411937+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.413057+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.413057+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.418538+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.418538+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.550148+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.550148+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.552935+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.552935+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.553857+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.405 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.553857+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.558409+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.558409+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.736238+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:53.736238+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:54.197662+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:54.197662+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:54.803335+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:54.803335+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:54.809363+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:54.809363+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:56.198147+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:56.198147+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.406 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:57.275130+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:57.275130+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:57.250659+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:57.250659+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:58.198537+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:26:58.198537+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.158173+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.158173+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.162986+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.162986+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.170027+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:26:59.170027+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:00.198930+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:00.198930+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:02.199370+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.407 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:02.199370+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:04.199753+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:04.199753+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:05.333300+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:05.333300+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:05.470072+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:05.470072+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.16:0/2519197397' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:05.474446+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:05.474446+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:06.200202+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:06.200202+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:07.495705+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:07.495705+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:07.503836+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.408 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:07.503836+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:08.200712+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-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:08.200712+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-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:10.201242+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-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:10.201242+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-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.645756+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.645756+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.667245+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.667245+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.673090+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.673090+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.674927+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.674927+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.683045+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.683045+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.409 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.688117+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.688117+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.689901+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.689901+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.926404+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.926404+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.931894+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.931894+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.942301+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.942301+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.634611+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:10.634611+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:10.640285+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c;count:3 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:10.640285+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;smithi204:172.21.15.204=c;count:3 2024-05-08T04:27:21.410 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:10.692168+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:10.692168+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi204 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:12.201770+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:12.201770+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:14.202259+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:14.202259+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:15.968573+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.204:0/2102981624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:15.968573+0000 mon.a (mon.0) 216 : audit [DBG] from='client.? 172.21.15.204:0/2102981624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.151293+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.151293+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.157261+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.157261+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.176240+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.176240+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.177732+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:21.411 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.177732+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.179532+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: audit 2024-05-08T04:27:16.179532+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:16.181589+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi138 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cephadm 2024-05-08T04:27:16.181589+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi138 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:16.202742+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: cluster 2024-05-08T04:27:16.202742+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:21.412 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:21 smithi138 bash[22237]: debug 2024-05-08T04:27:21.357+0000 7efeeaa3f700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-08T04:27:21.927 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:27:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:22.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:22.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:22.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:22 smithi204 bash[22349]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:23.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:23.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:22 smithi016 bash[21491]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:17.658389+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:17.658742+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:17.659026+0000 mon.a (mon.0) 225 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:18.203224+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:18.652174+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:19.652200+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:19.655057+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:20.203730+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:20.652496+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:21.366952+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:21.652681+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.204248+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.367251+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.652616+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:23.598 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.703971+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710604+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710643+0000 mon.a (mon.0) 235 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710667+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-05-08T04:27:17.653194+0000 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710686+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710714+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710737+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:23.599 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710760+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.710783+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.730653+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.730752+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.731104+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: cluster 2024-05-08T04:27:22.731366+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.739549+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.746242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.600 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.752882+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.759217+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.765977+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.772141+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.601 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:23 smithi138 bash[22237]: audit 2024-05-08T04:27:22.779701+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:23.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:27:23 smithi016 bash[21748]: debug 2024-05-08T04:27:23.647+0000 7f5981b8f700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.826 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.827 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.828 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.829 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:28 smithi204 bash[22349]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.849 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.850 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.851 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:28 smithi138 bash[22237]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932442+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932818+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:22.932988+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.148618+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.148816+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cephadm 2024-05-08T04:27:23.149475+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:28.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:23.388942+0000 mon.a (mon.0) 266 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:23.389461+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406539+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:23.406693+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:24.204671+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:24.367982+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:25.367695+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:25.383561+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:26.205090+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:26.368160+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:27.368119+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.368350+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.392036+0000 mon.a (mon.0) 275 : cluster [INF] mon.a calling monitor election 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.432349+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438867+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-05-08T04:27:28.962 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438902+0000 mon.a (mon.0) 278 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438924+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-05-08T04:27:23.382853+0000 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438943+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438970+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.438997+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439017+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439042+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon.c 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.439062+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:27:28.963 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440091+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440150+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440454+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.440708+0000 mon.a (mon.0) 289 : cluster [INF] overall HEALTH_OK 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.448807+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.457291+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.466424+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.964 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.476616+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.965 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:28.965 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:28 smithi016 bash[21491]: audit 2024-05-08T04:27:28.487851+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.395 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-05-08T04:27:29.395 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":3,"fsid":"aaa15938-0cf2-11ef-bc97-c7b262605968","modified":"2024-05-08T04:27:23.382853Z","created":"2024-05-08T04:24:28.548899Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-08T04:27:29.397 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 3 2024-05-08T04:27:29.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:29 smithi204 bash[22349]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:29.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:29.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:29 smithi138 bash[22237]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:29.920 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.920 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: cluster 2024-05-08T04:27:28.205457+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:29.920 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.449925+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.582538+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.584334+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.586115+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.656429+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.661338+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:28.667340+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:29.368377+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:27:29.921 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:29.922 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:29 smithi016 bash[21491]: audit 2024-05-08T04:27:29.393972+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/297492004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-08T04:27:30.030 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-08T04:27:30.031 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:30 smithi204 bash[22349]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:30.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:30.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:30 smithi138 bash[22237]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:30.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.581838+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-08T04:27:30.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: cephadm 2024-05-08T04:27:28.588259+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:27:30.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:30.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:30 smithi016 bash[21491]: audit 2024-05-08T04:27:29.949133+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:31 smithi204 bash[22349]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:31.829 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.830 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:31.831 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:31 smithi016 bash[21491]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:31.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: cluster 2024-05-08T04:27:30.205742+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-08T04:27:31.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.627901+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.635543+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.645599+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.773077+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.778770+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.810951+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.812776+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:31.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:31.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:31 smithi138 bash[22237]: audit 2024-05-08T04:27:30.814534+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:32.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:32.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:32 smithi016 bash[21491]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:32 smithi204 bash[22349]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cephadm 2024-05-08T04:27:30.810285+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cephadm 2024-05-08T04:27:30.816675+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:32.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:32 smithi138 bash[22237]: cluster 2024-05-08T04:27:32.206118+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.808 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:33.809 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:33 smithi204 bash[22349]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:33.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:33.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:33 smithi138 bash[22237]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.549145+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.553883+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: cephadm 2024-05-08T04:27:32.585981+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.586404+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.587499+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: audit 2024-05-08T04:27:32.588548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:33.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:33 smithi016 bash[21491]: cephadm 2024-05-08T04:27:32.589902+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi204 2024-05-08T04:27:35.413 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:35 smithi016 bash[21491]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:35 smithi204 bash[22349]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cluster 2024-05-08T04:27:34.206548+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.388119+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.395051+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.409603+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.413919+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.415492+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.417923+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:27:35.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.418711+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.419097+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.907607+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.913924+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.920305+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.926948+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.933447+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.939235+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:35.848 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:35 smithi138 bash[22237]: audit 2024-05-08T04:27:34.945870+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:36.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:36 smithi016 bash[21491]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:36 smithi204 bash[22349]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.685003+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.685401+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:36.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:36 smithi138 bash[22237]: cephadm 2024-05-08T04:27:34.686009+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:27:37.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:37 smithi016 bash[21491]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:37.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:37 smithi016 bash[21491]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:37 smithi204 bash[22349]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:37 smithi204 bash[22349]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:37.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:37 smithi138 bash[22237]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:37.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:37 smithi138 bash[22237]: cluster 2024-05-08T04:27:36.207081+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:38.162 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:38.162 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-05-08T04:27:38.162 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:27:38.162 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-05-08T04:27:38.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:38 smithi016 bash[21491]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:38 smithi016 bash[21491]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:38 smithi204 bash[22349]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:38 smithi204 bash[22349]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.825 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-08T04:27:38.825 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:27:38.825 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-05-08T04:27:38.839 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:27:38.839 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:38 smithi138 bash[22237]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:38 smithi138 bash[22237]: audit 2024-05-08T04:27:38.161945+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.16:0/1936264904' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:38.894 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:27:38.894 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2024-05-08T04:27:38.908 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:27:38.908 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:38.962 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:27:38.962 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-05-08T04:27:38.977 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:27:38.978 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:27:39.035 INFO:tasks.cephadm:Adding mgr.a on smithi016 2024-05-08T04:27:39.035 INFO:tasks.cephadm:Adding mgr.b on smithi138 2024-05-08T04:27:39.035 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi016=a;smithi138=b' 2024-05-08T04:27:39.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:39 smithi016 bash[21491]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:39.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:39 smithi016 bash[21491]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:39 smithi204 bash[22349]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:39 smithi204 bash[22349]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:39 smithi138 bash[22237]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:39 smithi138 bash[22237]: cluster 2024-05-08T04:27:38.207533+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:41 smithi204 bash[22349]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:41 smithi204 bash[22349]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:41 smithi016 bash[21491]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:41 smithi016 bash[21491]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:41 smithi138 bash[22237]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:41.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:41 smithi138 bash[22237]: cluster 2024-05-08T04:27:40.207929+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:42.775 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:27:43.063 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:43.064 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:42 smithi204 bash[22349]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:42 smithi138 bash[22237]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:41.992793+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:42.000650+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: audit 2024-05-08T04:27:42.010763+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:42 smithi016 bash[21491]: cluster 2024-05-08T04:27:42.208349+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:45 smithi204 bash[22349]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:45 smithi204 bash[22349]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:45 smithi138 bash[22237]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:45 smithi138 bash[22237]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:45 smithi016 bash[21491]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:45 smithi016 bash[21491]: cluster 2024-05-08T04:27:44.208821+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:45.831 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mgr update... 2024-05-08T04:27:46.446 DEBUG:teuthology.orchestra.run.smithi138:mgr.b> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.b.service 2024-05-08T04:27:46.449 INFO:tasks.cephadm:Deploying OSDs... 2024-05-08T04:27:46.449 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-08T04:27:46.449 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T04:27:46.456 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-08T04:27:46.456 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-08 04:17:37.064141478 +0000 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-08 04:17:36.816143693 +0000 2024-05-08T04:27:46.502 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-08 04:17:36.816143693 +0000 2024-05-08T04:27:46.503 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-08T04:27:46.503 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T04:27:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-08T04:27:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-08T04:27:46.557 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000381193 s, 1.3 MB/s 2024-05-08T04:27:46.559 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T04:27:46.608 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-05-08T04:27:46.653 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-08 04:17:37.524137370 +0000 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-08 04:17:37.280139549 +0000 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-08 04:17:37.280139549 +0000 2024-05-08T04:27:46.654 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-08T04:27:46.654 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T04:27:46.709 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-08T04:27:46.709 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-08T04:27:46.709 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000305414 s, 1.7 MB/s 2024-05-08T04:27:46.710 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T04:27:46.761 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-05-08T04:27:46.810 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T04:27:46.810 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-08 04:17:38.020132939 +0000 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-08 04:17:37.756135298 +0000 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-08 04:17:37.756135298 +0000 2024-05-08T04:27:46.811 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-08T04:27:46.812 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T04:27:46.869 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-08T04:27:46.869 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-08T04:27:46.870 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000207064 s, 2.5 MB/s 2024-05-08T04:27:46.871 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T04:27:46.920 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-05-08T04:27:46.969 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-08 04:17:38.508128580 +0000 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-08 04:17:38.240130974 +0000 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-08 04:17:38.240130974 +0000 2024-05-08T04:27:46.970 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-08T04:27:46.970 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T04:27:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-08T04:27:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-08T04:27:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000304664 s, 1.7 MB/s 2024-05-08T04:27:47.030 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T04:27:47.079 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T04:27:47.079 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T04:27:47.086 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-08T04:27:47.086 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2024-05-08T04:27:47.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:46 smithi138 bash[22237]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.102 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T04:27:47.102 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-05-08 04:17:33.042166081 +0000 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-05-08 04:17:32.790189420 +0000 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-05-08 04:17:32.790189420 +0000 2024-05-08T04:27:47.103 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-05-08T04:27:47.103 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T04:27:47.157 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-05-08T04:27:47.157 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-05-08T04:27:47.157 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000440952 s, 1.2 MB/s 2024-05-08T04:27:47.158 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T04:27:47.208 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2024-05-08T04:27:47.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:46 smithi016 bash[21491]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-05-08 04:17:33.542120615 +0000 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-05-08 04:17:33.290143530 +0000 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-05-08 04:17:33.290143530 +0000 2024-05-08T04:27:47.255 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-05-08T04:27:47.255 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T04:27:47.309 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-05-08T04:27:47.309 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-05-08T04:27:47.309 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000441822 s, 1.2 MB/s 2024-05-08T04:27:47.311 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T04:27:47.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.820556+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cephadm 2024-05-08T04:27:45.824186+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi138=b;count:2 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.830692+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.841492+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.847191+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.849013+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.858534+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.863135+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.865929+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.870771+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: audit 2024-05-08T04:27:45.872710+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:47.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cephadm 2024-05-08T04:27:45.874740+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi138 2024-05-08T04:27:47.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:46 smithi204 bash[22349]: cluster 2024-05-08T04:27:46.209258+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:47.360 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2024-05-08T04:27:47.406 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-05-08 04:17:33.998079149 +0000 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-05-08 04:17:33.770099882 +0000 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-05-08 04:17:33.770099882 +0000 2024-05-08T04:27:47.407 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-05-08T04:27:47.407 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T04:27:47.462 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-05-08T04:27:47.462 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-05-08T04:27:47.463 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000310259 s, 1.7 MB/s 2024-05-08T04:27:47.463 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T04:27:47.511 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-05-08 04:17:34.498034674 +0000 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-05-08 04:17:34.274054595 +0000 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-05-08 04:17:34.274054595 +0000 2024-05-08T04:27:47.558 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2024-05-08T04:27:47.558 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T04:27:47.612 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-05-08T04:27:47.612 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-05-08T04:27:47.612 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000372696 s, 1.4 MB/s 2024-05-08T04:27:47.613 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T04:27:47.663 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-05-08T04:27:47.663 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-05-08T04:27:47.669 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-08T04:27:47.670 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-08 04:17:36.180766543 +0000 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-08 04:17:35.944768650 +0000 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-08 04:17:35.944768650 +0000 2024-05-08T04:27:47.719 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-08T04:27:47.719 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-08T04:27:47.773 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-08T04:27:47.773 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-08T04:27:47.773 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000383389 s, 1.3 MB/s 2024-05-08T04:27:47.774 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-08T04:27:47.824 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-08 04:17:36.688762004 +0000 2024-05-08T04:27:47.870 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-08 04:17:36.436764255 +0000 2024-05-08T04:27:47.871 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-08 04:17:36.436764255 +0000 2024-05-08T04:27:47.871 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-08T04:27:47.871 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-08T04:27:47.925 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-08T04:27:47.925 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-08T04:27:47.925 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000356169 s, 1.4 MB/s 2024-05-08T04:27:47.927 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-08T04:27:47.975 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.022 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:47 smithi138 bash[22237]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-08 04:17:37.184757574 +0000 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-08 04:17:36.940759754 +0000 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-08 04:17:36.940759754 +0000 2024-05-08T04:27:48.023 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-08T04:27:48.023 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:47 smithi204 bash[22349]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.076 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-08T04:27:48.076 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-08T04:27:48.076 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000309468 s, 1.7 MB/s 2024-05-08T04:27:48.077 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-08T04:27:48.127 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-05-08 04:17:37.672753216 +0000 2024-05-08T04:27:48.174 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-05-08 04:17:37.408755574 +0000 2024-05-08T04:27:48.175 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-05-08 04:17:37.408755574 +0000 2024-05-08T04:27:48.175 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-05-08T04:27:48.175 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.878196+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.884929+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:47 smithi016 bash[21491]: audit 2024-05-08T04:27:46.894391+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:48.228 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-05-08T04:27:48.228 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-05-08T04:27:48.228 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00039211 s, 1.3 MB/s 2024-05-08T04:27:48.229 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-08T04:27:48.280 INFO:tasks.cephadm:Deploying osd.0 on smithi016 with /dev/vg_nvme/lv_4... 2024-05-08T04:27:48.280 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-08T04:27:49.195 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:48 smithi138 bash[22237]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.196 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:48 smithi138 bash[22237]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:48 smithi016 bash[21491]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:48 smithi016 bash[21491]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:48 smithi204 bash[22349]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:48 smithi204 bash[22349]: cluster 2024-05-08T04:27:48.209670+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:49.530 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.530 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.530 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.531 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.531 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.531 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:27:49.844 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:49 smithi138 systemd[1]: Started Ceph mgr.b for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:27:50.845 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[23301]: debug 2024-05-08T04:27:50.729+0000 7fe1db8a9700 1 -- 172.21.15.138:0/70675356 <== mon.2 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558c3ad985a0 con 0x558c3bb18800 2024-05-08T04:27:50.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:50.847 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[22237]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:50.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:50.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:50 smithi016 bash[21491]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.577149+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.585403+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.604301+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.611297+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.714697+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.718863+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.720409+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:51.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.727118+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.727771+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.826083+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.826628+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.827982+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: audit 2024-05-08T04:27:49.829051+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cephadm 2024-05-08T04:27:49.830458+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:27:51.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:51.075 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:50 smithi204 bash[22349]: cluster 2024-05-08T04:27:50.209988+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:51.345 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:50 smithi138 bash[23301]: debug 2024-05-08T04:27:50.881+0000 7fe1e5abc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-08T04:27:52.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:51 smithi204 bash[22349]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:51 smithi204 bash[22349]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:51 smithi138 bash[22237]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:51 smithi138 bash[22237]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:51 smithi016 bash[21491]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:51 smithi016 bash[21491]: audit 2024-05-08T04:27:50.804598+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:52.773 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[23301]: debug 2024-05-08T04:27:52.493+0000 7fe1e5abc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-08T04:27:52.773 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[23301]: debug 2024-05-08T04:27:52.593+0000 7fe1e5abc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-08T04:27:52.998 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:27:53.094 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[23301]: debug 2024-05-08T04:27:52.853+0000 7fe1e5abc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:53.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:52 smithi138 bash[22237]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:53.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:53.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:52 smithi016 bash[21491]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:53.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.911539+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.917322+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.954032+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.959009+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.960502+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: audit 2024-05-08T04:27:51.968724+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: cephadm 2024-05-08T04:27:51.969918+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:53.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:52 smithi204 bash[22349]: cluster 2024-05-08T04:27:52.210241+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:54.053 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:53 smithi138 bash[23301]: debug 2024-05-08T04:27:53.665+0000 7fe1e5abc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-08T04:27:54.053 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:53 smithi138 bash[23301]: debug 2024-05-08T04:27:53.777+0000 7fe1e5abc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-08T04:27:54.053 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:53 smithi138 bash[23301]: debug 2024-05-08T04:27:53.885+0000 7fe1e5abc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-08T04:27:54.344 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[23301]: debug 2024-05-08T04:27:54.249+0000 7fe1e5abc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-08T04:27:54.542 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:54 smithi016 bash[21491]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:54.542 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:54 smithi016 bash[21491]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:54 smithi204 bash[22349]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:54 smithi204 bash[22349]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:54.823 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[23301]: debug 2024-05-08T04:27:54.365+0000 7fe1e5abc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-08T04:27:54.824 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[23301]: debug 2024-05-08T04:27:54.473+0000 7fe1e5abc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-08T04:27:54.824 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[22237]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:54.824 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[22237]: audit 2024-05-08T04:27:53.475074+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.087 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:54 smithi138 bash[23301]: debug 2024-05-08T04:27:54.837+0000 7fe1e5abc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-08T04:27:55.345 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[23301]: debug 2024-05-08T04:27:55.085+0000 7fe1e5abc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-08T04:27:55.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:55 smithi016 bash[21491]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:55 smithi016 bash[21491]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:55 smithi016 bash[21491]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:55 smithi016 bash[21491]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.738 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[23301]: debug 2024-05-08T04:27:55.349+0000 7fe1e5abc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[23301]: debug 2024-05-08T04:27:55.465+0000 7fe1e5abc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[23301]: debug 2024-05-08T04:27:55.737+0000 7fe1e5abc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[22237]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[22237]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[22237]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.739 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:55 smithi138 bash[22237]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:55 smithi204 bash[22349]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:55 smithi204 bash[22349]: cluster 2024-05-08T04:27:54.210689+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:55 smithi204 bash[22349]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:55.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:55 smithi204 bash[22349]: audit 2024-05-08T04:27:55.471155+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:56.446 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:56 smithi138 bash[23301]: debug 2024-05-08T04:27:56.185+0000 7fe1e5abc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:27:56.817 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:56 smithi138 bash[23301]: debug 2024-05-08T04:27:56.445+0000 7fe1e5abc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-08T04:27:56.817 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:56 smithi138 bash[23301]: debug 2024-05-08T04:27:56.565+0000 7fe1e5abc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-08T04:27:57.095 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:56 smithi138 bash[23301]: debug 2024-05-08T04:27:56.813+0000 7fe1e5abc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123757 s, 847 MB/s 2024-05-08T04:27:57.203 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2024-05-08T04:27:57.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:57 smithi204 bash[22349]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:57 smithi204 bash[22349]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:57 smithi204 bash[22349]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:57 smithi204 bash[22349]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[22237]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[22237]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[22237]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[22237]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:57 smithi016 bash[21491]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:57 smithi016 bash[21491]: cluster 2024-05-08T04:27:56.211204+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:57.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:57 smithi016 bash[21491]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:57 smithi016 bash[21491]: audit 2024-05-08T04:27:56.265668+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:57.967 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2024-05-08T04:27:58.094 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[23301]: debug 2024-05-08T04:27:57.825+0000 7fe1e5abc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-08T04:27:58.095 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:57 smithi138 bash[23301]: debug 2024-05-08T04:27:57.949+0000 7fe1e5abc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-08T04:27:58.595 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:58 smithi138 bash[23301]: debug 2024-05-08T04:27:58.249+0000 7fe1e5abc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-08T04:27:58.595 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:58 smithi138 bash[23301]: debug 2024-05-08T04:27:58.361+0000 7fe1e5abc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-08T04:27:59.021 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:58 smithi138 bash[23301]: debug 2024-05-08T04:27:58.645+0000 7fe1e5abc200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-08T04:27:59.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:59.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:27:59 smithi204 bash[22349]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[23301]: debug 2024-05-08T04:27:59.093+0000 7fe1e5abc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[23301]: debug 2024-05-08T04:27:59.213+0000 7fe1e5abc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:59.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:27:59 smithi138 bash[22237]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:59.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.021503+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.028348+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.035989+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.046588+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.051285+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.052591+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: audit 2024-05-08T04:27:58.061361+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:27:59.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:27:59 smithi016 bash[21491]: cluster 2024-05-08T04:27:58.211626+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:00.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:00 smithi204 bash[22349]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:00.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:00 smithi138 bash[22237]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: cluster 2024-05-08T04:27:59.238088+0000 mon.a (mon.0) 373 : cluster [DBG] Standby manager daemon b started 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.239094+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.240663+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-08T04:28:00.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.241940+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-08T04:28:00.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:00.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:00 smithi016 bash[21491]: audit 2024-05-08T04:27:59.242447+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.138:0/684530791' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:01.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:01 smithi204 bash[22349]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:01.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:01 smithi138 bash[22237]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: cluster 2024-05-08T04:28:00.083481+0000 mon.a (mon.0) 374 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: audit 2024-05-08T04:28:00.083780+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:01.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:01 smithi016 bash[21491]: cluster 2024-05-08T04:28:00.212006+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:02 smithi204 bash[22349]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.414 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:02 smithi138 bash[22237]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.214366+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.220427+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:02.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:02 smithi016 bash[21491]: audit 2024-05-08T04:28:01.227750+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:03.486 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:03 smithi016 bash[21491]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:03.487 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:03 smithi016 bash[21491]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:03.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:03 smithi204 bash[22349]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:03.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:03 smithi204 bash[22349]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:03.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:03 smithi138 bash[22237]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:03.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:03 smithi138 bash[22237]: cluster 2024-05-08T04:28:02.212460+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:05.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:05 smithi204 bash[22349]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:05.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:05 smithi138 bash[22237]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:05.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: cluster 2024-05-08T04:28:04.212949+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:05.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.145790+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:05.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.148567+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:05.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:05.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:05 smithi016 bash[21491]: audit 2024-05-08T04:28:05.149449+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:06 smithi204 bash[22349]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:06 smithi204 bash[22349]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:06.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:06 smithi138 bash[22237]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:06.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:06 smithi138 bash[22237]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:06.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:06 smithi016 bash[21491]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:06.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:06 smithi016 bash[21491]: audit 2024-05-08T04:28:05.141375+0000 mgr.a (mgr.14152) 125 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:07 smithi204 bash[22349]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:07 smithi138 bash[22237]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: cluster 2024-05-08T04:28:06.213399+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.103147+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.111685+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:07.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:07 smithi016 bash[21491]: audit 2024-05-08T04:28:07.121938+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:09.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:09 smithi204 bash[22349]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:09.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:09 smithi204 bash[22349]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:09.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:09 smithi138 bash[22237]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:09.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:09 smithi138 bash[22237]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:09 smithi016 bash[21491]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:09 smithi016 bash[21491]: cluster 2024-05-08T04:28:08.213860+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:11 smithi204 bash[22349]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:11 smithi204 bash[22349]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:11 smithi138 bash[22237]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:11 smithi138 bash[22237]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:11 smithi016 bash[21491]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:11.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:11 smithi016 bash[21491]: cluster 2024-05-08T04:28:10.214264+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:13 smithi138 bash[22237]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:13 smithi138 bash[22237]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.567 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:13 smithi016 bash[21491]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.567 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:13 smithi016 bash[21491]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:13 smithi204 bash[22349]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:13.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:13 smithi204 bash[22349]: cluster 2024-05-08T04:28:12.214745+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:14.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:14 smithi204 bash[22349]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:14.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:14 smithi138 bash[22237]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.469875+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]: dispatch 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.471693+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.16:0/1677829122' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f837ab32-16a2-4bdf-a97f-e4348474b045"}]': finished 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: cluster 2024-05-08T04:28:13.474269+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-08T04:28:14.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:14.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:14 smithi016 bash[21491]: audit 2024-05-08T04:28:13.474523+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:15 smithi204 bash[22349]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:15 smithi204 bash[22349]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:15 smithi204 bash[22349]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:15.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:15 smithi204 bash[22349]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:15.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:15 smithi138 bash[22237]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:15 smithi138 bash[22237]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:15 smithi138 bash[22237]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:15.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:15 smithi138 bash[22237]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:15.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:15 smithi016 bash[21491]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:15 smithi016 bash[21491]: cluster 2024-05-08T04:28:14.215053+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:15.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:15 smithi016 bash[21491]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:15.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:15 smithi016 bash[21491]: audit 2024-05-08T04:28:14.557447+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/4052825785' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:28:17.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:17 smithi204 bash[22349]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:17.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:17 smithi204 bash[22349]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:17.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:17 smithi016 bash[21491]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:17.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:17 smithi016 bash[21491]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:17.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:17 smithi138 bash[22237]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:17.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:17 smithi138 bash[22237]: cluster 2024-05-08T04:28:16.215447+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:19 smithi204 bash[22349]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:19 smithi138 bash[22237]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: cluster 2024-05-08T04:28:18.215824+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.219912+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.224882+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:19.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:19 smithi016 bash[21491]: audit 2024-05-08T04:28:18.229837+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:21 smithi016 bash[21491]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:21 smithi204 bash[22349]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: cluster 2024-05-08T04:28:20.216290+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.443085+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.452592+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: cephadm 2024-05-08T04:28:20.454804+0000 mgr.a (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:28:21.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:21.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:21 smithi138 bash[22237]: audit 2024-05-08T04:28:20.460237+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:23.650 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:23 smithi016 bash[21491]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:23.650 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:23 smithi016 bash[21491]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:23.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:23 smithi204 bash[22349]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:23.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:23 smithi204 bash[22349]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:23.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:23 smithi138 bash[22237]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:23.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:23 smithi138 bash[22237]: cluster 2024-05-08T04:28:22.216759+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:25 smithi016 bash[21491]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:25 smithi016 bash[21491]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:25 smithi204 bash[22349]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:25 smithi204 bash[22349]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:25 smithi138 bash[22237]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:25 smithi138 bash[22237]: cluster 2024-05-08T04:28:24.217197+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:26 smithi016 bash[21491]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:26 smithi016 bash[21491]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:26 smithi016 bash[21491]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:26 smithi016 bash[21491]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:26 smithi204 bash[22349]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:26 smithi204 bash[22349]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:26 smithi204 bash[22349]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:26 smithi204 bash[22349]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:26 smithi138 bash[22237]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:26 smithi138 bash[22237]: audit 2024-05-08T04:28:26.043312+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:28:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:26 smithi138 bash[22237]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:26 smithi138 bash[22237]: audit 2024-05-08T04:28:26.045251+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:27 smithi204 bash[22349]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:27 smithi016 bash[21491]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: cephadm 2024-05-08T04:28:26.046746+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: cluster 2024-05-08T04:28:26.217662+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.307067+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.312090+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:27.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:27 smithi138 bash[22237]: audit 2024-05-08T04:28:27.317002+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:29.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:29 smithi204 bash[22349]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:29.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:29 smithi204 bash[22349]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:29.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:29 smithi016 bash[21491]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:29.827 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:29 smithi016 bash[21491]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:29.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:29 smithi138 bash[22237]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:29.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:29 smithi138 bash[22237]: cluster 2024-05-08T04:28:28.218090+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:30.087 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:28:29 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:28:30.088 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:29 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:28:30.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:30 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:28:30.458 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:28:30 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:28:31.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:31 smithi016 bash[21491]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:31 smithi138 bash[22237]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: cluster 2024-05-08T04:28:30.218530+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:31.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.337604+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.342146+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.361113+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.364619+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.365370+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:31.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:31 smithi204 bash[22349]: audit 2024-05-08T04:28:30.370414+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:33.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:33 smithi016 bash[21491]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:33.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:33 smithi016 bash[21491]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:33.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:33 smithi138 bash[22237]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:33.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:33 smithi138 bash[22237]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:33.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:33 smithi204 bash[22349]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:33.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:33 smithi204 bash[22349]: cluster 2024-05-08T04:28:32.219016+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.677 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:35 smithi138 bash[22237]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.677 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:35 smithi138 bash[22237]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:35 smithi016 bash[21491]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:35 smithi016 bash[21491]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:35 smithi204 bash[22349]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:35.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:35 smithi204 bash[22349]: cluster 2024-05-08T04:28:34.219418+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.576 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:37 smithi016 bash[21491]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.576 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:37 smithi016 bash[21491]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.576 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:37 smithi016 bash[21491]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:37.576 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:37 smithi016 bash[21491]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:37 smithi204 bash[22349]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:37 smithi204 bash[22349]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:37 smithi204 bash[22349]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:37 smithi204 bash[22349]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:37 smithi138 bash[22237]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:37 smithi138 bash[22237]: cluster 2024-05-08T04:28:36.219862+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:37 smithi138 bash[22237]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:37 smithi138 bash[22237]: audit 2024-05-08T04:28:36.801935+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.687 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:38.688 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:38 smithi016 bash[21491]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:38.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:38 smithi204 bash[22349]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.349415+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.354489+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.355511+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:37.356181+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: audit 2024-05-08T04:28:38.351861+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:38.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:38 smithi138 bash[22237]: cluster 2024-05-08T04:28:38.359693+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-08T04:28:39.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.461 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:39 smithi016 bash[21491]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:39 smithi204 bash[22349]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: cluster 2024-05-08T04:28:38.220269+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.360682+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.369404+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.426150+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.442399+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.456576+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:38.691060+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653]' entity='osd.0' 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:39.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:39 smithi138 bash[22237]: audit 2024-05-08T04:28:39.365772+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:40.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:40.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:40.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:40.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:40 smithi016 bash[21491]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.074 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:40 smithi204 bash[22349]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.784628+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:37.784753+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:39.696968+0000 mon.a (mon.0) 421 : cluster [INF] osd.0 [v2:172.21.15.16:6802/1158962653,v1:172.21.15.16:6803/1158962653] boot 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:41.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:39.697056+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:39.697886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.220779+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.611199+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.618275+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.628675+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.643889+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:41.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.649215+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:41.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:41.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.650907+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:41.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.097 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:40 smithi138 bash[22237]: audit 2024-05-08T04:28:40.661834+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:41.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:41 smithi016 bash[21491]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:42.001 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 0 on host 'smithi016' 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:42.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:41 smithi204 bash[22349]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:42.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:42.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.654880+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:42.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:42.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:28:42.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:42.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:41 smithi138 bash[22237]: cluster 2024-05-08T04:28:40.704467+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-08T04:28:42.608 DEBUG:teuthology.orchestra.run.smithi016:osd.0> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.0.service 2024-05-08T04:28:42.611 INFO:tasks.cephadm:Deploying osd.1 on smithi016 with /dev/vg_nvme/lv_3... 2024-05-08T04:28:42.611 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-08T04:28:43.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:42 smithi204 bash[22349]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:42 smithi138 bash[22237]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.967245+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.974287+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.980368+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.984973+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.986742+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.988335+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: cluster 2024-05-08T04:28:41.991525+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: cluster 2024-05-08T04:28:41.991847+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:43.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:42 smithi016 bash[21491]: audit 2024-05-08T04:28:41.998019+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:45 smithi204 bash[22349]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:45 smithi138 bash[22237]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: cluster 2024-05-08T04:28:43.992344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.810444+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.814711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.819240+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.821686+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.824439+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.825120+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:45 smithi016 bash[21491]: audit 2024-05-08T04:28:44.830211+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:46 smithi204 bash[22349]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:46.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:46 smithi138 bash[22237]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:46.441 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:28:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:44.826661+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:45.817899+0000 mon.a (mon.0) 447 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:28:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:46 smithi016 bash[21491]: cluster 2024-05-08T04:28:45.817978+0000 mon.a (mon.0) 448 : cluster [INF] Cluster is now healthy 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:48 smithi016 bash[21491]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:48 smithi204 bash[22349]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: cluster 2024-05-08T04:28:46.827049+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:48.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.504335+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.509622+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:48.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:48 smithi138 bash[22237]: audit 2024-05-08T04:28:47.515647+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119375 s, 878 MB/s 2024-05-08T04:28:49.427 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2024-05-08T04:28:50.133 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi016:vg_nvme/lv_3 2024-05-08T04:28:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:50 smithi204 bash[22349]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:50 smithi204 bash[22349]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:50.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:50 smithi138 bash[22237]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:50.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:50 smithi138 bash[22237]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:50 smithi016 bash[21491]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:50 smithi016 bash[21491]: cluster 2024-05-08T04:28:48.827556+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:52 smithi204 bash[22349]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:52 smithi204 bash[22349]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:52 smithi138 bash[22237]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:52 smithi138 bash[22237]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:52 smithi016 bash[21491]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:52.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:52 smithi016 bash[21491]: cluster 2024-05-08T04:28:50.828086+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:54 smithi204 bash[22349]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:54 smithi204 bash[22349]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:54 smithi138 bash[22237]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:54 smithi138 bash[22237]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.857 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:28:54.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:54 smithi016 bash[21491]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:54.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:54 smithi016 bash[21491]: cluster 2024-05-08T04:28:52.828595+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:56 smithi204 bash[22349]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:56 smithi204 bash[22349]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:56 smithi138 bash[22237]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:56 smithi138 bash[22237]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:56 smithi016 bash[21491]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:56.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:56 smithi016 bash[21491]: cluster 2024-05-08T04:28:54.829077+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:58 smithi204 bash[22349]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:58 smithi204 bash[22349]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:58 smithi138 bash[22237]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:58 smithi138 bash[22237]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:58 smithi016 bash[21491]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:58.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:58 smithi016 bash[21491]: cluster 2024-05-08T04:28:56.829662+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:59.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:28:59.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:28:59 smithi016 bash[21491]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:00.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:00.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:28:59 smithi204 bash[22349]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:00.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.651208+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.657903+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:58.664431+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: cluster 2024-05-08T04:28:58.830062+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.044631+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.047406+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:00.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:00.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.050297+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:00.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:00.096 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:28:59 smithi138 bash[22237]: audit 2024-05-08T04:28:59.050994+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:02.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:01 smithi016 bash[21491]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:02.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:01 smithi016 bash[21491]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:02.276 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:01 smithi204 bash[22349]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:02.277 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:01 smithi204 bash[22349]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:02.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:01 smithi138 bash[22237]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:02.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:01 smithi138 bash[22237]: cluster 2024-05-08T04:29:00.830540+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:04 smithi016 bash[21491]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:04 smithi204 bash[22349]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: cluster 2024-05-08T04:29:02.831019+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.191457+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.198632+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:04.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:04 smithi138 bash[22237]: audit 2024-05-08T04:29:03.209266+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:06 smithi016 bash[21491]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:06.450 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:06 smithi016 bash[21491]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:06 smithi204 bash[22349]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:06 smithi204 bash[22349]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:06.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:06 smithi138 bash[22237]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:06.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:06 smithi138 bash[22237]: cluster 2024-05-08T04:29:04.831595+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:08.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:08 smithi016 bash[21491]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:08.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:08 smithi204 bash[22349]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:08.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: cluster 2024-05-08T04:29:06.832096+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:08.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.358653+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]: dispatch 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.362210+0000 mon.a (mon.0) 462 : audit [INF] from='client.? 172.21.15.16:0/2773529967' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2852ca5-1b88-4be3-be7a-749cbbf379ee"}]': finished 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: cluster 2024-05-08T04:29:07.367095+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.367382+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.725280+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.733934+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:07.744479+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:08.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:08.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:08 smithi138 bash[22237]: audit 2024-05-08T04:29:08.131811+0000 mon.a (mon.0) 468 : audit [DBG] from='client.? 172.21.15.16:0/3524562837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:29:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:10 smithi016 bash[21491]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:10 smithi016 bash[21491]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:10.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:10 smithi204 bash[22349]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:10.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:10 smithi204 bash[22349]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:10.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:10 smithi138 bash[22237]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:10.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:10 smithi138 bash[22237]: cluster 2024-05-08T04:29:08.832669+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:12 smithi016 bash[21491]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:12 smithi016 bash[21491]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:12 smithi204 bash[22349]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:12 smithi204 bash[22349]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:12 smithi138 bash[22237]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:12.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:12 smithi138 bash[22237]: cluster 2024-05-08T04:29:10.833246+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:14 smithi138 bash[22237]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:14 smithi138 bash[22237]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:14 smithi204 bash[22349]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:14 smithi204 bash[22349]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:14 smithi016 bash[21491]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:14.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:14 smithi016 bash[21491]: cluster 2024-05-08T04:29:12.833826+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:16 smithi016 bash[21491]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:16 smithi016 bash[21491]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:16 smithi204 bash[22349]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:16 smithi204 bash[22349]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:16 smithi138 bash[22237]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:16.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:16 smithi138 bash[22237]: cluster 2024-05-08T04:29:14.834356+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:18 smithi016 bash[21491]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:18 smithi016 bash[21491]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:18 smithi204 bash[22349]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:18 smithi204 bash[22349]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:18 smithi138 bash[22237]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:18.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:18 smithi138 bash[22237]: cluster 2024-05-08T04:29:16.834874+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.199 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:19 smithi016 bash[21491]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:19 smithi204 bash[22349]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: cluster 2024-05-08T04:29:18.835408+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.876343+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.882721+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:20.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:19 smithi138 bash[22237]: audit 2024-05-08T04:29:18.889132+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:22.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:21 smithi016 bash[21491]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:22.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:21 smithi204 bash[22349]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:22.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: cluster 2024-05-08T04:29:20.835852+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:22.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: audit 2024-05-08T04:29:21.413484+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:29:22.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: audit 2024-05-08T04:29:21.415061+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:22.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:22.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:21 smithi138 bash[22237]: cephadm 2024-05-08T04:29:21.416616+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.647 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:24 smithi016 bash[21491]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:24 smithi204 bash[22349]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: cluster 2024-05-08T04:29:22.836223+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.380333+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.386121+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: cephadm 2024-05-08T04:29:23.387948+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-08T04:29:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:24 smithi138 bash[22237]: audit 2024-05-08T04:29:23.393009+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:25.738 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:25.738 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:25.739 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:26.021 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:26.022 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:26.022 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:29:25 smithi016 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:26 smithi016 bash[21491]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:26 smithi204 bash[22349]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: cluster 2024-05-08T04:29:24.836757+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:26.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.020327+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.026295+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.033680+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.037592+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.038484+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:26.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:26 smithi138 bash[22237]: audit 2024-05-08T04:29:26.044583+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:28 smithi016 bash[21491]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:28 smithi204 bash[22349]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: cluster 2024-05-08T04:29:26.837383+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.952635+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.961032+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:28.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:28 smithi138 bash[22237]: audit 2024-05-08T04:29:27.971635+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:30 smithi016 bash[21491]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:30 smithi016 bash[21491]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:30 smithi204 bash[22349]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:30.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:30 smithi204 bash[22349]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:30.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:30 smithi138 bash[22237]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:30.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:30 smithi138 bash[22237]: cluster 2024-05-08T04:29:28.837986+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:32 smithi016 bash[21491]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:32 smithi016 bash[21491]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:32 smithi204 bash[22349]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:32 smithi204 bash[22349]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:32 smithi138 bash[22237]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:32 smithi138 bash[22237]: cluster 2024-05-08T04:29:30.838494+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:33.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:33 smithi016 bash[21491]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:33.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:33 smithi016 bash[21491]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:33.754 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:33 smithi138 bash[22237]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:33.755 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:33 smithi138 bash[22237]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:33.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:33 smithi204 bash[22349]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:33.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:33 smithi204 bash[22349]: audit 2024-05-08T04:29:32.585474+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:34 smithi016 bash[21491]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.753 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.754 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:34 smithi138 bash[22237]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: cluster 2024-05-08T04:29:32.838982+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.406523+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.411302+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.411846+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-08T04:29:34.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:34 smithi204 bash[22349]: audit 2024-05-08T04:29:33.412341+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:34.855 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 1 on host 'smithi016' 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.711 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:35 smithi016 bash[21491]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.726 DEBUG:teuthology.orchestra.run.smithi016:osd.1> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.1.service 2024-05-08T04:29:35.729 INFO:tasks.cephadm:Deploying osd.2 on smithi138 with /dev/vg_nvme/lv_4... 2024-05-08T04:29:35.729 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.741 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.742 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.743 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:35 smithi138 bash[22237]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.408684+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: cluster 2024-05-08T04:29:34.413985+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.415318+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.423731+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.798841+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.808047+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.832304+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.838467+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.840372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.848059+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.852298+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.854314+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:35.824 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:35.825 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:35 smithi204 bash[22349]: audit 2024-05-08T04:29:34.863127+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:36.681 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.681 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.681 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.681 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.681 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:36.682 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:36 smithi138 bash[22237]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:36.702 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.702 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.703 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:36.704 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:36 smithi016 bash[21491]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.576394+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:33.576455+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:34.839402+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cephadm 2024-05-08T04:29:34.841746+0000 mgr.a (mgr.14152) 179 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8122M 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:35.421376+0000 mon.a (mon.0) 504 : cluster [INF] osd.1 [v2:172.21.15.16:6810/743161448,v1:172.21.15.16:6811/743161448] boot 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: cluster 2024-05-08T04:29:35.421430+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:36 smithi204 bash[22349]: audit 2024-05-08T04:29:35.421950+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-08T04:29:37.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:37 smithi016 bash[21491]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:37.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:37 smithi016 bash[21491]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:37 smithi204 bash[22349]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:37.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:37 smithi204 bash[22349]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:37 smithi138 bash[22237]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:37.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:37 smithi138 bash[22237]: cluster 2024-05-08T04:29:36.439223+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-08T04:29:38.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:38 smithi016 bash[21491]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:38.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:38 smithi016 bash[21491]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:38 smithi204 bash[22349]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:38 smithi204 bash[22349]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:38.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:38 smithi138 bash[22237]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:38.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:38 smithi138 bash[22237]: cluster 2024-05-08T04:29:36.839991+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:39.840 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.b/config 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:40 smithi138 bash[22237]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:40 smithi016 bash[21491]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: cluster 2024-05-08T04:29:38.840564+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.095516+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.103018+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:40.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:40 smithi204 bash[22349]: audit 2024-05-08T04:29:39.111756+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:42 smithi138 bash[22237]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:42 smithi138 bash[22237]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:42 smithi016 bash[21491]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:42 smithi016 bash[21491]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:42 smithi204 bash[22349]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:42 smithi204 bash[22349]: cluster 2024-05-08T04:29:40.841108+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:42.756 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-08T04:29:42.757 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-08T04:29:42.757 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-05-08T04:29:42.757 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-05-08T04:29:42.757 INFO:teuthology.orchestra.run.smithi138.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124351 s, 843 MB/s 2024-05-08T04:29:42.757 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-05-08T04:29:43.373 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.279 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.280 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:44 smithi204 bash[22349]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:44 smithi016 bash[21491]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: cluster 2024-05-08T04:29:42.841605+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.590412+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.599132+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.609995+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.650231+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.655962+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.657702+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:44.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:44 smithi138 bash[22237]: audit 2024-05-08T04:29:43.668448+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:45 smithi204 bash[22349]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.460 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:45 smithi016 bash[21491]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: cluster 2024-05-08T04:29:43.661628+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: cluster 2024-05-08T04:29:44.605828+0000 mon.a (mon.0) 518 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.929977+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.935706+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.944416+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.945159+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:29:45.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.949766+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:45.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.951231+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:29:45.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:45.597 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:45 smithi138 bash[22237]: audit 2024-05-08T04:29:44.960662+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:46.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:46 smithi016 bash[21491]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:46 smithi204 bash[22349]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:44.954155+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:45.940888+0000 mon.a (mon.0) 526 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:46.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:46 smithi138 bash[22237]: cluster 2024-05-08T04:29:45.940940+0000 mon.a (mon.0) 527 : cluster [INF] Cluster is now healthy 2024-05-08T04:29:48.127 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.b/config 2024-05-08T04:29:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:48 smithi016 bash[21491]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:48.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:48 smithi016 bash[21491]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:48.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:48 smithi204 bash[22349]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:48.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:48 smithi204 bash[22349]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:48.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:48 smithi138 bash[22237]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:48.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:48 smithi138 bash[22237]: cluster 2024-05-08T04:29:46.954641+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:49 smithi016 bash[21491]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:49 smithi204 bash[22349]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.173559+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.181460+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:49.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:49 smithi138 bash[22237]: audit 2024-05-08T04:29:48.191721+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:29:50.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:50 smithi016 bash[21491]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:50.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:50 smithi016 bash[21491]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:50.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:50 smithi204 bash[22349]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:50.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:50 smithi204 bash[22349]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:50.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:50 smithi138 bash[22237]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:50.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:50 smithi138 bash[22237]: cluster 2024-05-08T04:29:48.955086+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:51.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:51.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:51 smithi016 bash[21491]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:51.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:51.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:51 smithi204 bash[22349]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:51.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.724165+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:29:51.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.730971+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:29:51.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:51.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:51 smithi138 bash[22237]: audit 2024-05-08T04:29:50.732684+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:29:52.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:52 smithi016 bash[21491]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:52 smithi016 bash[21491]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:52 smithi016 bash[21491]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:52 smithi016 bash[21491]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:52.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:52 smithi204 bash[22349]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:52 smithi204 bash[22349]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:52 smithi204 bash[22349]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:52.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:52 smithi204 bash[22349]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:52.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:52 smithi138 bash[22237]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:52 smithi138 bash[22237]: audit 2024-05-08T04:29:50.716737+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:29:52.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:52 smithi138 bash[22237]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:52.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:52 smithi138 bash[22237]: cluster 2024-05-08T04:29:50.955543+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:54 smithi016 bash[21491]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:54 smithi016 bash[21491]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:54 smithi204 bash[22349]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:54 smithi204 bash[22349]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:54 smithi138 bash[22237]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:54.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:54 smithi138 bash[22237]: cluster 2024-05-08T04:29:52.955951+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.501 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:56 smithi016 bash[21491]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.502 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:56 smithi016 bash[21491]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:56 smithi204 bash[22349]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:56 smithi204 bash[22349]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:56 smithi138 bash[22237]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:56.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:56 smithi138 bash[22237]: cluster 2024-05-08T04:29:54.956375+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.472 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:58 smithi138 bash[22237]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.472 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:29:58 smithi138 bash[22237]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:58 smithi204 bash[22349]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:29:58 smithi204 bash[22349]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:58 smithi016 bash[21491]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:29:58.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:29:58 smithi016 bash[21491]: cluster 2024-05-08T04:29:56.956843+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:00.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:00 smithi204 bash[22349]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:00.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:00 smithi138 bash[22237]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:29:58.957331+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.271429+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.280070+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:29:59.290434+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.000160+0000 mon.a (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.075033+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.075152+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.138:0/2989548476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]: dispatch 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.078261+0000 mon.a (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7e438d8-f7ba-46a8-b084-bbabffdecbac"}]': finished 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.083521+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:00.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:00 smithi016 bash[21491]: audit 2024-05-08T04:30:00.084152+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:01 smithi204 bash[22349]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:01 smithi204 bash[22349]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:01.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:01 smithi138 bash[22237]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:01.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:01 smithi138 bash[22237]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:01.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:01 smithi016 bash[21491]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:01.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:01 smithi016 bash[21491]: audit 2024-05-08T04:30:00.729753+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.138:0/4091210057' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:02.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:02 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:02 smithi204 bash[22349]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:02.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:02 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:02.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:02 smithi138 bash[22237]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:02 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:02 smithi016 bash[21491]: cluster 2024-05-08T04:30:00.957815+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:04 smithi204 bash[22349]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:04 smithi138 bash[22237]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: cluster 2024-05-08T04:30:02.958258+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.576151+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.582271+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:04.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:04 smithi016 bash[21491]: audit 2024-05-08T04:30:03.589275+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:06 smithi204 bash[22349]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:06.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:06 smithi204 bash[22349]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:06.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:06 smithi138 bash[22237]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:06.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:06 smithi138 bash[22237]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:06 smithi016 bash[21491]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:06 smithi016 bash[21491]: cluster 2024-05-08T04:30:04.958718+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:08 smithi204 bash[22349]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:08 smithi204 bash[22349]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:08 smithi138 bash[22237]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:08 smithi138 bash[22237]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:08 smithi016 bash[21491]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:08.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:08 smithi016 bash[21491]: cluster 2024-05-08T04:30:06.959176+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:09.665 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:09 smithi138 bash[22237]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:09 smithi016 bash[21491]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.400438+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.408491+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:09.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:09 smithi204 bash[22349]: audit 2024-05-08T04:30:08.418543+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:10.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:10 smithi016 bash[21491]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:10.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:10 smithi016 bash[21491]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:10 smithi204 bash[22349]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:10 smithi204 bash[22349]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:10 smithi138 bash[22237]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:10 smithi138 bash[22237]: cluster 2024-05-08T04:30:08.959635+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.703 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.703 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.704 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.704 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.704 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:12.704 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:12 smithi138 bash[22237]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:12.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:12.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:12 smithi016 bash[21491]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:12.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: cluster 2024-05-08T04:30:10.960082+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: audit 2024-05-08T04:30:12.263782+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:30:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:12.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:12 smithi204 bash[22349]: audit 2024-05-08T04:30:12.265510+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:13.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:13 smithi016 bash[21491]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:13.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:13 smithi016 bash[21491]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:13.779 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:13 smithi138 bash[22237]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:13.779 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:13 smithi138 bash[22237]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:13.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:13 smithi204 bash[22349]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:14.006 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:13 smithi204 bash[22349]: cephadm 2024-05-08T04:30:12.267351+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi138 2024-05-08T04:30:14.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:14 smithi138 bash[22237]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:14.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:14 smithi138 bash[22237]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:14.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:14 smithi016 bash[21491]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:14.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:14 smithi016 bash[21491]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:14.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:14 smithi204 bash[22349]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:14.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:14 smithi204 bash[22349]: cluster 2024-05-08T04:30:12.960554+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.375 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:16 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:30:16.375 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:30:16 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:30:16.535 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:16 smithi016 bash[21491]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.536 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:16 smithi016 bash[21491]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.634 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:30:16 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:30:16.634 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:16 smithi138 bash[22237]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.634 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:16 smithi138 bash[22237]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.634 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:16 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:30:16.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:16 smithi204 bash[22349]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:16.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:16 smithi204 bash[22349]: cluster 2024-05-08T04:30:14.961018+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:17.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:17.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:17.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:17.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:17.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:17 smithi016 bash[21491]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:18.070 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.070 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.070 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.070 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:17 smithi138 bash[22237]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:18.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.657829+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.666550+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.668028+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.675802+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.678985+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: audit 2024-05-08T04:30:16.694877+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:18.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:17 smithi204 bash[22349]: cluster 2024-05-08T04:30:16.961633+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:20 smithi138 bash[22237]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:20 smithi016 bash[21491]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: cluster 2024-05-08T04:30:18.962137+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.427265+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.436554+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.443390+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.455646+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.458587+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.459412+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:20.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:20 smithi204 bash[22349]: audit 2024-05-08T04:30:19.465465+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:22.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:22 smithi016 bash[21491]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:22.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:22 smithi016 bash[21491]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:22 smithi204 bash[22349]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:22 smithi204 bash[22349]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:22 smithi138 bash[22237]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:22 smithi138 bash[22237]: cluster 2024-05-08T04:30:20.962582+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.574 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:24 smithi204 bash[22349]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:24 smithi016 bash[21491]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: cluster 2024-05-08T04:30:22.963065+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.360616+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.369769+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: cephadm 2024-05-08T04:30:23.373531+0000 mgr.a (mgr.14152) 207 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.381139+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.389826+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.395674+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.397563+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.407601+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.793580+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.800531+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:23.809010+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:24.029082+0000 mon.a (mon.0) 573 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:24.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:24 smithi138 bash[22237]: audit 2024-05-08T04:30:24.029184+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-08T04:30:26.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:25 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:25 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.809694+0000 mon.a (mon.0) 574 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.814989+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.815808+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.819769+0000 mon.a (mon.0) 577 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: audit 2024-05-08T04:30:24.819786+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:25 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.963514+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:26.495 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 2 on host 'smithi138' 2024-05-08T04:30:27.077 DEBUG:teuthology.orchestra.run.smithi138:osd.2> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.2.service 2024-05-08T04:30:27.080 INFO:tasks.cephadm:Deploying osd.3 on smithi138 with /dev/vg_nvme/lv_3... 2024-05-08T04:30:27.081 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-08T04:30:27.089 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.089 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.089 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.089 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:26 smithi138 bash[22237]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:26 smithi016 bash[21491]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.811737+0000 mon.a (mon.0) 578 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:30:27.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: cluster 2024-05-08T04:30:25.817068+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.818409+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:25.826252+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.474229+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.483046+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.489809+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.494927+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: cephadm 2024-05-08T04:30:26.496447+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 16241M 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.503113+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.507129+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.508896+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:27.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:26 smithi204 bash[22349]: audit 2024-05-08T04:30:26.518954+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:28.095 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:27 smithi138 bash[22237]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:28.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:27 smithi016 bash[21491]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.987194+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:24.987290+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.827695+0000 mon.a (mon.0) 590 : cluster [INF] osd.2 [v2:172.21.15.138:6800/3579964228,v1:172.21.15.138:6801/3579964228] boot 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.827796+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-08T04:30:28.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: audit 2024-05-08T04:30:26.828549+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-08T04:30:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:28.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:27 smithi204 bash[22349]: cluster 2024-05-08T04:30:26.964028+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:28 smithi204 bash[22349]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:28 smithi138 bash[22237]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: cluster 2024-05-08T04:30:27.846146+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.385292+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.629055+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.638036+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:29.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:28 smithi016 bash[21491]: audit 2024-05-08T04:30:28.648856+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:30.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:29 smithi016 bash[21491]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:30.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:30.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:29 smithi204 bash[22349]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:30.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: audit 2024-05-08T04:30:28.849572+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' 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-08T04:30:30.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: cluster 2024-05-08T04:30:28.854638+0000 mon.a (mon.0) 599 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-08T04:30:30.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: audit 2024-05-08T04:30:28.856755+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:30:30.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:30.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:29 smithi138 bash[22237]: cluster 2024-05-08T04:30:28.964643+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:31.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.211 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.212 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.214 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:30 smithi016 bash[21491]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.324 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.325 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:30 smithi204 bash[22349]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: cluster 2024-05-08T04:30:29.849553+0000 mon.a (mon.0) 601 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:29.858645+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: cluster 2024-05-08T04:30:29.866184+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.071989+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.217482+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.220352+0000 mon.a (mon.0) 606 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.273991+0000 mon.a (mon.0) 607 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.274305+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.275108+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.275568+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.278268+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.278743+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.279035+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.279325+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.329181+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.378103+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.346 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.380955+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381582+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381715+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.381985+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:30 smithi138 bash[22237]: audit 2024-05-08T04:30:30.432829+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-08T04:30:31.810 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.b/config 2024-05-08T04:30:32.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:31 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:31 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:30.866229+0000 mon.a (mon.0) 618 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-08T04:30:32.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:30.965171+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:32.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:31 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.391359+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-08T04:30:32.976 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:32 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:32.976 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:32 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:32.976 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:32 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:32.976 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:32 smithi138 bash[22237]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:33.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:32 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:33.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:32 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:33.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:32 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:33.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:32 smithi016 bash[21491]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:33.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:32 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:33.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:32 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.868979+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-08T04:30:33.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:32 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:33.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:32 smithi204 bash[22349]: cluster 2024-05-08T04:30:31.869040+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-05-08T04:30:34.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:33 smithi016 bash[21491]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:33 smithi016 bash[21491]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:33 smithi204 bash[22349]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:33 smithi204 bash[22349]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:33 smithi138 bash[22237]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:33 smithi138 bash[22237]: cluster 2024-05-08T04:30:32.965655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:34.687 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-08T04:30:34.687 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-08T04:30:34.687 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2024-05-08T04:30:34.688 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2024-05-08T04:30:34.688 INFO:teuthology.orchestra.run.smithi138.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133296 s, 787 MB/s 2024-05-08T04:30:34.688 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2024-05-08T04:30:35.303 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi138:vg_nvme/lv_3 2024-05-08T04:30:36.301 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:36 smithi016 bash[21491]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:36.301 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:36 smithi016 bash[21491]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:36.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:36 smithi204 bash[22349]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:36.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:36 smithi204 bash[22349]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:36.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:36 smithi138 bash[22237]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:36.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:36 smithi138 bash[22237]: cluster 2024-05-08T04:30:34.966193+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:38 smithi204 bash[22349]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:38 smithi204 bash[22349]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:38 smithi138 bash[22237]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:38 smithi138 bash[22237]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:38 smithi016 bash[21491]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:38.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:38 smithi016 bash[21491]: cluster 2024-05-08T04:30:36.966734+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:40 smithi204 bash[22349]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:40 smithi204 bash[22349]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:40 smithi138 bash[22237]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:40 smithi138 bash[22237]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.387 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.b/config 2024-05-08T04:30:40.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:40 smithi016 bash[21491]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:40.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:40 smithi016 bash[21491]: cluster 2024-05-08T04:30:38.967175+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:42 smithi204 bash[22349]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:42 smithi138 bash[22237]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: cluster 2024-05-08T04:30:40.967691+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.629087+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.638368+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:42.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:42 smithi016 bash[21491]: audit 2024-05-08T04:30:41.649534+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:44 smithi204 bash[22349]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:44 smithi138 bash[22237]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: cluster 2024-05-08T04:30:42.968237+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.043800+0000 mgr.a (mgr.14152) 219 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.051229+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.058076+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:43.059983+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:30:44.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.014851+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.024756+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:44.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:44 smithi016 bash[21491]: audit 2024-05-08T04:30:44.035407+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:46.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:46 smithi204 bash[22349]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:46.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:46 smithi204 bash[22349]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:46.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:46 smithi138 bash[22237]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:46.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:46 smithi138 bash[22237]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:46 smithi016 bash[21491]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:46 smithi016 bash[21491]: cluster 2024-05-08T04:30:44.968726+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:48 smithi204 bash[22349]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:48 smithi204 bash[22349]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:48 smithi138 bash[22237]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:48 smithi138 bash[22237]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:48 smithi016 bash[21491]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:48 smithi016 bash[21491]: cluster 2024-05-08T04:30:46.969275+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.210 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:49 smithi016 bash[21491]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.218 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.219 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.220 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:49 smithi138 bash[22237]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.853124+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.861376+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: audit 2024-05-08T04:30:48.871545+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:50.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:49 smithi204 bash[22349]: cluster 2024-05-08T04:30:48.969835+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:52.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:52 smithi204 bash[22349]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:52.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:52 smithi138 bash[22237]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:52.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: cluster 2024-05-08T04:30:50.970302+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.135561+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.135891+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.138:0/1996611148' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.139037+0000 mon.a (mon.0) 635 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43cfad70-bf02-44f2-a60c-d192594613ae"}]': finished 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: cluster 2024-05-08T04:30:51.143947+0000 mon.a (mon.0) 636 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.144493+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:30:52.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:52.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:52 smithi016 bash[21491]: audit 2024-05-08T04:30:51.879138+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.138:0/976776384' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:30:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:54 smithi204 bash[22349]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:54 smithi204 bash[22349]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:54 smithi138 bash[22237]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:54 smithi138 bash[22237]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:54.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:54 smithi016 bash[21491]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:54.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:54 smithi016 bash[21491]: cluster 2024-05-08T04:30:52.970831+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:56 smithi204 bash[22349]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:56 smithi204 bash[22349]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:56 smithi138 bash[22237]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:56 smithi138 bash[22237]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:56 smithi016 bash[21491]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:56.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:56 smithi016 bash[21491]: cluster 2024-05-08T04:30:54.971373+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:58 smithi204 bash[22349]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:30:58 smithi204 bash[22349]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:58 smithi138 bash[22237]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:30:58 smithi138 bash[22237]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:58 smithi016 bash[21491]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:30:58.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:30:58 smithi016 bash[21491]: cluster 2024-05-08T04:30:56.971895+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:00 smithi204 bash[22349]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:00 smithi138 bash[22237]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.380 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:00.380 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:00 smithi016 bash[21491]: cluster 2024-05-08T04:30:58.972430+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:02 smithi204 bash[22349]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:02 smithi138 bash[22237]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: cluster 2024-05-08T04:31:00.972941+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.827004+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.836062+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:02.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:02 smithi016 bash[21491]: audit 2024-05-08T04:31:01.846966+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:03.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:03 smithi204 bash[22349]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:03.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:03 smithi204 bash[22349]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:03.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:03 smithi138 bash[22237]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:03.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:03 smithi138 bash[22237]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:03.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:03 smithi016 bash[21491]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:03.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:03 smithi016 bash[21491]: cephadm 2024-05-08T04:31:01.839402+0000 mgr.a (mgr.14152) 229 : cephadm [INF] Detected new or changed devices on smithi138 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:04.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:04 smithi204 bash[22349]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:04.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:04 smithi138 bash[22237]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:04.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: cluster 2024-05-08T04:31:02.973501+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: audit 2024-05-08T04:31:03.346139+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: audit 2024-05-08T04:31:03.347964+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:04.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:04 smithi016 bash[21491]: cephadm 2024-05-08T04:31:03.349473+0000 mgr.a (mgr.14152) 231 : cephadm [INF] Deploying daemon osd.3 on smithi138 2024-05-08T04:31:05.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:05 smithi016 bash[21491]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.530 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:05 smithi204 bash[22349]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.200117+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.207534+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:05 smithi138 bash[22237]: audit 2024-05-08T04:31:04.215649+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:06.465 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:06 smithi138 bash[22237]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:06.465 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:06 smithi138 bash[22237]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:06.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:06 smithi204 bash[22349]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:06.491 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:06 smithi204 bash[22349]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:06 smithi016 bash[21491]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:06 smithi016 bash[21491]: cluster 2024-05-08T04:31:04.974043+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:07.479 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:07.479 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:07.480 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:07.737 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:07.737 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:07.738 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:31:07 smithi138 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.568 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:08 smithi138 bash[22237]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:08 smithi204 bash[22349]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: cluster 2024-05-08T04:31:06.974582+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.744825+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.748988+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.754864+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.755859+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.758733+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:08.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:08 smithi016 bash[21491]: audit 2024-05-08T04:31:07.770565+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:10 smithi138 bash[22237]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:10 smithi204 bash[22349]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: cluster 2024-05-08T04:31:08.975127+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.016034+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.024121+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:10.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:10 smithi016 bash[21491]: audit 2024-05-08T04:31:09.033889+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:12.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:12 smithi204 bash[22349]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:12.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:12 smithi204 bash[22349]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:12.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:12 smithi138 bash[22237]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:12.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:12 smithi138 bash[22237]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:12.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:12 smithi016 bash[21491]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:12.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:12 smithi016 bash[21491]: cluster 2024-05-08T04:31:10.975669+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:14 smithi204 bash[22349]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:14 smithi138 bash[22237]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: cluster 2024-05-08T04:31:12.976208+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:14.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: audit 2024-05-08T04:31:14.011969+0000 mon.a (mon.0) 655 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:14.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:14 smithi016 bash[21491]: audit 2024-05-08T04:31:14.012657+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-08T04:31:15.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:15 smithi204 bash[22349]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:15 smithi138 bash[22237]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.029837+0000 mon.a (mon.0) 656 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.034446+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: cluster 2024-05-08T04:31:14.035059+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.035688+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:15.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:15 smithi016 bash[21491]: audit 2024-05-08T04:31:14.036528+0000 mon.a (mon.0) 659 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-05-08T04:31:16.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:16.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:16 smithi204 bash[22349]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:16.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:16 smithi138 bash[22237]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: cluster 2024-05-08T04:31:14.976742+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.032772+0000 mon.a (mon.0) 660 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.039175+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.040449+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.049750+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:16.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:16.459 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:16 smithi016 bash[21491]: audit 2024-05-08T04:31:15.534667+0000 mon.a (mon.0) 664 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:17.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:17 smithi204 bash[22349]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:17.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:17 smithi138 bash[22237]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:17.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.528932+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:15.529023+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.041465+0000 mon.a (mon.0) 665 : cluster [INF] osd.3 [v2:172.21.15.138:6808/3892174771,v1:172.21.15.138:6809/3892174771] boot 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.041590+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: audit 2024-05-08T04:31:16.042074+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:17.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:17 smithi016 bash[21491]: cluster 2024-05-08T04:31:17.042852+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-08T04:31:18.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:18 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:18 smithi204 bash[22349]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:18 smithi204 bash[22349]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:18.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:18 smithi204 bash[22349]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:18.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:18 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:18 smithi138 bash[22237]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:18 smithi138 bash[22237]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:18.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:18 smithi138 bash[22237]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:18.415 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 3 on host 'smithi138' 2024-05-08T04:31:18.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:18 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:18 smithi016 bash[21491]: cluster 2024-05-08T04:31:16.977289+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:18.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:18 smithi016 bash[21491]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:18.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:18 smithi016 bash[21491]: cluster 2024-05-08T04:31:18.042391+0000 mon.a (mon.0) 669 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-05-08T04:31:19.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.594 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.595 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.596 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:19 smithi138 bash[22237]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.651 DEBUG:teuthology.orchestra.run.smithi138:osd.3> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.3.service 2024-05-08T04:31:19.654 INFO:tasks.cephadm:Deploying osd.4 on smithi204 with /dev/vg_nvme/lv_4... 2024-05-08T04:31:19.654 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.666 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.667 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:19 smithi204 bash[22349]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.368986+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.377593+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.405184+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.411627+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.413569+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: cephadm 2024-05-08T04:31:18.415143+0000 mgr.a (mgr.14152) 239 : cephadm [INF] Adjusting osd_memory_target on smithi138 to 8120M 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.421677+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.425585+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.427540+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:19.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:19 smithi016 bash[21491]: audit 2024-05-08T04:31:18.437489+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:20.767 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:20 smithi138 bash[22237]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:20.767 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:20 smithi138 bash[22237]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:20.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:20 smithi204 bash[22349]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:20.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:20 smithi204 bash[22349]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:20 smithi016 bash[21491]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:20 smithi016 bash[21491]: cluster 2024-05-08T04:31:18.977850+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v190: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:22 smithi204 bash[22349]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:22 smithi138 bash[22237]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: cluster 2024-05-08T04:31:20.978232+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.054994+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.064921+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.076279+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.116659+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.122777+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:22.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.124632+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:22.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:22.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:22 smithi016 bash[21491]: audit 2024-05-08T04:31:22.137177+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:23.359 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:31:23.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:23 smithi204 bash[22349]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:23 smithi204 bash[22349]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:23 smithi204 bash[22349]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:23.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:23 smithi204 bash[22349]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:23.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:23 smithi138 bash[22237]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:23 smithi138 bash[22237]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:23 smithi138 bash[22237]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:23.846 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:23 smithi138 bash[22237]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:23.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:23 smithi016 bash[21491]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:23 smithi016 bash[21491]: cluster 2024-05-08T04:31:22.129007+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-05-08T04:31:23.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:23 smithi016 bash[21491]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:23.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:23 smithi016 bash[21491]: cluster 2024-05-08T04:31:23.072240+0000 mon.a (mon.0) 686 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:31:25.672 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.672 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.672 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.672 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.673 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.674 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:25 smithi204 bash[22349]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.709 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.710 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:25 smithi016 bash[21491]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: cluster 2024-05-08T04:31:24.129778+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.424055+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.432816+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.443385+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.694889+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.704215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.715261+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.716254+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:31:25.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.722384+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:25.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.724304+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:31:25.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:25.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:25 smithi138 bash[22237]: audit 2024-05-08T04:31:24.735167+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149696 s, 700 MB/s 2024-05-08T04:31:26.310 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-05-08T04:31:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:26 smithi016 bash[21491]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:26.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:26 smithi204 bash[22349]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:24.727926+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-05-08T04:31:26.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:25.711259+0000 mon.a (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:31:26.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:26.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:26 smithi138 bash[22237]: cluster 2024-05-08T04:31:25.711312+0000 mon.a (mon.0) 698 : cluster [INF] Cluster is now healthy 2024-05-08T04:31:27.268 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_4 2024-05-08T04:31:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:28 smithi016 bash[21491]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:28.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:28 smithi016 bash[21491]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:28.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:28 smithi204 bash[22349]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:28.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:28 smithi204 bash[22349]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:28.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:28 smithi138 bash[22237]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:28.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:28 smithi138 bash[22237]: cluster 2024-05-08T04:31:26.728479+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:30 smithi204 bash[22349]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:30 smithi138 bash[22237]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: cluster 2024-05-08T04:31:28.729178+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:30.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.227147+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.235988+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:30.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:30 smithi016 bash[21491]: audit 2024-05-08T04:31:29.246582+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:31.215 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:31:32.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:32 smithi204 bash[22349]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:32.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:32 smithi204 bash[22349]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:32.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:32 smithi138 bash[22237]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:32.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:32 smithi138 bash[22237]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:32.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:32 smithi016 bash[21491]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:32.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:32 smithi016 bash[21491]: cluster 2024-05-08T04:31:30.729736+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-08T04:31:34.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:34.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:34 smithi204 bash[22349]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:34.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:34 smithi138 bash[22237]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:34.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: cluster 2024-05-08T04:31:32.730251+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.604028+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.610853+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:34.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:34 smithi016 bash[21491]: audit 2024-05-08T04:31:33.612839+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:35.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:35 smithi204 bash[22349]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:35.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:35 smithi204 bash[22349]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:35.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:35 smithi138 bash[22237]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:35.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:35 smithi138 bash[22237]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:35.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:35 smithi016 bash[21491]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:35.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:35 smithi016 bash[21491]: audit 2024-05-08T04:31:33.596256+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:31:36.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:36 smithi204 bash[22349]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:36.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:36 smithi204 bash[22349]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:36.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:36 smithi138 bash[22237]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:36.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:36 smithi138 bash[22237]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:36.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:36 smithi016 bash[21491]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:36.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:36 smithi016 bash[21491]: cluster 2024-05-08T04:31:34.730779+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:38 smithi138 bash[22237]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:38 smithi138 bash[22237]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:38 smithi204 bash[22349]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:38 smithi204 bash[22349]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:38 smithi016 bash[21491]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:38.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:38 smithi016 bash[21491]: cluster 2024-05-08T04:31:36.731330+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:40 smithi204 bash[22349]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:40 smithi204 bash[22349]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:40 smithi138 bash[22237]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:40 smithi138 bash[22237]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:40 smithi016 bash[21491]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:40.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:40 smithi016 bash[21491]: cluster 2024-05-08T04:31:38.731851+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:42.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:42 smithi204 bash[22349]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:42.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:42.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:42 smithi138 bash[22237]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:42.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: cluster 2024-05-08T04:31:40.732216+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.573628+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.204:0/2883794039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.574998+0000 mon.a (mon.0) 705 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]: dispatch 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.577231+0000 mon.a (mon.0) 706 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94290729-c4a3-440b-87a5-22b6e048beff"}]': finished 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: cluster 2024-05-08T04:31:41.580391+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:42.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:42 smithi016 bash[21491]: audit 2024-05-08T04:31:41.580631+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:31:43.550 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:43 smithi016 bash[21491]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:43.551 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:43 smithi016 bash[21491]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:43.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:43 smithi204 bash[22349]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:43.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:43 smithi204 bash[22349]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:43.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:43 smithi138 bash[22237]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:43.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:43 smithi138 bash[22237]: audit 2024-05-08T04:31:42.260532+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.204:0/2523189540' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:31:44.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:44 smithi204 bash[22349]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:44 smithi138 bash[22237]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: cluster 2024-05-08T04:31:42.732740+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.284832+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.642 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.294884+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:44.643 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:44 smithi016 bash[21491]: audit 2024-05-08T04:31:43.305938+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:45.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:45.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:45 smithi016 bash[21491]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:46.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:45 smithi204 bash[22349]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.621728+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.629929+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: audit 2024-05-08T04:31:44.640530+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:46.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:45 smithi138 bash[22237]: cluster 2024-05-08T04:31:44.733300+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:47 smithi204 bash[22349]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:47 smithi204 bash[22349]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:47 smithi138 bash[22237]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:47 smithi138 bash[22237]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:47 smithi016 bash[21491]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:48.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:47 smithi016 bash[21491]: cluster 2024-05-08T04:31:46.733896+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:50 smithi204 bash[22349]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:50 smithi138 bash[22237]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: cluster 2024-05-08T04:31:48.734412+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:50.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.462361+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.471280+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: cephadm 2024-05-08T04:31:49.474338+0000 mgr.a (mgr.14152) 258 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:50.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:50 smithi016 bash[21491]: audit 2024-05-08T04:31:49.481903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:31:52.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:52 smithi204 bash[22349]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:52.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:52 smithi204 bash[22349]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:52.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:52 smithi138 bash[22237]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:52.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:52 smithi138 bash[22237]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:52.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:52 smithi016 bash[21491]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:52.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:52 smithi016 bash[21491]: cluster 2024-05-08T04:31:50.734906+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:54 smithi204 bash[22349]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:54 smithi204 bash[22349]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:54 smithi138 bash[22237]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:54 smithi138 bash[22237]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:54 smithi016 bash[21491]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:54.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:54 smithi016 bash[21491]: cluster 2024-05-08T04:31:52.735477+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:55.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:55 smithi204 bash[22349]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:55 smithi204 bash[22349]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:55 smithi204 bash[22349]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:55.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:55 smithi204 bash[22349]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:55.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:55 smithi138 bash[22237]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:55 smithi138 bash[22237]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:55 smithi138 bash[22237]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:55.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:55 smithi138 bash[22237]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:55.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:55 smithi016 bash[21491]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:55 smithi016 bash[21491]: audit 2024-05-08T04:31:54.669901+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-08T04:31:55.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:55 smithi016 bash[21491]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:55.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:55 smithi016 bash[21491]: audit 2024-05-08T04:31:54.671624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:31:56.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:56 smithi204 bash[22349]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:56 smithi204 bash[22349]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:56 smithi204 bash[22349]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:56.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:56 smithi204 bash[22349]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:56.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:56 smithi138 bash[22237]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:56 smithi138 bash[22237]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:56 smithi138 bash[22237]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:56.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:56 smithi138 bash[22237]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:56.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:56 smithi016 bash[21491]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:56 smithi016 bash[21491]: cephadm 2024-05-08T04:31:54.673188+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-05-08T04:31:56.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:56 smithi016 bash[21491]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:56.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:56 smithi016 bash[21491]: cluster 2024-05-08T04:31:54.735987+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.745 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:58 smithi138 bash[22237]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.745 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:58 smithi138 bash[22237]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.783 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:58 smithi204 bash[22349]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.783 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:58 smithi204 bash[22349]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.783 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:58 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:31:58.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:58 smithi016 bash[21491]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:58.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:58 smithi016 bash[21491]: cluster 2024-05-08T04:31:56.736528+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:31:59.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:58 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.209 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:31:59 smithi016 bash[21491]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.299 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.300 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.300 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.300 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:31:59 smithi204 bash[22349]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: cluster 2024-05-08T04:31:58.737070+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.936424+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.944743+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.955226+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.966764+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.970480+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:00.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:31:59 smithi138 bash[22237]: audit 2024-05-08T04:31:58.981963+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:02.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:01 smithi138 bash[22237]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:02.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:01 smithi138 bash[22237]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:02.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:01 smithi016 bash[21491]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:02.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:01 smithi016 bash[21491]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:02.211 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:01 smithi204 bash[22349]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:02.211 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:01 smithi204 bash[22349]: cluster 2024-05-08T04:32:00.737612+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:04 smithi204 bash[22349]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:04 smithi138 bash[22237]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: cluster 2024-05-08T04:32:02.738174+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.492999+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.503260+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:04.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:04 smithi016 bash[21491]: audit 2024-05-08T04:32:03.514576+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:05 smithi016 bash[21491]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.323 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:05 smithi204 bash[22349]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: cluster 2024-05-08T04:32:04.738739+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.858971+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.868449+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:04.879096+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:05.112791+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:06.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:05 smithi138 bash[22237]: audit 2024-05-08T04:32:05.114118+0000 mon.a (mon.0) 732 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-08T04:32:07.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.073 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:06 smithi204 bash[22349]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:06 smithi016 bash[21491]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.878149+0000 mon.a (mon.0) 733 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: cluster 2024-05-08T04:32:05.883050+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.883543+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.883709+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:07.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:06 smithi138 bash[22237]: audit 2024-05-08T04:32:05.885290+0000 mon.a (mon.0) 736 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:32:08.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:08.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:07 smithi016 bash[21491]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:08.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:07 smithi204 bash[22349]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:08.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.739305+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.886835+0000 mon.a (mon.0) 737 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.893971+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.895098+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:06.901288+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:08.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:07 smithi138 bash[22237]: audit 2024-05-08T04:32:07.369088+0000 mon.a (mon.0) 741 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-08T04:32:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:09.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:08 smithi204 bash[22349]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:09.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:09.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:08 smithi016 bash[21491]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:09.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.070689+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:06.070771+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:07.895504+0000 mon.a (mon.0) 742 : cluster [INF] osd.4 [v2:172.21.15.204:6800/3118162996,v1:172.21.15.204:6801/3118162996] boot 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:07.895626+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: audit 2024-05-08T04:32:07.896348+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:09.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:08 smithi138 bash[22237]: cluster 2024-05-08T04:32:08.513390+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-08T04:32:10.074 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 4 on host 'smithi204' 2024-05-08T04:32:10.839 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.839 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.839 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.840 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:10 smithi204 bash[22349]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:10 smithi138 bash[22237]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: cluster 2024-05-08T04:32:08.739853+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: cluster 2024-05-08T04:32:09.520914+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.669828+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.678185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.688917+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.715708+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.722072+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.724003+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:09.734338+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.052820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.056565+0000 mon.a (mon.0) 755 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.061529+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.067527+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.069603+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.071455+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:10.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:10.961 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:10 smithi016 bash[21491]: audit 2024-05-08T04:32:10.082641+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:11.262 DEBUG:teuthology.orchestra.run.smithi204:osd.4> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.4.service 2024-05-08T04:32:11.265 INFO:tasks.cephadm:Deploying osd.5 on smithi204 with /dev/vg_nvme/lv_3... 2024-05-08T04:32:11.265 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-08T04:32:11.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:11.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:11 smithi204 bash[22349]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:11.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:11 smithi138 bash[22237]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:09.728096+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.075051+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.075750+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 395 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:11.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:11.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:11 smithi016 bash[21491]: cluster 2024-05-08T04:32:10.685210+0000 mon.a (mon.0) 761 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:32:13.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:13 smithi204 bash[22349]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:13.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:13 smithi204 bash[22349]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:13.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:13 smithi138 bash[22237]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:13.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:13 smithi138 bash[22237]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:13.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:13 smithi016 bash[21491]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:13.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:13 smithi016 bash[21491]: cluster 2024-05-08T04:32:12.076343+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 394 MiB used, 447 GiB / 447 GiB avail; 162 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:15 smithi204 bash[22349]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:15 smithi204 bash[22349]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:15 smithi138 bash[22237]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:15 smithi138 bash[22237]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:15 smithi016 bash[21491]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:15 smithi016 bash[21491]: cluster 2024-05-08T04:32:14.076934+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-05-08T04:32:16.375 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:32:17.796 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:17 smithi204 bash[22349]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:17.796 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:17 smithi204 bash[22349]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:17.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:17 smithi138 bash[22237]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:17.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:17 smithi138 bash[22237]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:17.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:17 smithi016 bash[21491]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:17.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:17 smithi016 bash[21491]: cluster 2024-05-08T04:32:16.077552+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr: stderr: 10+0 records in 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr:10+0 records out 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0171399 s, 612 MB/s 2024-05-08T04:32:19.123 INFO:teuthology.orchestra.run.smithi204.stderr:--> Zapping successful for: 2024-05-08T04:32:19.772 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi204:vg_nvme/lv_3 2024-05-08T04:32:19.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:19 smithi204 bash[22349]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:19 smithi138 bash[22237]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: cluster 2024-05-08T04:32:18.078140+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.801841+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.810507+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.821036+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.861507+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.867435+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:19.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.869197+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:19.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:19.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:19 smithi016 bash[21491]: audit 2024-05-08T04:32:18.879664+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:20 smithi138 bash[22237]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:20.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:20.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:20 smithi204 bash[22349]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:18.872680+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:19.817279+0000 mon.a (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:20.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:20 smithi016 bash[21491]: cluster 2024-05-08T04:32:19.817334+0000 mon.a (mon.0) 770 : cluster [INF] Cluster is now healthy 2024-05-08T04:32:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:22 smithi204 bash[22349]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:22 smithi204 bash[22349]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:22.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:22 smithi138 bash[22237]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:22.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:22 smithi138 bash[22237]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:22.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:22 smithi016 bash[21491]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:22.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:22 smithi016 bash[21491]: cluster 2024-05-08T04:32:20.873250+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-08T04:32:24.481 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.c/config 2024-05-08T04:32:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:24 smithi204 bash[22349]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:24 smithi138 bash[22237]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: cluster 2024-05-08T04:32:22.873982+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.695821+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.703457+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:24.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:24 smithi016 bash[21491]: audit 2024-05-08T04:32:23.712616+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:26 smithi138 bash[22237]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:26 smithi016 bash[21491]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: cluster 2024-05-08T04:32:24.874611+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.078405+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.088071+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:26.573 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:26 smithi204 bash[22349]: audit 2024-05-08T04:32:25.098597+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.344 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:28.345 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:28 smithi138 bash[22237]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:28.458 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:28 smithi016 bash[21491]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:28.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: cluster 2024-05-08T04:32:26.875139+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.218453+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi204:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.225816+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.232567+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:28.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:28 smithi204 bash[22349]: audit 2024-05-08T04:32:27.234338+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:30.289 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:30 smithi204 bash[22349]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:30.289 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:30 smithi204 bash[22349]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:30.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:30 smithi138 bash[22237]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:30.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:30 smithi138 bash[22237]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:30.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:30 smithi016 bash[21491]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:30.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:30 smithi016 bash[21491]: cluster 2024-05-08T04:32:28.875665+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:32 smithi138 bash[22237]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:32 smithi138 bash[22237]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:32 smithi016 bash[21491]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:32 smithi016 bash[21491]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:32 smithi204 bash[22349]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:32.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:32 smithi204 bash[22349]: cluster 2024-05-08T04:32:30.876201+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.770 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:34 smithi204 bash[22349]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.771 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:34 smithi204 bash[22349]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:34 smithi138 bash[22237]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:34 smithi138 bash[22237]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:34 smithi016 bash[21491]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:34 smithi016 bash[21491]: cluster 2024-05-08T04:32:32.876768+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:36.823 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:36 smithi204 bash[22349]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:36.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:36.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:36 smithi138 bash[22237]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:36.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: cluster 2024-05-08T04:32:34.877323+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:36.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.718580+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.204:0/2730702763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.720174+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.723817+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f22eea-fb3f-411f-8921-11c308fa33df"}]': finished 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: cluster 2024-05-08T04:32:35.729017+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:35.729520+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:36.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:36 smithi016 bash[21491]: audit 2024-05-08T04:32:36.422939+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.204:0/980026214' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-08T04:32:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.797 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.797 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.797 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:38 smithi138 bash[22237]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:38 smithi204 bash[22349]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: cluster 2024-05-08T04:32:36.877927+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.406373+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.414898+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:38 smithi016 bash[21491]: audit 2024-05-08T04:32:38.425146+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:40.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:40 smithi204 bash[22349]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:40.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:40 smithi204 bash[22349]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:40.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:40 smithi138 bash[22237]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:40.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:40 smithi138 bash[22237]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:40.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:40 smithi016 bash[21491]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:40.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:40 smithi016 bash[21491]: cluster 2024-05-08T04:32:38.878475+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.809 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:42 smithi016 bash[21491]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.809 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:42 smithi016 bash[21491]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:42 smithi204 bash[22349]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:42 smithi204 bash[22349]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:42 smithi138 bash[22237]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:42 smithi138 bash[22237]: cluster 2024-05-08T04:32:40.879041+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:44 smithi204 bash[22349]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:44 smithi138 bash[22237]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: cluster 2024-05-08T04:32:42.879641+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.921274+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.931175+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:44.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:44 smithi016 bash[21491]: audit 2024-05-08T04:32:43.941934+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:46 smithi204 bash[22349]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:46 smithi016 bash[21491]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: cluster 2024-05-08T04:32:44.880191+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.280253+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.288625+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:46.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:46 smithi138 bash[22237]: audit 2024-05-08T04:32:45.299208+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:48.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:48.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:48 smithi204 bash[22349]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:48.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:48 smithi138 bash[22237]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: cluster 2024-05-08T04:32:46.880734+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: audit 2024-05-08T04:32:47.872877+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:48.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:48 smithi016 bash[21491]: audit 2024-05-08T04:32:47.874719+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:49.545 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:49 smithi204 bash[22349]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:49.546 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:49 smithi204 bash[22349]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:49.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:49 smithi138 bash[22237]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:49.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:49 smithi138 bash[22237]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:49.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:49 smithi016 bash[21491]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:49.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:49 smithi016 bash[21491]: cephadm 2024-05-08T04:32:47.876414+0000 mgr.a (mgr.14152) 293 : cephadm [INF] Deploying daemon osd.5 on smithi204 2024-05-08T04:32:50.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:50 smithi204 bash[22349]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:50.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:50 smithi204 bash[22349]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:50.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:50 smithi138 bash[22237]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:50.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:50 smithi138 bash[22237]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:50.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:50 smithi016 bash[21491]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:50.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:50 smithi016 bash[21491]: cluster 2024-05-08T04:32:48.881278+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:52 smithi204 bash[22349]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:52 smithi204 bash[22349]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:52 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:32:52.572 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:32:52 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:32:52.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:52 smithi138 bash[22237]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:52 smithi138 bash[22237]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:52 smithi016 bash[21491]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:52 smithi016 bash[21491]: cluster 2024-05-08T04:32:50.881840+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:52.922 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:52 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:32:52.923 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:32:52 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:32:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:53 smithi016 bash[21491]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:53 smithi204 bash[22349]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: cluster 2024-05-08T04:32:52.882378+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.933121+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.942742+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.949211+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.956990+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.961056+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:54.343 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:53 smithi138 bash[22237]: audit 2024-05-08T04:32:52.975270+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:56.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:55 smithi016 bash[21491]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:56.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:55 smithi016 bash[21491]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:56.217 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:55 smithi204 bash[22349]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:56.217 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:55 smithi204 bash[22349]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:56.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:55 smithi138 bash[22237]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:56.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:55 smithi138 bash[22237]: cluster 2024-05-08T04:32:54.882924+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.181 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:57 smithi138 bash[22237]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.840 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:57 smithi138 bash[22237]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:57 smithi204 bash[22349]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.841 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:57 smithi204 bash[22349]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:57 smithi016 bash[21491]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:58.841 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:57 smithi016 bash[21491]: cluster 2024-05-08T04:32:56.883598+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:59.805 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:59.806 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:32:59 smithi204 bash[22349]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:32:59.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:32:59.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:32:59 smithi016 bash[21491]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:00.048 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.621288+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.629882+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: cephadm 2024-05-08T04:32:58.633095+0000 mgr.a (mgr.14152) 299 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.640778+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.648257+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.654226+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.049 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.050 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.656118+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.050 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.050 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: audit 2024-05-08T04:32:58.666429+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.050 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:00.050 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:32:59 smithi138 bash[22237]: cluster 2024-05-08T04:32:58.884180+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:00.779 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.779 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.779 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.780 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:00 smithi204 bash[22349]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:00.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:00.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:00 smithi016 bash[21491]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:01.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:32:59.808857+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:01.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:01.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:32:59.810290+0000 mon.a (mon.0) 808 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-08T04:33:01.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.502530+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.511689+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.522715+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.544488+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.550546+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.552444+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:00 smithi138 bash[22237]: audit 2024-05-08T04:33:00.562466+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.446 INFO:teuthology.orchestra.run.smithi204.stdout:Created osd(s) 5 on host 'smithi204' 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.735 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.736 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.737 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:01 smithi204 bash[22349]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:01 smithi138 bash[22237]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.677462+0000 mon.a (mon.0) 816 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.680218+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.682429+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.682891+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:00.683643+0000 mon.a (mon.0) 819 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.884715+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.414885+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.424138+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.439851+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.446380+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.448450+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: cephadm 2024-05-08T04:33:01.450257+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 10168M 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.457358+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.461612+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.463768+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:33:01.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:01.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:01 smithi016 bash[21491]: audit 2024-05-08T04:33:01.474274+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:02.052 DEBUG:teuthology.orchestra.run.smithi204:osd.5> sudo journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.5.service 2024-05-08T04:33:02.055 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-08T04:33:02.058 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:02.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:02 smithi016 bash[21491]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:03.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:02 smithi204 bash[22349]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.687300+0000 mon.a (mon.0) 829 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: cluster 2024-05-08T04:33:01.698893+0000 mon.a (mon.0) 830 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.699876+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:02 smithi138 bash[22237]: audit 2024-05-08T04:33:01.705897+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.914 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:03.914 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:03.914 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:03.915 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:03 smithi016 bash[21491]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:04.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:04.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:04.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:03 smithi204 bash[22349]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:04.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:04.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.780288+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-08T04:33:04.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:00.780362+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.704913+0000 mon.a (mon.0) 833 : cluster [INF] osd.5 [v2:172.21.15.204:6808/473583454,v1:172.21.15.204:6809/473583454] boot 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.705029+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: audit 2024-05-08T04:33:02.705498+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:02.885343+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:04.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:03 smithi138 bash[22237]: cluster 2024-05-08T04:33:03.527343+0000 mon.a (mon.0) 836 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:05.435 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:05 smithi016 bash[21491]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:05.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:05.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:05 smithi204 bash[22349]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:05.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.156242+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.166683+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: audit 2024-05-08T04:33:04.178487+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:05.593 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:05 smithi138 bash[22237]: cluster 2024-05-08T04:33:04.529385+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:06 smithi016 bash[21491]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:06 smithi204 bash[22349]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: cluster 2024-05-08T04:33:04.885855+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.421202+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.426532+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:06 smithi138 bash[22237]: audit 2024-05-08T04:33:05.434415+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:07.178 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:08.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:08 smithi016 bash[21491]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:08.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:08 smithi016 bash[21491]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:08.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:08 smithi204 bash[22349]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:08.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:08 smithi204 bash[22349]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:08 smithi138 bash[22237]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:08 smithi138 bash[22237]: cluster 2024-05-08T04:33:06.886452+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.057 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:33:10.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:10 smithi016 bash[21491]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:10 smithi016 bash[21491]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:10 smithi016 bash[21491]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:10.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:10 smithi016 bash[21491]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:10.743 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":40,"num_osds":6,"num_up_osds":6,"osd_up_since":1715142782,"num_in_osds":6,"osd_in_since":1715142755,"num_remapped_pgs":0} 2024-05-08T04:33:10.743 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-08T04:33:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:10 smithi204 bash[22349]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:10 smithi204 bash[22349]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:10 smithi204 bash[22349]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:10.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:10 smithi204 bash[22349]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:10 smithi138 bash[22237]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:10 smithi138 bash[22237]: cluster 2024-05-08T04:33:08.887191+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-05-08T04:33:10.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:10 smithi138 bash[22237]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:10.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:10 smithi138 bash[22237]: audit 2024-05-08T04:33:10.058088+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.16:0/980482101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-08T04:33:12.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:12 smithi016 bash[21491]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:12.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:12 smithi016 bash[21491]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:12.815 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:12 smithi204 bash[22349]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:12.816 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:12 smithi204 bash[22349]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:12 smithi138 bash[22237]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:12 smithi138 bash[22237]: cluster 2024-05-08T04:33:10.887803+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v262: 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-08T04:33:14.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:14 smithi016 bash[21491]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:14.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:14 smithi016 bash[21491]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:14.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:14 smithi204 bash[22349]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:14.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:14 smithi204 bash[22349]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:14 smithi138 bash[22237]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:14 smithi138 bash[22237]: cluster 2024-05-08T04:33:12.888386+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:33:15.484 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:16.679 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:16 smithi016 bash[21491]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:16.679 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:16 smithi016 bash[21491]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:16.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:16 smithi204 bash[22349]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:16.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:16 smithi204 bash[22349]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:16.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:16 smithi138 bash[22237]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:16.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:16 smithi138 bash[22237]: cluster 2024-05-08T04:33:14.888959+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-05-08T04:33:18.234 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:33:18.234 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":40,"fsid":"aaa15938-0cf2-11ef-bc97-c7b262605968","created":"2024-05-08T04:24:32.710981+0000","modified":"2024-05-08T04:33:04.521446+0000","last_up_change":"2024-05-08T04:33:02.687698+0000","last_in_change":"2024-05-08T04:32:35.721268+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-08T04:30:28.392225+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":"f837ab32-16a2-4bdf-a97f-e4348474b045","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.16:6802","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6803","nonce":1158962653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6805","nonce":1158962653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6809","nonce":1158962653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6807","nonce":1158962653}]},"public_addr":"172.21.15.16:6803/1158962653","cluster_addr":"172.21.15.16:6805/1158962653","heartbeat_back_addr":"172.21.15.16:6809/1158962653","heartbeat_front_addr":"172.21.15.16:6807/1158962653","state":["exists","up"]},{"osd":1,"uuid":"f2852ca5-1b88-4be3-be7a-749cbbf379ee","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.16:6810","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6811","nonce":743161448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6813","nonce":743161448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6817","nonce":743161448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6815","nonce":743161448}]},"public_addr":"172.21.15.16:6811/743161448","cluster_addr":"172.21.15.16:6813/743161448","heartbeat_back_addr":"172.21.15.16:6817/743161448","heartbeat_front_addr":"172.21.15.16:6815/743161448","state":["exists","up"]},{"osd":2,"uuid":"b7e438d8-f7ba-46a8-b084-bbabffdecbac","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.138:6800","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6801","nonce":3579964228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6803","nonce":3579964228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6807","nonce":3579964228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6805","nonce":3579964228}]},"public_addr":"172.21.15.138:6801/3579964228","cluster_addr":"172.21.15.138:6803/3579964228","heartbeat_back_addr":"172.21.15.138:6807/3579964228","heartbeat_front_addr":"172.21.15.138:6805/3579964228","state":["exists","up"]},{"osd":3,"uuid":"43cfad70-bf02-44f2-a60c-d192594613ae","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.138:6808","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6809","nonce":3892174771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6811","nonce":3892174771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6815","nonce":3892174771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6813","nonce":3892174771}]},"public_addr":"172.21.15.138:6809/3892174771","cluster_addr":"172.21.15.138:6811/3892174771","heartbeat_back_addr":"172.21.15.138:6815/3892174771","heartbeat_front_addr":"172.21.15.138:6813/3892174771","state":["exists","up"]},{"osd":4,"uuid":"94290729-c4a3-440b-87a5-22b6e048beff","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.204:6800","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6801","nonce":3118162996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6803","nonce":3118162996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6807","nonce":3118162996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6805","nonce":3118162996}]},"public_addr":"172.21.15.204:6801/3118162996","cluster_addr":"172.21.15.204:6803/3118162996","heartbeat_back_addr":"172.21.15.204:6807/3118162996","heartbeat_front_addr":"172.21.15.204:6805/3118162996","state":["exists","up"]},{"osd":5,"uuid":"a2f22eea-fb3f-411f-8921-11c308fa33df","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.204:6808","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6809","nonce":473583454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6811","nonce":473583454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6815","nonce":473583454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6813","nonce":473583454}]},"public_addr":"172.21.15.204:6809/473583454","cluster_addr":"172.21.15.204:6811/473583454","heartbeat_back_addr":"172.21.15.204:6815/473583454","heartbeat_front_addr":"172.21.15.204:6813/473583454","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-08T04:28:37.784758+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-08T04:29:33.576458+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-08T04:30:24.987296+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-08T04:31:15.529029+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-08T04:32:06.070773+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-08T04:33:00.780365+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6800/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:6801/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2088764496":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2294925184":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6800/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2144619299":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/1277583423":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6801/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2238680034":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2334666960":"2024-05-09T04:25:05.168143+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-08T04:33:18.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:18.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:18 smithi138 bash[22237]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:18.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:18 smithi016 bash[21491]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:18.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: cluster 2024-05-08T04:33:16.889545+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v265: 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-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.118614+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.127912+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.137849+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:18.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:18 smithi204 bash[22349]: audit 2024-05-08T04:33:18.234190+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.16:0/81117206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:19.022 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-08T04:30:28.392225+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-08T04:33:19.023 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-08T04:33:20.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:20 smithi016 bash[21491]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:20.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:20 smithi016 bash[21491]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:20.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:20 smithi204 bash[22349]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:20.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:20 smithi204 bash[22349]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:20.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:20 smithi138 bash[22237]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:20.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:20 smithi138 bash[22237]: cluster 2024-05-08T04:33:18.890232+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:22 smithi016 bash[21491]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:22 smithi016 bash[21491]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:22 smithi204 bash[22349]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:22 smithi204 bash[22349]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:22 smithi138 bash[22237]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:22.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:22 smithi138 bash[22237]: cluster 2024-05-08T04:33:20.890957+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:23.761 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:24 smithi204 bash[22349]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:24 smithi138 bash[22237]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.941 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: cluster 2024-05-08T04:33:22.891587+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.389179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.399092+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:24.942 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:24 smithi016 bash[21491]: audit 2024-05-08T04:33:24.409875+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.708 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:26 smithi016 bash[21491]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:26 smithi204 bash[22349]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: cluster 2024-05-08T04:33:24.892143+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.649069+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.658869+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:26.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:26 smithi138 bash[22237]: audit 2024-05-08T04:33:25.669576+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:28.240 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-05-08T04:33:28.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:28 smithi016 bash[21491]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:28 smithi016 bash[21491]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:28 smithi016 bash[21491]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:28 smithi016 bash[21491]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:28 smithi204 bash[22349]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:28 smithi204 bash[22349]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:28 smithi204 bash[22349]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:28 smithi204 bash[22349]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:28 smithi138 bash[22237]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:28 smithi138 bash[22237]: cluster 2024-05-08T04:33:26.892574+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:28 smithi138 bash[22237]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:28 smithi138 bash[22237]: audit 2024-05-08T04:33:28.241766+0000 mon.a (mon.0) 855 : audit [DBG] from='client.? 172.21.15.16:0/4044255839' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-08T04:33:28.990 INFO:tasks.cephadm:Setting up client nodes... 2024-05-08T04:33:28.990 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-08T04:33:28.990 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-08T04:33:28.991 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-08T04:33:30.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:30 smithi204 bash[22349]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:30.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:30 smithi204 bash[22349]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:30.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:30 smithi138 bash[22237]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:30.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:30 smithi138 bash[22237]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:30.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:30 smithi016 bash[21491]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:30.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:30 smithi016 bash[21491]: cluster 2024-05-08T04:33:28.893217+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:32 smithi204 bash[22349]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:32 smithi204 bash[22349]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:32 smithi138 bash[22237]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:32 smithi138 bash[22237]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:32 smithi016 bash[21491]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:32.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:32 smithi016 bash[21491]: cluster 2024-05-08T04:33:30.893857+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:34.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:34 smithi204 bash[22349]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:34.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:34 smithi204 bash[22349]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:34 smithi138 bash[22237]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:34 smithi138 bash[22237]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:34.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:34 smithi016 bash[21491]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:34.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:34 smithi016 bash[21491]: cluster 2024-05-08T04:33:32.894398+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.547 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:33:36.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:36 smithi016 bash[21491]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.751 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:36 smithi016 bash[21491]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:36 smithi204 bash[22349]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:36 smithi204 bash[22349]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:36 smithi138 bash[22237]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:36 smithi138 bash[22237]: cluster 2024-05-08T04:33:34.894899+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:37.249 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":2749954462},{"type":"v1","addr":"172.21.15.16:6801","nonce":2749954462}]},"active_addr":"172.21.15.16:6801/2749954462","active_change":"2024-05-08T04:25:42.172083+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"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.16: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.16:0","nonce":3226734410}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1945850283}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":790723278}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":4140734236}]}]} 2024-05-08T04:33:37.254 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-08T04:33:37.254 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-08T04:33:37.254 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-08T04:33:37.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:37 smithi016 bash[21491]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:37.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:37 smithi016 bash[21491]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:37.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:37 smithi204 bash[22349]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:37.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:37 smithi204 bash[22349]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:37.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:37 smithi138 bash[22237]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:37.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:37 smithi138 bash[22237]: audit 2024-05-08T04:33:36.539943+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.16:0/2702993644' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-08T04:33:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:38 smithi204 bash[22349]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.831 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:38 smithi138 bash[22237]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: cluster 2024-05-08T04:33:36.895544+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.309805+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.320015+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:38 smithi016 bash[21491]: audit 2024-05-08T04:33:38.330875+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:40.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:40 smithi204 bash[22349]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:40.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:40 smithi204 bash[22349]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:40 smithi138 bash[22237]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:40 smithi138 bash[22237]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:40.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:40 smithi016 bash[21491]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:40.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:40 smithi016 bash[21491]: cluster 2024-05-08T04:33:38.896084+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:41.992 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:42.805 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:42 smithi016 bash[21491]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:42.805 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:42 smithi016 bash[21491]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:42.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:42 smithi204 bash[22349]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:42.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:42 smithi204 bash[22349]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:42 smithi138 bash[22237]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:42 smithi138 bash[22237]: cluster 2024-05-08T04:33:40.896655+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.695 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:33:44.695 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":40,"fsid":"aaa15938-0cf2-11ef-bc97-c7b262605968","created":"2024-05-08T04:24:32.710981+0000","modified":"2024-05-08T04:33:04.521446+0000","last_up_change":"2024-05-08T04:33:02.687698+0000","last_in_change":"2024-05-08T04:32:35.721268+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-08T04:30:28.392225+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":"f837ab32-16a2-4bdf-a97f-e4348474b045","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.16:6802","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6803","nonce":1158962653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6805","nonce":1158962653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6809","nonce":1158962653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6807","nonce":1158962653}]},"public_addr":"172.21.15.16:6803/1158962653","cluster_addr":"172.21.15.16:6805/1158962653","heartbeat_back_addr":"172.21.15.16:6809/1158962653","heartbeat_front_addr":"172.21.15.16:6807/1158962653","state":["exists","up"]},{"osd":1,"uuid":"f2852ca5-1b88-4be3-be7a-749cbbf379ee","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.16:6810","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6811","nonce":743161448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6813","nonce":743161448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6817","nonce":743161448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6815","nonce":743161448}]},"public_addr":"172.21.15.16:6811/743161448","cluster_addr":"172.21.15.16:6813/743161448","heartbeat_back_addr":"172.21.15.16:6817/743161448","heartbeat_front_addr":"172.21.15.16:6815/743161448","state":["exists","up"]},{"osd":2,"uuid":"b7e438d8-f7ba-46a8-b084-bbabffdecbac","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.138:6800","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6801","nonce":3579964228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6803","nonce":3579964228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6807","nonce":3579964228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6805","nonce":3579964228}]},"public_addr":"172.21.15.138:6801/3579964228","cluster_addr":"172.21.15.138:6803/3579964228","heartbeat_back_addr":"172.21.15.138:6807/3579964228","heartbeat_front_addr":"172.21.15.138:6805/3579964228","state":["exists","up"]},{"osd":3,"uuid":"43cfad70-bf02-44f2-a60c-d192594613ae","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.138:6808","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6809","nonce":3892174771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6811","nonce":3892174771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6815","nonce":3892174771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6813","nonce":3892174771}]},"public_addr":"172.21.15.138:6809/3892174771","cluster_addr":"172.21.15.138:6811/3892174771","heartbeat_back_addr":"172.21.15.138:6815/3892174771","heartbeat_front_addr":"172.21.15.138:6813/3892174771","state":["exists","up"]},{"osd":4,"uuid":"94290729-c4a3-440b-87a5-22b6e048beff","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.204:6800","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6801","nonce":3118162996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6803","nonce":3118162996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6807","nonce":3118162996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6805","nonce":3118162996}]},"public_addr":"172.21.15.204:6801/3118162996","cluster_addr":"172.21.15.204:6803/3118162996","heartbeat_back_addr":"172.21.15.204:6807/3118162996","heartbeat_front_addr":"172.21.15.204:6805/3118162996","state":["exists","up"]},{"osd":5,"uuid":"a2f22eea-fb3f-411f-8921-11c308fa33df","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.204:6808","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6809","nonce":473583454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6811","nonce":473583454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6815","nonce":473583454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6813","nonce":473583454}]},"public_addr":"172.21.15.204:6809/473583454","cluster_addr":"172.21.15.204:6811/473583454","heartbeat_back_addr":"172.21.15.204:6815/473583454","heartbeat_front_addr":"172.21.15.204:6813/473583454","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-08T04:28:37.784758+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-08T04:29:33.576458+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-08T04:30:24.987296+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-08T04:31:15.529029+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-08T04:32:06.070773+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-08T04:33:00.780365+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6800/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:6801/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2088764496":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2294925184":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6800/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2144619299":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/1277583423":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6801/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2238680034":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2334666960":"2024-05-09T04:25:05.168143+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-08T04:33:44.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:44 smithi016 bash[21491]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:44 smithi016 bash[21491]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:44 smithi204 bash[22349]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:44 smithi204 bash[22349]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:44 smithi138 bash[22237]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:44.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:44 smithi138 bash[22237]: cluster 2024-05-08T04:33:42.897094+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:45.355 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-08T04:33:45.355 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:45.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:45 smithi016 bash[21491]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:46.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:46.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:45 smithi204 bash[22349]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:46.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.625671+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.634306+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.644926+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: audit 2024-05-08T04:33:44.695448+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.16:0/2180301846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:46.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:45 smithi138 bash[22237]: cluster 2024-05-08T04:33:44.897882+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:46.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:46.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:46 smithi016 bash[21491]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:46 smithi138 bash[22237]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.834265+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.840970+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:47.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:46 smithi204 bash[22349]: audit 2024-05-08T04:33:45.847968+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:48.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:47 smithi016 bash[21491]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:48.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:47 smithi016 bash[21491]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:48.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:47 smithi204 bash[22349]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:48.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:47 smithi204 bash[22349]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:47 smithi138 bash[22237]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:47 smithi138 bash[22237]: cluster 2024-05-08T04:33:46.898356+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:49 smithi204 bash[22349]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:49 smithi204 bash[22349]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:49 smithi016 bash[21491]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:49 smithi016 bash[21491]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.216 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:50.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:49 smithi138 bash[22237]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:50.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:49 smithi138 bash[22237]: cluster 2024-05-08T04:33:48.898775+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:51 smithi204 bash[22349]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:51 smithi204 bash[22349]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:51 smithi016 bash[21491]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:51 smithi016 bash[21491]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:51 smithi138 bash[22237]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:52.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:51 smithi138 bash[22237]: cluster 2024-05-08T04:33:50.899313+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:53.066 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:33:53.066 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":40,"fsid":"aaa15938-0cf2-11ef-bc97-c7b262605968","created":"2024-05-08T04:24:32.710981+0000","modified":"2024-05-08T04:33:04.521446+0000","last_up_change":"2024-05-08T04:33:02.687698+0000","last_in_change":"2024-05-08T04:32:35.721268+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-08T04:30:28.392225+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":"f837ab32-16a2-4bdf-a97f-e4348474b045","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.16:6802","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6803","nonce":1158962653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6805","nonce":1158962653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6809","nonce":1158962653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1158962653},{"type":"v1","addr":"172.21.15.16:6807","nonce":1158962653}]},"public_addr":"172.21.15.16:6803/1158962653","cluster_addr":"172.21.15.16:6805/1158962653","heartbeat_back_addr":"172.21.15.16:6809/1158962653","heartbeat_front_addr":"172.21.15.16:6807/1158962653","state":["exists","up"]},{"osd":1,"uuid":"f2852ca5-1b88-4be3-be7a-749cbbf379ee","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.16:6810","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6811","nonce":743161448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6813","nonce":743161448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6817","nonce":743161448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":743161448},{"type":"v1","addr":"172.21.15.16:6815","nonce":743161448}]},"public_addr":"172.21.15.16:6811/743161448","cluster_addr":"172.21.15.16:6813/743161448","heartbeat_back_addr":"172.21.15.16:6817/743161448","heartbeat_front_addr":"172.21.15.16:6815/743161448","state":["exists","up"]},{"osd":2,"uuid":"b7e438d8-f7ba-46a8-b084-bbabffdecbac","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.138:6800","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6801","nonce":3579964228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6803","nonce":3579964228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6807","nonce":3579964228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":3579964228},{"type":"v1","addr":"172.21.15.138:6805","nonce":3579964228}]},"public_addr":"172.21.15.138:6801/3579964228","cluster_addr":"172.21.15.138:6803/3579964228","heartbeat_back_addr":"172.21.15.138:6807/3579964228","heartbeat_front_addr":"172.21.15.138:6805/3579964228","state":["exists","up"]},{"osd":3,"uuid":"43cfad70-bf02-44f2-a60c-d192594613ae","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.138:6808","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6809","nonce":3892174771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6810","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6811","nonce":3892174771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6815","nonce":3892174771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":3892174771},{"type":"v1","addr":"172.21.15.138:6813","nonce":3892174771}]},"public_addr":"172.21.15.138:6809/3892174771","cluster_addr":"172.21.15.138:6811/3892174771","heartbeat_back_addr":"172.21.15.138:6815/3892174771","heartbeat_front_addr":"172.21.15.138:6813/3892174771","state":["exists","up"]},{"osd":4,"uuid":"94290729-c4a3-440b-87a5-22b6e048beff","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.204:6800","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6801","nonce":3118162996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6803","nonce":3118162996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6807","nonce":3118162996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3118162996},{"type":"v1","addr":"172.21.15.204:6805","nonce":3118162996}]},"public_addr":"172.21.15.204:6801/3118162996","cluster_addr":"172.21.15.204:6803/3118162996","heartbeat_back_addr":"172.21.15.204:6807/3118162996","heartbeat_front_addr":"172.21.15.204:6805/3118162996","state":["exists","up"]},{"osd":5,"uuid":"a2f22eea-fb3f-411f-8921-11c308fa33df","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.204:6808","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6809","nonce":473583454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6811","nonce":473583454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6815","nonce":473583454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":473583454},{"type":"v1","addr":"172.21.15.204:6813","nonce":473583454}]},"public_addr":"172.21.15.204:6809/473583454","cluster_addr":"172.21.15.204:6811/473583454","heartbeat_back_addr":"172.21.15.204:6815/473583454","heartbeat_front_addr":"172.21.15.204:6813/473583454","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-08T04:28:37.784758+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-08T04:29:33.576458+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-08T04:30:24.987296+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-08T04:31:15.529029+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-08T04:32:06.070773+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-08T04:33:00.780365+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:6800/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:6801/855165438":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2088764496":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2294925184":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6800/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2144619299":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/1277583423":"2024-05-09T04:25:05.168143+0000","172.21.15.16:6801/4198110653":"2024-05-09T04:25:05.168143+0000","172.21.15.16:0/2238680034":"2024-05-09T04:25:42.171879+0000","172.21.15.16:0/2334666960":"2024-05-09T04:25:05.168143+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-08T04:33:53.717 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-08T04:33:53.717 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-08T04:33:53.718 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-08T04:33:53.718 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-08T04:33:53.718 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-08T04:33:53.719 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-08T04:33:54.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:53 smithi016 bash[21491]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:53 smithi016 bash[21491]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:53 smithi016 bash[21491]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:54.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:53 smithi016 bash[21491]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:53 smithi204 bash[22349]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:53 smithi204 bash[22349]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:53 smithi204 bash[22349]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:54.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:53 smithi204 bash[22349]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:53 smithi138 bash[22237]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:53 smithi138 bash[22237]: cluster 2024-05-08T04:33:52.899868+0000 mgr.a (mgr.14152) 328 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:53 smithi138 bash[22237]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:53 smithi138 bash[22237]: audit 2024-05-08T04:33:53.066001+0000 mon.a (mon.0) 867 : audit [DBG] from='client.? 172.21.15.16:0/2734329102' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-08T04:33:56.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:55 smithi204 bash[22349]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:56.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:55 smithi204 bash[22349]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:56.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:55 smithi138 bash[22237]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:56.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:55 smithi138 bash[22237]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:56.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:55 smithi016 bash[21491]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:56.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:55 smithi016 bash[21491]: cluster 2024-05-08T04:33:54.900433+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:57.461 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:57.461 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:58.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:57 smithi204 bash[22349]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:57 smithi204 bash[22349]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:57 smithi138 bash[22237]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:57 smithi138 bash[22237]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:57 smithi016 bash[21491]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:57 smithi016 bash[21491]: cluster 2024-05-08T04:33:56.900940+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:33:58.470 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:58.470 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:58.470 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:58.471 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:33:59.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:33:59 smithi138 bash[22237]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:33:59 smithi016 bash[21491]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.517670+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.522789+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:33:59.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:33:59 smithi204 bash[22349]: audit 2024-05-08T04:33:58.530017+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:00.565 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:00 smithi016 bash[21491]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:00.566 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:00 smithi016 bash[21491]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:00.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:00 smithi204 bash[22349]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:00.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:00 smithi204 bash[22349]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:00.840 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:00 smithi138 bash[22237]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:00.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:00 smithi138 bash[22237]: cluster 2024-05-08T04:33:58.901451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:02.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:02 smithi016 bash[21491]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:02.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:02.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:02 smithi204 bash[22349]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: cluster 2024-05-08T04:34:00.901981+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.584491+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.590053+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:34:02.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.591782+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:34:02.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:02.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:02 smithi138 bash[22237]: audit 2024-05-08T04:34:01.602198+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:04 smithi204 bash[22349]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:04.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:04 smithi204 bash[22349]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:04.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:04 smithi138 bash[22237]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:04.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:04 smithi138 bash[22237]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:04 smithi016 bash[21491]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:04 smithi016 bash[21491]: cluster 2024-05-08T04:34:02.902563+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:05 smithi016 bash[21491]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:05 smithi204 bash[22349]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.848964+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.858927+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: audit 2024-05-08T04:34:04.869395+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:06.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:05 smithi138 bash[22237]: cluster 2024-05-08T04:34:04.903173+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:07.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:06 smithi016 bash[21491]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:06 smithi204 bash[22349]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.980059+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.985322+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:07.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:06 smithi138 bash[22237]: audit 2024-05-08T04:34:05.990189+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:08.250 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:07 smithi016 bash[21491]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:08.250 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:07 smithi016 bash[21491]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:07 smithi204 bash[22349]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:08.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:07 smithi204 bash[22349]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:08.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:07 smithi138 bash[22237]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:08.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:07 smithi138 bash[22237]: cluster 2024-05-08T04:34:06.903713+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:09.506 INFO:teuthology.orchestra.run.smithi016.stdout:163208757263 2024-05-08T04:34:09.506 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-08T04:34:09.839 INFO:teuthology.orchestra.run.smithi016.stdout:111669149732 2024-05-08T04:34:09.839 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-08T04:34:10.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:09 smithi016 bash[21491]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:10.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:10 smithi016 bash[21491]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:10.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:09 smithi138 bash[22237]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:10.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:09 smithi138 bash[22237]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:10.453 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:09 smithi204 bash[22349]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:10.454 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:09 smithi204 bash[22349]: cluster 2024-05-08T04:34:08.904275+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:11.276 INFO:teuthology.orchestra.run.smithi016.stdout:137438953499 2024-05-08T04:34:11.277 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-08T04:34:12.196 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:12 smithi016 bash[21491]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.196 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:12 smithi016 bash[21491]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:12 smithi204 bash[22349]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:12 smithi204 bash[22349]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:12 smithi138 bash[22237]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:12 smithi138 bash[22237]: cluster 2024-05-08T04:34:10.904804+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:12.858 INFO:teuthology.orchestra.run.smithi016.stdout:55834574905 2024-05-08T04:34:12.859 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-08T04:34:13.959 INFO:teuthology.orchestra.run.smithi016.stdout:34359738437 2024-05-08T04:34:13.959 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-08T04:34:14.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:14 smithi016 bash[21491]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:14 smithi016 bash[21491]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:14 smithi204 bash[22349]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:14 smithi204 bash[22349]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:14 smithi138 bash[22237]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:14 smithi138 bash[22237]: cluster 2024-05-08T04:34:12.905242+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:14.682 INFO:teuthology.orchestra.run.smithi016.stdout:77309411376 2024-05-08T04:34:14.683 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-08T04:34:16.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:16 smithi204 bash[22349]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:16.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:16 smithi204 bash[22349]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:16.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:16 smithi138 bash[22237]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:16.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:16 smithi138 bash[22237]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:16.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:16 smithi016 bash[21491]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:16.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:16 smithi016 bash[21491]: cluster 2024-05-08T04:34:14.905628+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:17.615 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:17.616 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:17.617 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:18.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:18 smithi204 bash[22349]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:18 smithi204 bash[22349]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:18 smithi138 bash[22237]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:18 smithi138 bash[22237]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:18 smithi016 bash[21491]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:18 smithi016 bash[21491]: cluster 2024-05-08T04:34:16.906245+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:18.624 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:19.637 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:19 smithi138 bash[22237]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:19.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:19.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:19 smithi016 bash[21491]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:20.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.677513+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.682818+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: audit 2024-05-08T04:34:18.688628+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:20.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:20.072 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:19 smithi204 bash[22349]: cluster 2024-05-08T04:34:18.906674+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.320 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:21 smithi016 bash[21491]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.320 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:21 smithi016 bash[21491]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:21 smithi204 bash[22349]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:21 smithi204 bash[22349]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:21 smithi138 bash[22237]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:22.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:21 smithi138 bash[22237]: cluster 2024-05-08T04:34:20.907336+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:24 smithi016 bash[21491]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:24 smithi016 bash[21491]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:24 smithi204 bash[22349]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:24 smithi204 bash[22349]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:24 smithi138 bash[22237]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:24.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:24 smithi138 bash[22237]: cluster 2024-05-08T04:34:22.907844+0000 mgr.a (mgr.14152) 343 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:26 smithi138 bash[22237]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:26 smithi016 bash[21491]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: cluster 2024-05-08T04:34:24.908369+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:26.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.081734+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.091287+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:26.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:26 smithi204 bash[22349]: audit 2024-05-08T04:34:25.102053+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:27 smithi016 bash[21491]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:27 smithi204 bash[22349]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.136179+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.143547+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:27.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:27 smithi138 bash[22237]: audit 2024-05-08T04:34:26.153592+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:28.340 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:28 smithi016 bash[21491]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.340 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:28 smithi016 bash[21491]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.494 INFO:teuthology.orchestra.run.smithi016.stdout:111669149737 2024-05-08T04:34:28.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:28 smithi204 bash[22349]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:28 smithi204 bash[22349]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:28 smithi138 bash[22237]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:28 smithi138 bash[22237]: cluster 2024-05-08T04:34:26.908962+0000 mgr.a (mgr.14152) 345 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:28.736 INFO:teuthology.orchestra.run.smithi016.stdout:137438953502 2024-05-08T04:34:28.767 INFO:teuthology.orchestra.run.smithi016.stdout:163208757267 2024-05-08T04:34:29.103 INFO:teuthology.orchestra.run.smithi016.stdout:34359738440 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.433 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:29 smithi016 bash[21491]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:29 smithi204 bash[22349]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.495900+0000 mon.a (mon.0) 890 : audit [DBG] from='client.? 172.21.15.16:0/1773507958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.737792+0000 mon.a (mon.0) 891 : audit [DBG] from='client.? 172.21.15.16:0/135606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:28.769356+0000 mon.a (mon.0) 892 : audit [DBG] from='client.? 172.21.15.16:0/3799895144' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-08T04:34:29.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:29 smithi138 bash[22237]: audit 2024-05-08T04:34:29.105167+0000 mon.a (mon.0) 893 : audit [DBG] from='client.? 172.21.15.16:0/199122932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-08T04:34:29.786 INFO:teuthology.orchestra.run.smithi016.stdout:55834574909 2024-05-08T04:34:30.215 INFO:teuthology.orchestra.run.smithi016.stdout:77309411380 2024-05-08T04:34:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:30 smithi016 bash[21491]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:30 smithi016 bash[21491]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:30 smithi016 bash[21491]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:30 smithi016 bash[21491]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:30 smithi204 bash[22349]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:30 smithi204 bash[22349]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:30 smithi204 bash[22349]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.646 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:30 smithi204 bash[22349]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:30 smithi138 bash[22237]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:30 smithi138 bash[22237]: cluster 2024-05-08T04:34:28.909323+0000 mgr.a (mgr.14152) 346 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:30.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:30 smithi138 bash[22237]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:30 smithi138 bash[22237]: audit 2024-05-08T04:34:29.788156+0000 mon.a (mon.0) 894 : audit [DBG] from='client.? 172.21.15.16:0/1741877105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-08T04:34:30.939 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149737 for osd.3 2024-05-08T04:34:30.939 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:31.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:31 smithi016 bash[21491]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:31 smithi016 bash[21491]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.208 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953499 got 137438953502 for osd.4 2024-05-08T04:34:31.208 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:31.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:31 smithi204 bash[22349]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:31 smithi204 bash[22349]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:31 smithi138 bash[22237]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:31 smithi138 bash[22237]: audit 2024-05-08T04:34:30.216658+0000 mon.a (mon.0) 895 : audit [DBG] from='client.? 172.21.15.16:0/718449029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-08T04:34:31.932 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738437 got 34359738440 for osd.0 2024-05-08T04:34:31.932 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:32.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:32 smithi016 bash[21491]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:32.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:32 smithi016 bash[21491]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:32.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:32 smithi204 bash[22349]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:32.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:32 smithi204 bash[22349]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:32.585 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757263 got 163208757267 for osd.5 2024-05-08T04:34:32.586 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:32.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:32 smithi138 bash[22237]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:32.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:32 smithi138 bash[22237]: cluster 2024-05-08T04:34:30.909750+0000 mgr.a (mgr.14152) 347 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:33.140 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411376 got 77309411380 for osd.2 2024-05-08T04:34:33.140 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:33.417 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574905 got 55834574909 for osd.1 2024-05-08T04:34:33.417 DEBUG:teuthology.parallel:result is None 2024-05-08T04:34:33.417 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-08T04:34:33.418 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-08T04:34:34.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:34 smithi016 bash[21491]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:34.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:34 smithi016 bash[21491]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:34.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:34 smithi204 bash[22349]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:34.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:34 smithi204 bash[22349]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:34.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:34 smithi138 bash[22237]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:34.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:34 smithi138 bash[22237]: cluster 2024-05-08T04:34:32.910283+0000 mgr.a (mgr.14152) 348 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:36 smithi016 bash[21491]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:36 smithi016 bash[21491]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:36 smithi204 bash[22349]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:36 smithi204 bash[22349]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:36 smithi138 bash[22237]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:36.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:36 smithi138 bash[22237]: cluster 2024-05-08T04:34:34.910829+0000 mgr.a (mgr.14152) 349 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:38 smithi016 bash[21491]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:38 smithi016 bash[21491]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:38 smithi204 bash[22349]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:38 smithi204 bash[22349]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:38 smithi138 bash[22237]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:38 smithi138 bash[22237]: cluster 2024-05-08T04:34:36.911268+0000 mgr.a (mgr.14152) 350 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:38.967 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:40.151 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.151 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.151 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.151 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.152 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.152 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.152 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.152 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:39 smithi016 bash[21491]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.230 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.231 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:39 smithi138 bash[22237]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.900251+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.909643+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: cluster 2024-05-08T04:34:38.911774+0000 mgr.a (mgr.14152) 351 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:40.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:40.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:39 smithi204 bash[22349]: audit 2024-05-08T04:34:38.920387+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:41.828 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:34:41.830 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-05-08T04:34:42.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:41 smithi016 bash[21491]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:41 smithi016 bash[21491]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:41 smithi204 bash[22349]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:41 smithi204 bash[22349]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:41 smithi138 bash[22237]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:41 smithi138 bash[22237]: cluster 2024-05-08T04:34:40.912399+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:42.629 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":307,"stamp":"2024-05-08T04:34:40.912052+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":174300,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296612,"statfs":{"total":575970213888,"available":575791730688,"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.002853"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":62,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-08T04:33:04.745134+0000","last_change":"2024-05-08T04:33:04.744328+0000","last_active":"2024-05-08T04:33:04.745134+0000","last_peered":"2024-05-08T04:33:04.745134+0000","last_clean":"2024-05-08T04:33:04.745134+0000","last_became_active":"2024-05-08T04:33:04.732085+0000","last_became_peered":"2024-05-08T04:33:04.732085+0000","last_unstale":"2024-05-08T04:33:04.745134+0000","last_undegraded":"2024-05-08T04:33:04.745134+0000","last_fullsized":"2024-05-08T04:33:04.745134+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-08T04:30:28.839577+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-08T04:30:28.839577+0000","last_clean_scrub_stamp":"2024-05-08T04:30:28.839577+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-09T16:08:46.588301+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":163208757270,"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,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":137438953505,"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,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":26,"seq":111669149739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"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":34359738443,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31532,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713620,"statfs":{"total":95995035648,"available":95962746880,"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":[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":27376,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"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-08T04:34:42.630 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-08T04:34:43.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:42 smithi204 bash[22349]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:43.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:42 smithi204 bash[22349]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:43.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:42 smithi138 bash[22237]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:43.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:42 smithi138 bash[22237]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:43.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:42 smithi016 bash[21491]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:43.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:42 smithi016 bash[21491]: audit 2024-05-08T04:34:41.828043+0000 mgr.a (mgr.14152) 353 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:44.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:43 smithi204 bash[22349]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:44.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:43 smithi204 bash[22349]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:44.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:43 smithi138 bash[22237]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:44.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:43 smithi138 bash[22237]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:44.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:43 smithi016 bash[21491]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:44.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:43 smithi016 bash[21491]: cluster 2024-05-08T04:34:42.913004+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:46 smithi204 bash[22349]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:46 smithi138 bash[22237]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: cluster 2024-05-08T04:34:44.913566+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.248558+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.258308+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:46.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:46 smithi016 bash[21491]: audit 2024-05-08T04:34:45.268871+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.365 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:47.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:47 smithi016 bash[21491]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:47 smithi204 bash[22349]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.370838+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.380454+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:47.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:47 smithi138 bash[22237]: audit 2024-05-08T04:34:46.390931+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:34:48.567 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:48 smithi016 bash[21491]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:48.567 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:48 smithi016 bash[21491]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:48.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:48 smithi204 bash[22349]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:48.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:48 smithi204 bash[22349]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:48.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:48 smithi138 bash[22237]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:48.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:48 smithi138 bash[22237]: cluster 2024-05-08T04:34:46.914166+0000 mgr.a (mgr.14152) 356 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.201 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:34:50.204 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-05-08T04:34:50.475 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:50 smithi016 bash[21491]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.475 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:50 smithi016 bash[21491]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:50 smithi204 bash[22349]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:50 smithi204 bash[22349]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:50 smithi138 bash[22237]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:50.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:50 smithi138 bash[22237]: cluster 2024-05-08T04:34:48.914805+0000 mgr.a (mgr.14152) 357 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:51.223 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":311,"stamp":"2024-05-08T04:34:48.914457+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":174300,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296612,"statfs":{"total":575970213888,"available":575791730688,"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.003392"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":62,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-05-08T04:33:04.745134+0000","last_change":"2024-05-08T04:33:04.744328+0000","last_active":"2024-05-08T04:33:04.745134+0000","last_peered":"2024-05-08T04:33:04.745134+0000","last_clean":"2024-05-08T04:33:04.745134+0000","last_became_active":"2024-05-08T04:33:04.732085+0000","last_became_peered":"2024-05-08T04:33:04.732085+0000","last_unstale":"2024-05-08T04:33:04.745134+0000","last_undegraded":"2024-05-08T04:33:04.745134+0000","last_fullsized":"2024-05-08T04:33:04.745134+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-08T04:30:28.839577+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-08T04:30:28.839577+0000","last_clean_scrub_stamp":"2024-05-08T04:30:28.839577+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-09T16:08:46.588301+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":163208757272,"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,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":137438953507,"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,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":111669149741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":954368,"data_stored":727640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27952,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717200,"statfs":{"total":95995035648,"available":95966412800,"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":34359738444,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31532,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713620,"statfs":{"total":95995035648,"available":95962746880,"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":[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":55834574913,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"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-08T04:34:51.224 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-08T04:34:51.224 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-08T04:34:51.224 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-08T04:34:51.224 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-08T04:34:51.474 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:51 smithi016 bash[21491]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:51.474 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:51 smithi016 bash[21491]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:51.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:51 smithi204 bash[22349]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:51.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:51 smithi204 bash[22349]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:51.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:51 smithi138 bash[22237]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:51.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:51 smithi138 bash[22237]: audit 2024-05-08T04:34:50.201621+0000 mgr.a (mgr.14152) 358 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:34:52.500 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:52 smithi204 bash[22349]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:52.500 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:52 smithi204 bash[22349]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:52.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:52 smithi016 bash[21491]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:52.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:52 smithi016 bash[21491]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:52.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:52 smithi138 bash[22237]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:52.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:52 smithi138 bash[22237]: cluster 2024-05-08T04:34:50.915372+0000 mgr.a (mgr.14152) 359 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:54 smithi016 bash[21491]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:54 smithi016 bash[21491]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:54 smithi204 bash[22349]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:54 smithi204 bash[22349]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:54 smithi138 bash[22237]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:54.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:54 smithi138 bash[22237]: cluster 2024-05-08T04:34:52.915946+0000 mgr.a (mgr.14152) 360 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:56 smithi016 bash[21491]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:56 smithi016 bash[21491]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:56 smithi204 bash[22349]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:56 smithi204 bash[22349]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:56 smithi138 bash[22237]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:56.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:56 smithi138 bash[22237]: cluster 2024-05-08T04:34:54.916513+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:57.111 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:34:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:58 smithi016 bash[21491]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:34:58 smithi016 bash[21491]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:58.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:58 smithi204 bash[22349]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:58.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:34:58 smithi204 bash[22349]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:58.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:58 smithi138 bash[22237]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:34:58.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:34:58 smithi138 bash[22237]: cluster 2024-05-08T04:34:56.917101+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.077 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-08T04:35:00.077 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-08T04:35:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.321 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.322 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:00 smithi204 bash[22349]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.323 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.324 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.324 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:00 smithi016 bash[21491]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: cluster 2024-05-08T04:34:58.917692+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.070829+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.080183+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:00 smithi138 bash[22237]: audit 2024-05-08T04:34:59.090660+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:00.807 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-08T04:35:00.807 INFO:tasks.cephadm:Setup complete, yielding 2024-05-08T04:35:00.808 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-08T04:35:00.818 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-05-08T04:35:00.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ccf1c30cf724d5371f55439b3b3a90cb994fae2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> for host in $HOSTNAMES; do 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # find the hostname for "host.c" which will have no mgr 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C="${host}" 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> done 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # One last thing to worry about before draining the host 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # is that the teuthology test tends to put the explicit 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # hostnames in the placement for the mon service. 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # We want to make sure we can drain without providing 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # --force and there is a check for the host being removed 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # being listed explicitly in the placements. Therefore, 2024-05-08T04:35:00.819 DEBUG:teuthology.orchestra.run.smithi016:> # we should remove it from the mon placement. 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch ls mon --export > mon.yaml 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply -i mon_adjusted.yaml 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> # now drain that host 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> # wait for drain to complete 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> sleep 15 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> done 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> # we want to check the ability to remove the host from 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> # the CRUSH map, so we should first verify the host is in 2024-05-08T04:35:00.820 DEBUG:teuthology.orchestra.run.smithi016:> # the CRUSH map. 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> ceph osd getcrushmap -o compiled-crushmap 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> exit 1 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> # If the drain was successful, we should be able to remove the 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> # host without force with no issues. If there are still daemons 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> # we will get a response telling us to drain the host and a 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> # non-zero return code 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> sleep 30 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> ceph osd getcrushmap -o compiled-crushmap 2024-05-08T04:35:00.821 DEBUG:teuthology.orchestra.run.smithi016:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> exit 1 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-08T04:35:00.822 DEBUG:teuthology.orchestra.run.smithi016:> ' 2024-05-08T04:35:01.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:01 smithi138 bash[22237]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:01.414 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:01 smithi138 bash[22237]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:01.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:01 smithi016 bash[21491]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:01.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:01 smithi016 bash[21491]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:01 smithi204 bash[22349]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:01.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:01 smithi204 bash[22349]: audit 2024-05-08T04:35:00.079008+0000 mon.a (mon.0) 908 : audit [DBG] from='client.? 172.21.15.16:0/2802524129' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.332 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:02.333 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:02 smithi138 bash[22237]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:02.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:02.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:02 smithi016 bash[21491]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:02.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: cluster 2024-05-08T04:35:00.918257+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:02.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.711593+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.717472+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.719348+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:02.572 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:02 smithi204 bash[22349]: audit 2024-05-08T04:35:01.730536+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:04.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:04 smithi138 bash[22237]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:04.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:04 smithi138 bash[22237]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:04.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:04 smithi016 bash[21491]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:04.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:04 smithi016 bash[21491]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:04.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:04 smithi204 bash[22349]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:04.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:04 smithi204 bash[22349]: cluster 2024-05-08T04:35:02.918987+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:05.565 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/mon.a/config 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.740 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.741 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:06 smithi016 bash[21491]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:06 smithi204 bash[22349]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: cluster 2024-05-08T04:35:04.919567+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.478423+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.488693+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:06 smithi138 bash[22237]: audit 2024-05-08T04:35:05.499783+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:07 smithi016 bash[21491]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.822 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:07 smithi204 bash[22349]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.562676+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.569030+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:07 smithi138 bash[22237]: audit 2024-05-08T04:35:06.576323+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls --format json 2024-05-08T04:35:08.092 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r '.[] | .hostname' 2024-05-08T04:35:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOSTNAMES='smithi016 2024-05-08T04:35:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:smithi138 2024-05-08T04:35:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:smithi204' 2024-05-08T04:35:08.455 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-08T04:35:08.456 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi016 --format json 2024-05-08T04:35:08.456 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-08T04:35:08.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=true 2024-05-08T04:35:08.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' true == false ']' 2024-05-08T04:35:08.841 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-08T04:35:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:08 smithi138 bash[22237]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:08.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:08 smithi138 bash[22237]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:08.842 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi138 --format json 2024-05-08T04:35:08.842 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-08T04:35:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:08 smithi016 bash[21491]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:08 smithi016 bash[21491]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:08 smithi204 bash[22349]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:09.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:08 smithi204 bash[22349]: cluster 2024-05-08T04:35:06.920153+0000 mgr.a (mgr.14152) 367 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:09.215 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=true 2024-05-08T04:35:09.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' true == false ']' 2024-05-08T04:35:09.216 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-08T04:35:09.216 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi204 --format json 2024-05-08T04:35:09.216 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-08T04:35:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=false 2024-05-08T04:35:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' false == false ']' 2024-05-08T04:35:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C=smithi204 2024-05-08T04:35:09.603 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch ls mon --export 2024-05-08T04:35:09.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:09 smithi138 bash[22237]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:09.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:09 smithi138 bash[22237]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:09.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:09 smithi016 bash[21491]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:09.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:09 smithi016 bash[21491]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:09.974 INFO:teuthology.orchestra.run.smithi016.stderr:+ sed /smithi204/d mon.yaml 2024-05-08T04:35:09.975 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-08T04:35:10.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:09 smithi204 bash[22349]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:10.071 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:09 smithi204 bash[22349]: audit 2024-05-08T04:35:08.442196+0000 mgr.a (mgr.14152) 368 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-08T04:35:10.335 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled mon update... 2024-05-08T04:35:10.349 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch host drain smithi204 --zap-osd-devices 2024-05-08T04:35:11.571 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:11 smithi204 systemd[1]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-08T04:35:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:09.950915+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:09.950915+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.330272+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.330272+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.332886+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;count:3 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.332886+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;count:3 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.395302+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.395302+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.395428+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing monitor c from monmap... 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cephadm 2024-05-08T04:35:10.395428+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing monitor c from monmap... 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.397280+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.397280+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-08T04:35:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.403269+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.403269+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.404484+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: audit 2024-05-08T04:35:10.404484+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:10.408179+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:10.408179+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:10.921021+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:10.921021+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.404164+0000 mon.a (mon.0) 930 : cluster [INF] mon.a calling monitor election 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.404164+0000 mon.a (mon.0) 930 : cluster [INF] mon.a calling monitor election 2024-05-08T04:35:12.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.426143+0000 mon.a (mon.0) 931 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.426143+0000 mon.a (mon.0) 931 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433106+0000 mon.a (mon.0) 932 : cluster [DBG] monmap epoch 4 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433106+0000 mon.a (mon.0) 932 : cluster [DBG] monmap epoch 4 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433144+0000 mon.a (mon.0) 933 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433144+0000 mon.a (mon.0) 933 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433164+0000 mon.a (mon.0) 934 : cluster [DBG] last_changed 2024-05-08T04:35:10.395710+0000 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433164+0000 mon.a (mon.0) 934 : cluster [DBG] last_changed 2024-05-08T04:35:10.395710+0000 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433189+0000 mon.a (mon.0) 935 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433189+0000 mon.a (mon.0) 935 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433209+0000 mon.a (mon.0) 936 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433209+0000 mon.a (mon.0) 936 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433230+0000 mon.a (mon.0) 937 : cluster [DBG] election_strategy: 1 2024-05-08T04:35:12.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433230+0000 mon.a (mon.0) 937 : cluster [DBG] election_strategy: 1 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433250+0000 mon.a (mon.0) 938 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433250+0000 mon.a (mon.0) 938 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433271+0000 mon.a (mon.0) 939 : cluster [DBG] 1: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.433271+0000 mon.a (mon.0) 939 : cluster [DBG] 1: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434302+0000 mon.a (mon.0) 940 : cluster [DBG] fsmap 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434302+0000 mon.a (mon.0) 940 : cluster [DBG] fsmap 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434363+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434363+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434968+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.434968+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.435264+0000 mon.a (mon.0) 943 : cluster [INF] overall HEALTH_OK 2024-05-08T04:35:12.845 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:12 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.435264+0000 mon.a (mon.0) 943 : cluster [INF] overall HEALTH_OK 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:09.950915+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:09.950915+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.330272+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.330272+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.332886+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;count:3 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.332886+0000 mgr.a (mgr.14152) 375 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi138:172.21.15.138=b;count:3 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.395302+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.395302+0000 mgr.a (mgr.14152) 376 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.395428+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing monitor c from monmap... 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cephadm 2024-05-08T04:35:10.395428+0000 mgr.a (mgr.14152) 377 : cephadm [INF] Removing monitor c from monmap... 2024-05-08T04:35:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.397280+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.397280+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.403269+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.403269+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.404484+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: audit 2024-05-08T04:35:10.404484+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:10.408179+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:10.408179+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:10.921021+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:12.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:10.921021+0000 mgr.a (mgr.14152) 378 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.404164+0000 mon.a (mon.0) 930 : cluster [INF] mon.a calling monitor election 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.404164+0000 mon.a (mon.0) 930 : cluster [INF] mon.a calling monitor election 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.426143+0000 mon.a (mon.0) 931 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.426143+0000 mon.a (mon.0) 931 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433106+0000 mon.a (mon.0) 932 : cluster [DBG] monmap epoch 4 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433106+0000 mon.a (mon.0) 932 : cluster [DBG] monmap epoch 4 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433144+0000 mon.a (mon.0) 933 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433144+0000 mon.a (mon.0) 933 : cluster [DBG] fsid aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433164+0000 mon.a (mon.0) 934 : cluster [DBG] last_changed 2024-05-08T04:35:10.395710+0000 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433164+0000 mon.a (mon.0) 934 : cluster [DBG] last_changed 2024-05-08T04:35:10.395710+0000 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433189+0000 mon.a (mon.0) 935 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433189+0000 mon.a (mon.0) 935 : cluster [DBG] created 2024-05-08T04:24:28.548899+0000 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433209+0000 mon.a (mon.0) 936 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433209+0000 mon.a (mon.0) 936 : cluster [DBG] min_mon_release 19 (squid) 2024-05-08T04:35:12.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433230+0000 mon.a (mon.0) 937 : cluster [DBG] election_strategy: 1 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433230+0000 mon.a (mon.0) 937 : cluster [DBG] election_strategy: 1 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433250+0000 mon.a (mon.0) 938 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433250+0000 mon.a (mon.0) 938 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433271+0000 mon.a (mon.0) 939 : cluster [DBG] 1: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.433271+0000 mon.a (mon.0) 939 : cluster [DBG] 1: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.b 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434302+0000 mon.a (mon.0) 940 : cluster [DBG] fsmap 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434302+0000 mon.a (mon.0) 940 : cluster [DBG] fsmap 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434363+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434363+0000 mon.a (mon.0) 941 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434968+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.434968+0000 mon.a (mon.0) 942 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.435264+0000 mon.a (mon.0) 943 : cluster [INF] overall HEALTH_OK 2024-05-08T04:35:12.960 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:12 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.435264+0000 mon.a (mon.0) 943 : cluster [INF] overall HEALTH_OK 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to remove the following daemons from host 'smithi204' 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:type id 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------- --------------- 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:agent smithi204 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:mon c 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:osd 4 2024-05-08T04:35:13.727 INFO:teuthology.orchestra.run.smithi016.stdout:osd 5 2024-05-08T04:35:13.741 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi204 2024-05-08T04:35:13.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:13 smithi138 bash[22237]: cephadm 2024-05-08T04:35:12.437824+0000 mgr.a (mgr.14152) 379 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-05-08T04:35:13.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:13 smithi138 bash[22237]: cephadm 2024-05-08T04:35:12.437824+0000 mgr.a (mgr.14152) 379 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-05-08T04:35:13.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:13 smithi016 bash[21491]: cephadm 2024-05-08T04:35:12.437824+0000 mgr.a (mgr.14152) 379 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-05-08T04:35:13.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:13 smithi016 bash[21491]: cephadm 2024-05-08T04:35:12.437824+0000 mgr.a (mgr.14152) 379 : cephadm [INF] Removing daemon mon.c from smithi204 -- ports [] 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 15s ago 8m - - 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:mon.c smithi204 running (7m) 15s ago 7m 33.4M 2048M 19.0.0-3512-g5ccf1c30 521ad371f18d e82fa8f83037 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi204 running (3m) 15s ago 3m 45.4M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d a6dc8d23f476 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 15s ago 2m 37.4M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' 2024-05-08T04:35:14.114 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 15s ago 8m - - 2024-05-08T04:35:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:mon.c smithi204 running (7m) 15s ago 7m 33.4M 2048M 19.0.0-3512-g5ccf1c30 521ad371f18d e82fa8f83037 2024-05-08T04:35:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi204 running (3m) 15s ago 3m 45.4M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d a6dc8d23f476 2024-05-08T04:35:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 15s ago 2m 37.4M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' '!=' 'No daemons reported' ']' 2024-05-08T04:35:14.115 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 15 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.921604+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: cluster 2024-05-08T04:35:12.921604+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.717182+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.717182+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.721829+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.721829+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.724426+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.724426+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.727184+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:14 smithi138 bash[22237]: audit 2024-05-08T04:35:13.727184+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.921604+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: cluster 2024-05-08T04:35:12.921604+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.717182+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.717182+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.721829+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.721829+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.724426+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.724426+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.727184+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:14 smithi016 bash[21491]: audit 2024-05-08T04:35:13.727184+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-08T04:35:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: audit 2024-05-08T04:35:13.710331+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: audit 2024-05-08T04:35:13.710331+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.717963+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Added label _no_schedule to host smithi204 2024-05-08T04:35:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.717963+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Added label _no_schedule to host smithi204 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.722468+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.722468+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.725756+0000 mgr.a (mgr.14152) 384 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.725756+0000 mgr.a (mgr.14152) 384 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.728529+0000 mgr.a (mgr.14152) 385 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: cephadm 2024-05-08T04:35:13.728529+0000 mgr.a (mgr.14152) 385 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: audit 2024-05-08T04:35:14.094741+0000 mgr.a (mgr.14152) 386 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:15 smithi138 bash[22237]: audit 2024-05-08T04:35:14.094741+0000 mgr.a (mgr.14152) 386 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: audit 2024-05-08T04:35:13.710331+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: audit 2024-05-08T04:35:13.710331+0000 mgr.a (mgr.14152) 381 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi204", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.717963+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Added label _no_schedule to host smithi204 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.717963+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Added label _no_schedule to host smithi204 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.722468+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.722468+0000 mgr.a (mgr.14152) 383 : cephadm [INF] Added label _no_conf_keyring to host smithi204 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.725756+0000 mgr.a (mgr.14152) 384 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.725756+0000 mgr.a (mgr.14152) 384 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.728529+0000 mgr.a (mgr.14152) 385 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: cephadm 2024-05-08T04:35:13.728529+0000 mgr.a (mgr.14152) 385 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: audit 2024-05-08T04:35:14.094741+0000 mgr.a (mgr.14152) 386 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:15.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:15 smithi016 bash[21491]: audit 2024-05-08T04:35:14.094741+0000 mgr.a (mgr.14152) 386 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:16.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:16 smithi138 bash[22237]: cluster 2024-05-08T04:35:14.922120+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:16.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:16 smithi138 bash[22237]: cluster 2024-05-08T04:35:14.922120+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:16 smithi016 bash[21491]: cluster 2024-05-08T04:35:14.922120+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:16 smithi016 bash[21491]: cluster 2024-05-08T04:35:14.922120+0000 mgr.a (mgr.14152) 387 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:17.821 INFO:journalctl@ceph.mon.c.smithi204.stdout:May 08 04:35:17 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:17.821 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:17 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:17.822 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:17 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:18.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: cluster 2024-05-08T04:35:16.922665+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:18.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: cluster 2024-05-08T04:35:16.922665+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:18.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.775495+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.775495+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.783118+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.783118+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.882442+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:18.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:17.882442+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:18.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:18.500326+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:18 smithi138 bash[22237]: audit 2024-05-08T04:35:18.500326+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: cluster 2024-05-08T04:35:16.922665+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: cluster 2024-05-08T04:35:16.922665+0000 mgr.a (mgr.14152) 388 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.775495+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.775495+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.783118+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.783118+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.882442+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:17.882442+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:18.500326+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:18.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:18 smithi016 bash[21491]: audit 2024-05-08T04:35:18.500326+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: cluster 2024-05-08T04:35:18.923228+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: cluster 2024-05-08T04:35:18.923228+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.255804+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.255804+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.265524+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.265524+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.276659+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.592 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:20 smithi138 bash[22237]: audit 2024-05-08T04:35:19.276659+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: cluster 2024-05-08T04:35:18.923228+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:20.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: cluster 2024-05-08T04:35:18.923228+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:20.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.255804+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.255804+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.265524+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.265524+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.276659+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:20.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:20 smithi016 bash[21491]: audit 2024-05-08T04:35:19.276659+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:22.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:22 smithi138 bash[22237]: cluster 2024-05-08T04:35:20.923752+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:22.591 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:22 smithi138 bash[22237]: cluster 2024-05-08T04:35:20.923752+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:22.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:22 smithi016 bash[21491]: cluster 2024-05-08T04:35:20.923752+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:22.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:22 smithi016 bash[21491]: cluster 2024-05-08T04:35:20.923752+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:23.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:22.776055+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:22.776055+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:22.784571+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:22.784571+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: cluster 2024-05-08T04:35:22.924338+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:23.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: cluster 2024-05-08T04:35:22.924338+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:23.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:23.211379+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:23.211379+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:23.219790+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:23.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:23 smithi138 bash[22237]: audit 2024-05-08T04:35:23.219790+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:22.776055+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:22.776055+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:22.784571+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:22.784571+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: cluster 2024-05-08T04:35:22.924338+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: cluster 2024-05-08T04:35:22.924338+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:23.211379+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:23.211379+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:23.219790+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:24.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:23 smithi016 bash[21491]: audit 2024-05-08T04:35:23.219790+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.878102+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.878102+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.886733+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.886733+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.897006+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:24.897006+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: cluster 2024-05-08T04:35:24.924990+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: cluster 2024-05-08T04:35:24.924990+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.709817+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.709817+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.719313+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.719313+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.729675+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:25 smithi138 bash[22237]: audit 2024-05-08T04:35:25.729675+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.878102+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.878102+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.886733+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.886733+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.897006+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:24.897006+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: cluster 2024-05-08T04:35:24.924990+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: cluster 2024-05-08T04:35:24.924990+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.709817+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.709817+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.719313+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.719313+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.729675+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:26.208 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:25 smithi016 bash[21491]: audit 2024-05-08T04:35:25.729675+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.774187+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.774187+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.783617+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.783617+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.793932+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: audit 2024-05-08T04:35:26.793932+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: cluster 2024-05-08T04:35:26.925608+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:28.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:27 smithi138 bash[22237]: cluster 2024-05-08T04:35:26.925608+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:28.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.774187+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.774187+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.783617+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.783617+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.793932+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: audit 2024-05-08T04:35:26.793932+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:28.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: cluster 2024-05-08T04:35:26.925608+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:28.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:27 smithi016 bash[21491]: cluster 2024-05-08T04:35:26.925608+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:29.117 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi204 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 4s ago 8m - - 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi204 running (3m) 4s ago 3m 45.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d a6dc8d23f476 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 4s ago 2m 37.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 4s ago 8m - - 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi204 running (3m) 4s ago 3m 45.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d a6dc8d23f476 2024-05-08T04:35:29.512 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 4s ago 2m 37.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' '!=' 'No daemons reported' ']' 2024-05-08T04:35:29.513 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 15 2024-05-08T04:35:30.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:29 smithi138 bash[22237]: cluster 2024-05-08T04:35:28.926194+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:30.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:29 smithi138 bash[22237]: cluster 2024-05-08T04:35:28.926194+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:30.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:29 smithi138 bash[22237]: audit 2024-05-08T04:35:29.494960+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:30.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:29 smithi138 bash[22237]: audit 2024-05-08T04:35:29.494960+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:29 smithi016 bash[21491]: cluster 2024-05-08T04:35:28.926194+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:29 smithi016 bash[21491]: cluster 2024-05-08T04:35:28.926194+0000 mgr.a (mgr.14152) 394 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:29 smithi016 bash[21491]: audit 2024-05-08T04:35:29.494960+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:30.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:29 smithi016 bash[21491]: audit 2024-05-08T04:35:29.494960+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cluster 2024-05-08T04:35:30.926604+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cluster 2024-05-08T04:35:30.926604+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.458483+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.458483+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.466489+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.466489+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.473017+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.473017+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.474235+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.474235+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.475419+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:32.773 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.475419+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477360+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477360+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477868+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477868+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477987+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.477987+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.543704+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.543704+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.575903+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.575903+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.613280+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.774 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.613280+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.620033+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.620033+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.863728+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.863728+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.870268+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.870268+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.875587+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.875587+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.882319+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.882319+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.884586+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.884586+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.886446+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.886446+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.889168+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:32.775 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.889168+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:32.776 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.891660+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-08T04:35:32.776 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: audit 2024-05-08T04:35:31.891660+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-08T04:35:32.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cluster 2024-05-08T04:35:30.926604+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:32.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cluster 2024-05-08T04:35:30.926604+0000 mgr.a (mgr.14152) 396 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:32.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.458483+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.458483+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Detected new or changed devices on smithi204 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.466489+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.466489+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.473017+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.473017+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.474235+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.474235+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.475419+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.475419+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477360+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477360+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477868+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477868+0000 mgr.a (mgr.14152) 399 : cephadm [INF] Updating smithi138:/etc/ceph/ceph.conf 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477987+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:32.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.477987+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.543704+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.543704+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing smithi204:/etc/ceph/ceph.client.admin.keyring 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.575903+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.575903+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Removing smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.613280+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.613280+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.620033+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.620033+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.863728+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.863728+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.870268+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.870268+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.875587+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.875587+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.882319+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.882319+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.884586+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.884586+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.886446+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.886446+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.889168+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.889168+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.891660+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-08T04:35:32.844 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:32 smithi138 bash[22237]: audit 2024-05-08T04:35:31.891660+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-08T04:35:33.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:32 smithi016 bash[21491]: debug 2024-05-08T04:35:32.890+0000 7f0465ae5700 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-05-08T04:35:33.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.693179+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.693179+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.695380+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cephadm 2024-05-08T04:35:31.695380+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.884811+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.884811+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.886821+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.886821+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.889541+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:31.889541+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.883784+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-08T04:35:33.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.883784+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cluster 2024-05-08T04:35:32.889177+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: cluster 2024-05-08T04:35:32.889177+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.891465+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.891465+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.894573+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.894573+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.897240+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:33 smithi138 bash[22237]: audit 2024-05-08T04:35:32.897240+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.693179+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.693179+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Updating smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.695380+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cephadm 2024-05-08T04:35:31.695380+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Updating smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.884811+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.884811+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.886821+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.886821+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.889541+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:31.889541+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.883784+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.883784+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cluster 2024-05-08T04:35:32.889177+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: cluster 2024-05-08T04:35:32.889177+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.891465+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.891465+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.894573+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.894573+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.897240+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-08T04:35:33.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:33 smithi016 bash[21491]: audit 2024-05-08T04:35:32.897240+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-08T04:35:34.821 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:34 smithi204 systemd[1]: Stopping Ceph osd.4 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:35:34.822 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:34 smithi204 bash[28709]: debug 2024-05-08T04:35:34.447+0000 7f8e56678700 -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-08T04:35:34.822 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:34 smithi204 bash[28709]: debug 2024-05-08T04:35:34.447+0000 7f8e56678700 -1 osd.4 42 *** Got signal Terminated *** 2024-05-08T04:35:34.822 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:34 smithi204 bash[28709]: debug 2024-05-08T04:35:34.447+0000 7f8e56678700 -1 osd.4 42 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:35:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cephadm 2024-05-08T04:35:32.890527+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-05-08T04:35:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cephadm 2024-05-08T04:35:32.890527+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-05-08T04:35:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:32.891914+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:32.891914+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:34.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:32.894970+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:32.894970+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:32.927243+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:32.927243+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.884576+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.884576+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:33.891641+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: audit 2024-05-08T04:35:33.891641+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.896520+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.896520+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.950371+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-08T04:35:34.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.950371+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-08T04:35:34.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.950385+0000 osd.4 (osd.4) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2024-05-08T04:35:34.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.950385+0000 osd.4 (osd.4) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2024-05-08T04:35:34.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.952176+0000 mon.a (mon.0) 990 : cluster [INF] osd.4 marked itself dead as of e42 2024-05-08T04:35:34.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:34 smithi138 bash[22237]: cluster 2024-05-08T04:35:33.952176+0000 mon.a (mon.0) 990 : cluster [INF] osd.4 marked itself dead as of e42 2024-05-08T04:35:34.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cephadm 2024-05-08T04:35:32.890527+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-05-08T04:35:34.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cephadm 2024-05-08T04:35:32.890527+0000 mgr.a (mgr.14152) 408 : cephadm [INF] osd.5 weight is now 0.0 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:32.891914+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:32.891914+0000 mgr.a (mgr.14152) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:32.894970+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:32.894970+0000 mgr.a (mgr.14152) 410 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:32.927243+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:32.927243+0000 mgr.a (mgr.14152) 411 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.884576+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.884576+0000 mon.a (mon.0) 987 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:33.891641+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: audit 2024-05-08T04:35:33.891641+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.896520+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-08T04:35:34.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.896520+0000 mon.a (mon.0) 989 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.950371+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.950371+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.950385+0000 osd.4 (osd.4) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.950385+0000 osd.4 (osd.4) 4 : cluster [DBG] map e42 wrongly marked me down at e42 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.952176+0000 mon.a (mon.0) 990 : cluster [INF] osd.4 marked itself dead as of e42 2024-05-08T04:35:34.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:34 smithi016 bash[21491]: cluster 2024-05-08T04:35:33.952176+0000 mon.a (mon.0) 990 : cluster [INF] osd.4 marked itself dead as of e42 2024-05-08T04:35:35.821 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:35 smithi204 bash[38111]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-4 2024-05-08T04:35:35.821 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:35 smithi204 bash[38173]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-4 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cephadm 2024-05-08T04:35:33.898014+0000 mgr.a (mgr.14152) 412 : cephadm [INF] osd.4 now down 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cephadm 2024-05-08T04:35:33.898014+0000 mgr.a (mgr.14152) 412 : cephadm [INF] osd.4 now down 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cephadm 2024-05-08T04:35:33.898573+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cephadm 2024-05-08T04:35:33.898573+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cluster 2024-05-08T04:35:34.899175+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-08T04:35:35.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:35 smithi138 bash[22237]: cluster 2024-05-08T04:35:34.899175+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cephadm 2024-05-08T04:35:33.898014+0000 mgr.a (mgr.14152) 412 : cephadm [INF] osd.4 now down 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cephadm 2024-05-08T04:35:33.898014+0000 mgr.a (mgr.14152) 412 : cephadm [INF] osd.4 now down 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cephadm 2024-05-08T04:35:33.898573+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cephadm 2024-05-08T04:35:33.898573+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Removing daemon osd.4 from smithi204 -- ports [] 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cluster 2024-05-08T04:35:34.899175+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-08T04:35:35.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:35 smithi016 bash[21491]: cluster 2024-05-08T04:35:34.899175+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-08T04:35:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:36 smithi138 bash[22237]: cluster 2024-05-08T04:35:34.927798+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:36 smithi138 bash[22237]: cluster 2024-05-08T04:35:34.927798+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:36 smithi138 bash[22237]: cluster 2024-05-08T04:35:35.907216+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-08T04:35:36.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:36 smithi138 bash[22237]: cluster 2024-05-08T04:35:35.907216+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-08T04:35:36.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:36 smithi016 bash[21491]: cluster 2024-05-08T04:35:34.927798+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:36.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:36 smithi016 bash[21491]: cluster 2024-05-08T04:35:34.927798+0000 mgr.a (mgr.14152) 414 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-05-08T04:35:36.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:36 smithi016 bash[21491]: cluster 2024-05-08T04:35:35.907216+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-08T04:35:36.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:36 smithi016 bash[21491]: cluster 2024-05-08T04:35:35.907216+0000 mon.a (mon.0) 992 : cluster [DBG] osdmap e44: 6 total, 5 up, 6 in 2024-05-08T04:35:38.181 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:38 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:38.181 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:37 smithi204 systemd[1]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-08T04:35:38.181 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:37 smithi204 systemd[1]: Stopped Ceph osd.4 for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:35:38.181 INFO:journalctl@ceph.osd.4.smithi204.stdout:May 08 04:35:38 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:38.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:36.928396+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:38.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:36.928396+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.177427+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.177427+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.180535+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.180535+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.186867+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.186867+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.188115+0000 mon.a (mon.0) 996 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.188115+0000 mon.a (mon.0) 996 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.188169+0000 mon.a (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.188169+0000 mon.a (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.190504+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: audit 2024-05-08T04:35:38.190504+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:38.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.195810+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-08T04:35:38.843 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:38 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.195810+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-08T04:35:38.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:36.928396+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:36.928396+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.177427+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.177427+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.180535+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.180535+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.186867+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:38.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.186867+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.188115+0000 mon.a (mon.0) 996 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.188115+0000 mon.a (mon.0) 996 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.188169+0000 mon.a (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.188169+0000 mon.a (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.190504+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: audit 2024-05-08T04:35:38.190504+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:38.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.195810+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-08T04:35:38.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:38 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.195810+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.176603+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Removing key for osd.4 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.176603+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Removing key for osd.4 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.186165+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.186165+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.197177+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.197177+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.197410+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cephadm 2024-05-08T04:35:38.197410+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-05-08T04:35:39.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.569792+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-08T04:35:39.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:39 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.569792+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.176603+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Removing key for osd.4 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.176603+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Removing key for osd.4 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.186165+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.186165+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Successfully removed osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.197177+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.197177+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Successfully purged osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.197410+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cephadm 2024-05-08T04:35:38.197410+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Zapping devices for osd.4 on smithi204 2024-05-08T04:35:39.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.569792+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-08T04:35:39.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:39 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.569792+0000 mon.a (mon.0) 1000 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-08T04:35:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:40 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.928974+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:40 smithi138 bash[22237]: cluster 2024-05-08T04:35:38.928974+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:40 smithi138 bash[22237]: cluster 2024-05-08T04:35:39.580030+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-08T04:35:40.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:40 smithi138 bash[22237]: cluster 2024-05-08T04:35:39.580030+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-08T04:35:40.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:40 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.928974+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:40.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:40 smithi016 bash[21491]: cluster 2024-05-08T04:35:38.928974+0000 mgr.a (mgr.14152) 420 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:40.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:40 smithi016 bash[21491]: cluster 2024-05-08T04:35:39.580030+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-08T04:35:40.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:40 smithi016 bash[21491]: cluster 2024-05-08T04:35:39.580030+0000 mon.a (mon.0) 1001 : cluster [DBG] osdmap e47: 5 total, 5 up, 5 in 2024-05-08T04:35:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:42 smithi138 bash[22237]: cluster 2024-05-08T04:35:40.929557+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:42.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:42 smithi138 bash[22237]: cluster 2024-05-08T04:35:40.929557+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:42.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:42 smithi016 bash[21491]: cluster 2024-05-08T04:35:40.929557+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:42.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:42 smithi016 bash[21491]: cluster 2024-05-08T04:35:40.929557+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean+remapped; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-08T04:35:44.515 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi204 2024-05-08T04:35:44.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:44 smithi138 bash[22237]: cluster 2024-05-08T04:35:42.930129+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-08T04:35:44.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:44 smithi138 bash[22237]: cluster 2024-05-08T04:35:42.930129+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-08T04:35:44.911 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 20s ago 8m - - 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 20s ago 2m 37.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:agent.smithi204 smithi204 running 20s ago 8m - - 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi204 running (2m) 20s ago 2m 37.7M 9.93G 19.0.0-3512-g5ccf1c30 521ad371f18d 9605d826bb5f ' '!=' 'No daemons reported' ']' 2024-05-08T04:35:44.912 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 15 2024-05-08T04:35:44.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:44 smithi016 bash[21491]: cluster 2024-05-08T04:35:42.930129+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-08T04:35:44.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:44 smithi016 bash[21491]: cluster 2024-05-08T04:35:42.930129+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-08T04:35:46.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:44.887804+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:46.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:44.887804+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:46.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: cluster 2024-05-08T04:35:44.930703+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-08T04:35:46.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: cluster 2024-05-08T04:35:44.930703+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.027006+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.027006+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.035456+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.035456+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.045596+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.045596+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.941079+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.941079+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.950664+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.950664+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.961311+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:46 smithi138 bash[22237]: audit 2024-05-08T04:35:45.961311+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:44.887804+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:46.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:44.887804+0000 mgr.a (mgr.14152) 423 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:35:46.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: cluster 2024-05-08T04:35:44.930703+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-08T04:35:46.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: cluster 2024-05-08T04:35:44.930703+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.027006+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.027006+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.035456+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.035456+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.045596+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.045596+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.941079+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.941079+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.950664+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.950664+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.961311+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: audit 2024-05-08T04:35:45.961311+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:46.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:46 smithi016 bash[21491]: debug 2024-05-08T04:35:46.234+0000 7f0465ae5700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-05-08T04:35:47.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: cephadm 2024-05-08T04:35:46.234338+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-05-08T04:35:47.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: cephadm 2024-05-08T04:35:46.234338+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-05-08T04:35:47.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.235086+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.235086+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.235538+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.235538+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.238007+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.238007+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.238349+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.238349+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.240489+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:46.240489+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:47.003703+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:47.003703+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:47.012959+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:47 smithi138 bash[22237]: audit 2024-05-08T04:35:47.012959+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: cephadm 2024-05-08T04:35:46.234338+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-05-08T04:35:47.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: cephadm 2024-05-08T04:35:46.234338+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Successfully zapped devices for osd.4 on smithi204 2024-05-08T04:35:47.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.235086+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.235086+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.235538+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.235538+0000 mgr.a (mgr.14152) 426 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.238007+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.238007+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.238349+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.238349+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.240489+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:46.240489+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:47.003703+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:47.003703+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:47.012959+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:47 smithi016 bash[21491]: audit 2024-05-08T04:35:47.012959+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:47.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:47 smithi204 systemd[1]: Stopping Ceph osd.5 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:35:47.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:47 smithi204 bash[32510]: debug 2024-05-08T04:35:47.595+0000 7f928e4d4700 -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-08T04:35:47.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:47 smithi204 bash[32510]: debug 2024-05-08T04:35:47.595+0000 7f928e4d4700 -1 osd.5 47 *** Got signal Terminated *** 2024-05-08T04:35:47.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:47 smithi204 bash[32510]: debug 2024-05-08T04:35:47.595+0000 7f928e4d4700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:35:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:46.931254+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:35:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:46.931254+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:35:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: audit 2024-05-08T04:35:47.029000+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: audit 2024-05-08T04:35:47.029000+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:48.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.030338+0000 mon.a (mon.0) 1014 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.030338+0000 mon.a (mon.0) 1014 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.030391+0000 mon.a (mon.0) 1015 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.030391+0000 mon.a (mon.0) 1015 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: audit 2024-05-08T04:35:47.038257+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: audit 2024-05-08T04:35:47.038257+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.047627+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cluster 2024-05-08T04:35:47.047627+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cephadm 2024-05-08T04:35:47.049074+0000 mgr.a (mgr.14152) 429 : cephadm [INF] osd.5 now down 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cephadm 2024-05-08T04:35:47.049074+0000 mgr.a (mgr.14152) 429 : cephadm [INF] osd.5 now down 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cephadm 2024-05-08T04:35:47.049711+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-05-08T04:35:48.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:48 smithi138 bash[22237]: cephadm 2024-05-08T04:35:47.049711+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:46.931254+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:46.931254+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: audit 2024-05-08T04:35:47.029000+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: audit 2024-05-08T04:35:47.029000+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.030338+0000 mon.a (mon.0) 1014 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:48.456 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.030338+0000 mon.a (mon.0) 1014 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.030391+0000 mon.a (mon.0) 1015 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.030391+0000 mon.a (mon.0) 1015 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: audit 2024-05-08T04:35:47.038257+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: audit 2024-05-08T04:35:47.038257+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.047627+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cluster 2024-05-08T04:35:47.047627+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cephadm 2024-05-08T04:35:47.049074+0000 mgr.a (mgr.14152) 429 : cephadm [INF] osd.5 now down 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cephadm 2024-05-08T04:35:47.049074+0000 mgr.a (mgr.14152) 429 : cephadm [INF] osd.5 now down 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cephadm 2024-05-08T04:35:47.049711+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-05-08T04:35:48.457 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:48 smithi016 bash[21491]: cephadm 2024-05-08T04:35:47.049711+0000 mgr.a (mgr.14152) 430 : cephadm [INF] Removing daemon osd.5 from smithi204 -- ports [] 2024-05-08T04:35:48.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:48 smithi204 bash[38790]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-5 2024-05-08T04:35:48.821 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:48 smithi204 bash[38910]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-5 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.839312+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.839312+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.847459+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.847459+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: cluster 2024-05-08T04:35:48.848978+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: cluster 2024-05-08T04:35:48.848978+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.858100+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:49 smithi138 bash[22237]: audit 2024-05-08T04:35:48.858100+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.839312+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.839312+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.847459+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.847459+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: cluster 2024-05-08T04:35:48.848978+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: cluster 2024-05-08T04:35:48.848978+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.858100+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:49 smithi016 bash[21491]: audit 2024-05-08T04:35:48.858100+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:50.571 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:50 smithi204 systemd[1]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-08T04:35:50.571 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:50 smithi204 systemd[1]: Stopped Ceph osd.5 for aaa15938-0cf2-11ef-bc97-c7b262605968. 2024-05-08T04:35:50.571 INFO:journalctl@ceph.osd.5.smithi204.stdout:May 08 04:35:50 smithi204 systemd[1]: /etc/systemd/system/ceph-aaa15938-0cf2-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-08T04:35:51.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:49.844339+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-08T04:35:51.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:49.844339+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.624828+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.624828+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.627780+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.627780+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.634089+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:51.092 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.634089+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.635293+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.635293+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.635346+0000 mon.a (mon.0) 1026 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.635346+0000 mon.a (mon.0) 1026 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.637261+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:51.093 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: audit 2024-05-08T04:35:50.637261+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:51.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.642234+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-08T04:35:51.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:50 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.642234+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-08T04:35:51.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:49.844339+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-08T04:35:51.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:49.844339+0000 mon.a (mon.0) 1021 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.624828+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.624828+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.627780+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.627780+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.634089+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.634089+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.635293+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.635293+0000 mon.a (mon.0) 1025 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.635346+0000 mon.a (mon.0) 1026 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.635346+0000 mon.a (mon.0) 1026 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.637261+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: audit 2024-05-08T04:35:50.637261+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.642234+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-08T04:35:51.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:50 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.642234+0000 mon.a (mon.0) 1028 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.624083+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Removing key for osd.5 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.624083+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Removing key for osd.5 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.633309+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.633309+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.643463+0000 mgr.a (mgr.14152) 434 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.643463+0000 mgr.a (mgr.14152) 434 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.643716+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-05-08T04:35:52.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cephadm 2024-05-08T04:35:50.643716+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-05-08T04:35:52.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.849416+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:52.207 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:51 smithi016 bash[21491]: cluster 2024-05-08T04:35:50.849416+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.624083+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Removing key for osd.5 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.624083+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Removing key for osd.5 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.633309+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.633309+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Successfully removed osd.5 on smithi204 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.643463+0000 mgr.a (mgr.14152) 434 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.643463+0000 mgr.a (mgr.14152) 434 : cephadm [INF] Successfully purged osd.5 on smithi204 2024-05-08T04:35:52.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.643716+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-05-08T04:35:52.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cephadm 2024-05-08T04:35:50.643716+0000 mgr.a (mgr.14152) 435 : cephadm [INF] Zapping devices for osd.5 on smithi204 2024-05-08T04:35:52.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.849416+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:52.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:51 smithi138 bash[22237]: cluster 2024-05-08T04:35:50.849416+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:53.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:53 smithi016 bash[21491]: cluster 2024-05-08T04:35:52.849912+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:53.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:53 smithi016 bash[21491]: cluster 2024-05-08T04:35:52.849912+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:53 smithi138 bash[22237]: cluster 2024-05-08T04:35:52.849912+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:54.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:53 smithi138 bash[22237]: cluster 2024-05-08T04:35:52.849912+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:56.205 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:55 smithi016 bash[21491]: cluster 2024-05-08T04:35:54.850450+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:56.206 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:55 smithi016 bash[21491]: cluster 2024-05-08T04:35:54.850450+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:56.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:55 smithi138 bash[22237]: cluster 2024-05-08T04:35:54.850450+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:56.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:55 smithi138 bash[22237]: cluster 2024-05-08T04:35:54.850450+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: cephadm 2024-05-08T04:35:56.424296+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: cephadm 2024-05-08T04:35:56.424296+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:56.431312+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:56.431312+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: cephadm 2024-05-08T04:35:56.434494+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-05-08T04:35:57.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: cephadm 2024-05-08T04:35:56.434494+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.153392+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.153392+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.156203+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.156203+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.168734+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.168734+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.176093+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.176093+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.280415+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:57.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:57 smithi016 bash[21491]: audit 2024-05-08T04:35:57.280415+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: cephadm 2024-05-08T04:35:56.424296+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: cephadm 2024-05-08T04:35:56.424296+0000 mgr.a (mgr.14152) 439 : cephadm [INF] Successfully zapped devices for osd.5 on smithi204 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:56.431312+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:56.431312+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: cephadm 2024-05-08T04:35:56.434494+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-05-08T04:35:57.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: cephadm 2024-05-08T04:35:56.434494+0000 mgr.a (mgr.14152) 440 : cephadm [INF] Removing daemon agent.smithi204 from smithi204 -- ports [] 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.153392+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.153392+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]: dispatch 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.156203+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.156203+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi204"}]': finished 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.168734+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.168734+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.176093+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.176093+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.280415+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:57.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:57 smithi138 bash[22237]: audit 2024-05-08T04:35:57.280415+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: cluster 2024-05-08T04:35:56.851020+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: cluster 2024-05-08T04:35:56.851020+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: cephadm 2024-05-08T04:35:57.152759+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Removing key for client.agent.smithi204 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: cephadm 2024-05-08T04:35:57.152759+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Removing key for client.agent.smithi204 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: audit 2024-05-08T04:35:57.858401+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: audit 2024-05-08T04:35:57.858401+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: audit 2024-05-08T04:35:57.863514+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:58 smithi016 bash[21491]: audit 2024-05-08T04:35:57.863514+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: cluster 2024-05-08T04:35:56.851020+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: cluster 2024-05-08T04:35:56.851020+0000 mgr.a (mgr.14152) 441 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: cephadm 2024-05-08T04:35:57.152759+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Removing key for client.agent.smithi204 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: cephadm 2024-05-08T04:35:57.152759+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Removing key for client.agent.smithi204 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: audit 2024-05-08T04:35:57.858401+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: audit 2024-05-08T04:35:57.858401+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: audit 2024-05-08T04:35:57.863514+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:58.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:58 smithi138 bash[22237]: audit 2024-05-08T04:35:57.863514+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.509760+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.509760+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.863717+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.863717+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.871073+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:35:59 smithi138 bash[22237]: audit 2024-05-08T04:35:58.871073+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.914 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi204 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.509760+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.509760+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.863717+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.863717+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.871073+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:35:59.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:35:59 smithi016 bash[21491]: audit 2024-05-08T04:35:58.871073+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:00.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-08T04:36:00.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-08T04:36:00.298 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-08T04:36:00.674 INFO:teuthology.orchestra.run.smithi016.stderr:17 2024-05-08T04:36:00.685 INFO:teuthology.orchestra.run.smithi016.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-08T04:36:00.700 INFO:teuthology.orchestra.run.smithi016.stderr:++ cat crushmap.txt 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:+ CRUSH_MAP='# begin crush map 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_tries 0 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_fallback_tries 0 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_total_tries 50 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_descend_once 1 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_vary_r 1 2024-05-08T04:36:00.702 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_stable 1 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:tunable straw_calc_version 1 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:tunable allowed_bucket_algs 54 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:# devices 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:device 0 osd.0 class ssd 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:device 1 osd.1 class ssd 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:device 2 osd.2 class ssd 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:device 3 osd.3 class ssd 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:# types 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:type 0 osd 2024-05-08T04:36:00.703 INFO:teuthology.orchestra.run.smithi016.stderr:type 1 host 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 2 chassis 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 3 rack 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 4 row 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 5 pdu 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 6 pod 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 7 room 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 8 datacenter 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 9 zone 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 10 region 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr:type 11 root 2024-05-08T04:36:00.704 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr:# buckets 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi016 { 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: id -3 # do not change unnecessarily 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: id -4 class ssd # do not change unnecessarily 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.0 weight 0.08730 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.1 weight 0.08730 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi138 { 2024-05-08T04:36:00.705 INFO:teuthology.orchestra.run.smithi016.stderr: id -5 # do not change unnecessarily 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: id -6 class ssd # do not change unnecessarily 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.2 weight 0.08730 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.3 weight 0.08730 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi204 { 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: id -7 # do not change unnecessarily 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: id -8 class ssd # do not change unnecessarily 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.00000 2024-05-08T04:36:00.706 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr:root default { 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: id -1 # do not change unnecessarily 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: id -2 class ssd # do not change unnecessarily 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.34918 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi016 weight 0.17459 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi138 weight 0.17459 2024-05-08T04:36:00.707 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi204 weight 0.00000 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:# rules 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:rule replicated_rule { 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: id 0 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: type replicated 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: step take default 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: step choose firstn 0 type osd 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: step emit 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:# end crush map' 2024-05-08T04:36:00.708 INFO:teuthology.orchestra.run.smithi016.stderr:+ grep -q smithi204 2024-05-08T04:36:00.709 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch host rm smithi204 --rm-crush-entry 2024-05-08T04:36:00.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:00 smithi138 bash[22237]: cluster 2024-05-08T04:35:58.851585+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:00.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:00 smithi138 bash[22237]: cluster 2024-05-08T04:35:58.851585+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:00.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:00 smithi016 bash[21491]: cluster 2024-05-08T04:35:58.851585+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:00.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:00 smithi016 bash[21491]: cluster 2024-05-08T04:35:58.851585+0000 mgr.a (mgr.14152) 443 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:01.551 INFO:teuthology.orchestra.run.smithi016.stdout:Removed host 'smithi204' 2024-05-08T04:36:01.569 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 30 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:00.282533+0000 mgr.a (mgr.14152) 444 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:00.282533+0000 mgr.a (mgr.14152) 444 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:00.672340+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.16:0/2686322657' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:00.672340+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.16:0/2686322657' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:01.051173+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-05-08T04:36:01.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:01 smithi138 bash[22237]: audit 2024-05-08T04:36:01.051173+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:00.282533+0000 mgr.a (mgr.14152) 444 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:00.282533+0000 mgr.a (mgr.14152) 444 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:00.672340+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.16:0/2686322657' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:00.672340+0000 mon.a (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.16:0/2686322657' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:01.051173+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-05-08T04:36:01.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21491]: audit 2024-05-08T04:36:01.051173+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi204"}]: dispatch 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: debug 2024-05-08T04:36:01.545+0000 7f592e4ef700 -1 log_channel(cephadm) log [ERR] : host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: Traceback (most recent call last): 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: return json.loads(''.join(out)) 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: return _default_decoder.decode(s) 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-05-08T04:36:01.957 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: debug 2024-05-08T04:36:01.589+0000 7f59354fd700 -1 log_channel(cephadm) log [ERR] : executing refresh((['smithi016', 'smithi138', 'smithi204'],)) failed. 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: Traceback (most recent call last): 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: return f(*arg) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: host = self._get_stored_name(host) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: self.assert_host(host) 2024-05-08T04:36:01.958 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-05-08T04:36:01.959 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: raise OrchestratorError('host %s does not exist' % host) 2024-05-08T04:36:01.959 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:01 smithi016 bash[21748]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-05-08T04:36:02.665 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:00.851934+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.665 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:00.851934+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.050528+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.050528+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.524031+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.524031+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.530441+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.530441+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.537860+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.537860+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.539106+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-05-08T04:36:02.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.539106+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.544385+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.544385+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.552024+0000 mgr.a (mgr.14152) 447 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: Traceback (most recent call last): 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return json.loads(''.join(out)) 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return _default_decoder.decode(s) 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-05-08T04:36:02.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.552024+0000 mgr.a (mgr.14152) 447 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: Traceback (most recent call last): 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return json.loads(''.join(out)) 2024-05-08T04:36:02.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return _default_decoder.decode(s) 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.553024+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi204 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.553024+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi204 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.594571+0000 mgr.a (mgr.14152) 449 : cephadm [ERR] executing refresh((['smithi016', 'smithi138', 'smithi204'],)) failed. 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: Traceback (most recent call last): 2024-05-08T04:36:02.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return f(*arg) 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: host = self._get_stored_name(host) 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: self.assert_host(host) 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: raise OrchestratorError('host %s does not exist' % host) 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-05-08T04:36:02.670 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.594571+0000 mgr.a (mgr.14152) 449 : cephadm [ERR] executing refresh((['smithi016', 'smithi138', 'smithi204'],)) failed. 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: Traceback (most recent call last): 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: return f(*arg) 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-05-08T04:36:02.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: host = self._get_stored_name(host) 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: self.assert_host(host) 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: raise OrchestratorError('host %s does not exist' % host) 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.595920+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:36:02.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.595920+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.599082+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.599082+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.600216+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.600216+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.602360+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.602360+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.602805+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: cluster 2024-05-08T04:36:01.602805+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.607396+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.607396+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.676578+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:02.673 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.676578+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:02.674 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.678443+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:02.674 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.678443+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:02.674 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.680094+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.674 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:02 smithi138 bash[22237]: audit 2024-05-08T04:36:01.680094+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:00.851934+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:00.851934+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.050528+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.050528+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi204", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.524031+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.524031+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi204"}]': finished 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.530441+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.530441+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.537860+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.537860+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.929 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.539106+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.539106+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]: dispatch 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.544385+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.544385+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi204"}]': finished 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.552024+0000 mgr.a (mgr.14152) 447 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: Traceback (most recent call last): 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return json.loads(''.join(out)) 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return _default_decoder.decode(s) 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-05-08T04:36:02.930 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.552024+0000 mgr.a (mgr.14152) 447 : cephadm [ERR] host smithi204 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: Traceback (most recent call last): 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return json.loads(''.join(out)) 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return _default_decoder.decode(s) 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.553024+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi204 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.553024+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi204 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.594571+0000 mgr.a (mgr.14152) 449 : cephadm [ERR] executing refresh((['smithi016', 'smithi138', 'smithi204'],)) failed. 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: Traceback (most recent call last): 2024-05-08T04:36:02.931 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return f(*arg) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: host = self._get_stored_name(host) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: self.assert_host(host) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: raise OrchestratorError('host %s does not exist' % host) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.594571+0000 mgr.a (mgr.14152) 449 : cephadm [ERR] executing refresh((['smithi016', 'smithi138', 'smithi204'],)) failed. 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: Traceback (most recent call last): 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: return f(*arg) 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-05-08T04:36:02.932 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: host = self._get_stored_name(host) 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: self.assert_host(host) 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: raise OrchestratorError('host %s does not exist' % host) 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: orchestrator._interface.OrchestratorError: host smithi204 does not exist 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.595920+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.595920+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.599082+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.599082+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.600216+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.600216+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.602360+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.933 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.602360+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.602805+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: cluster 2024-05-08T04:36:01.602805+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.607396+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.607396+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.676578+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.676578+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.678443+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.678443+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.680094+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:02.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:02 smithi016 bash[21491]: audit 2024-05-08T04:36:01.680094+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.675921+0000 mgr.a (mgr.14152) 452 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.675921+0000 mgr.a (mgr.14152) 452 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.681833+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cephadm 2024-05-08T04:36:01.681833+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cluster 2024-05-08T04:36:02.540956+0000 mon.a (mon.0) 1054 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cluster 2024-05-08T04:36:02.540956+0000 mon.a (mon.0) 1054 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cluster 2024-05-08T04:36:02.541042+0000 mon.a (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-08T04:36:03.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:03 smithi138 bash[22237]: cluster 2024-05-08T04:36:02.541042+0000 mon.a (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.675921+0000 mgr.a (mgr.14152) 452 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.675921+0000 mgr.a (mgr.14152) 452 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.681833+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cephadm 2024-05-08T04:36:01.681833+0000 mgr.a (mgr.14152) 453 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cluster 2024-05-08T04:36:02.540956+0000 mon.a (mon.0) 1054 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cluster 2024-05-08T04:36:02.540956+0000 mon.a (mon.0) 1054 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cluster 2024-05-08T04:36:02.541042+0000 mon.a (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-08T04:36:03.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:03 smithi016 bash[21491]: cluster 2024-05-08T04:36:02.541042+0000 mon.a (mon.0) 1055 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: cluster 2024-05-08T04:36:03.603376+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: cluster 2024-05-08T04:36:03.603376+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.692112+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.692112+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.699735+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.699735+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.751012+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.751012+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.753012+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.753012+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.754705+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:04.832 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:04 smithi138 bash[22237]: audit 2024-05-08T04:36:03.754705+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: cluster 2024-05-08T04:36:03.603376+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: cluster 2024-05-08T04:36:03.603376+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.692112+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.692112+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.699735+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.699735+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.751012+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.751012+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:04.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.753012+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:04.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.753012+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:04.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.754705+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:04.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:04 smithi016 bash[21491]: audit 2024-05-08T04:36:03.754705+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:05.705 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:05 smithi016 bash[21491]: cephadm 2024-05-08T04:36:03.750332+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-08T04:36:05.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:05 smithi016 bash[21491]: cephadm 2024-05-08T04:36:03.750332+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-08T04:36:05.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:05 smithi016 bash[21491]: cephadm 2024-05-08T04:36:03.756701+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:36:05.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:05 smithi016 bash[21491]: cephadm 2024-05-08T04:36:03.756701+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:36:05.840 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:05 smithi138 bash[22237]: cephadm 2024-05-08T04:36:03.750332+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-08T04:36:05.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:05 smithi138 bash[22237]: cephadm 2024-05-08T04:36:03.750332+0000 mgr.a (mgr.14152) 455 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-08T04:36:05.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:05 smithi138 bash[22237]: cephadm 2024-05-08T04:36:03.756701+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:36:05.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:05 smithi138 bash[22237]: cephadm 2024-05-08T04:36:03.756701+0000 mgr.a (mgr.14152) 456 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: cluster 2024-05-08T04:36:05.603964+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: cluster 2024-05-08T04:36:05.603964+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.724537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.724537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.732663+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.732663+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.779467+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.779467+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.781449+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:05.781449+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.139434+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.139434+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.148391+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.148391+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.157745+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:06 smithi138 bash[22237]: audit 2024-05-08T04:36:06.157745+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: cluster 2024-05-08T04:36:05.603964+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: cluster 2024-05-08T04:36:05.603964+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.724537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.724537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.732663+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.732663+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.779467+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.779467+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.781449+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:06.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:05.781449+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.139434+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.139434+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.148391+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.148391+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.157745+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:06.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:06 smithi016 bash[21491]: audit 2024-05-08T04:36:06.157745+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: cephadm 2024-05-08T04:36:05.778793+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: cephadm 2024-05-08T04:36:05.778793+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: cephadm 2024-05-08T04:36:05.784487+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: cephadm 2024-05-08T04:36:05.784487+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.170203+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.170203+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.175475+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.175475+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.181946+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:07 smithi016 bash[21491]: audit 2024-05-08T04:36:07.181946+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: cephadm 2024-05-08T04:36:05.778793+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: cephadm 2024-05-08T04:36:05.778793+0000 mgr.a (mgr.14152) 458 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: cephadm 2024-05-08T04:36:05.784487+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: cephadm 2024-05-08T04:36:05.784487+0000 mgr.a (mgr.14152) 459 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.170203+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.170203+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.175475+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.175475+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.181946+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:07.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:07 smithi138 bash[22237]: audit 2024-05-08T04:36:07.181946+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: cluster 2024-05-08T04:36:07.604557+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: cluster 2024-05-08T04:36:07.604557+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.000521+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.000521+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.006112+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.006112+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.053813+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.053813+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:36:08.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.055559+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:08.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:08 smithi138 bash[22237]: audit 2024-05-08T04:36:08.055559+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: cluster 2024-05-08T04:36:07.604557+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: cluster 2024-05-08T04:36:07.604557+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.000521+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.000521+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.006112+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.006112+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.053813+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.053813+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.055559+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:08.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:08 smithi016 bash[21491]: audit 2024-05-08T04:36:08.055559+0000 mon.a (mon.0) 1074 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:09.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:09 smithi016 bash[21491]: cephadm 2024-05-08T04:36:08.053055+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-08T04:36:09.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:09 smithi016 bash[21491]: cephadm 2024-05-08T04:36:08.053055+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-08T04:36:09.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:09 smithi016 bash[21491]: cephadm 2024-05-08T04:36:08.057745+0000 mgr.a (mgr.14152) 462 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-08T04:36:09.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:09 smithi016 bash[21491]: cephadm 2024-05-08T04:36:08.057745+0000 mgr.a (mgr.14152) 462 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-08T04:36:09.840 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:09 smithi138 bash[22237]: cephadm 2024-05-08T04:36:08.053055+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-08T04:36:09.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:09 smithi138 bash[22237]: cephadm 2024-05-08T04:36:08.053055+0000 mgr.a (mgr.14152) 461 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-08T04:36:09.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:09 smithi138 bash[22237]: cephadm 2024-05-08T04:36:08.057745+0000 mgr.a (mgr.14152) 462 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-08T04:36:09.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:09 smithi138 bash[22237]: cephadm 2024-05-08T04:36:08.057745+0000 mgr.a (mgr.14152) 462 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: cluster 2024-05-08T04:36:09.605100+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: cluster 2024-05-08T04:36:09.605100+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.204091+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.204091+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.209868+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.209868+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.227409+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.227409+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.228442+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:10.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.228442+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:10.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.229415+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:10.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:10 smithi138 bash[22237]: audit 2024-05-08T04:36:10.229415+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: cluster 2024-05-08T04:36:09.605100+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: cluster 2024-05-08T04:36:09.605100+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.204091+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.204091+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.209868+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.893 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.209868+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.227409+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.227409+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.228442+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.228442+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.229415+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:10.894 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:10 smithi016 bash[21491]: audit 2024-05-08T04:36:10.229415+0000 mon.a (mon.0) 1079 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:11.721 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:11 smithi138 bash[22237]: cephadm 2024-05-08T04:36:10.227068+0000 mgr.a (mgr.14152) 464 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:36:11.721 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:11 smithi138 bash[22237]: cephadm 2024-05-08T04:36:10.227068+0000 mgr.a (mgr.14152) 464 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:36:11.721 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:11 smithi138 bash[22237]: cephadm 2024-05-08T04:36:10.230688+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:36:11.721 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:11 smithi138 bash[22237]: cephadm 2024-05-08T04:36:10.230688+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:36:11.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:11 smithi016 bash[21491]: cephadm 2024-05-08T04:36:10.227068+0000 mgr.a (mgr.14152) 464 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:36:11.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:11 smithi016 bash[21491]: cephadm 2024-05-08T04:36:10.227068+0000 mgr.a (mgr.14152) 464 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-08T04:36:11.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:11 smithi016 bash[21491]: cephadm 2024-05-08T04:36:10.230688+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:36:11.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:11 smithi016 bash[21491]: cephadm 2024-05-08T04:36:10.230688+0000 mgr.a (mgr.14152) 465 : cephadm [INF] Reconfiguring daemon mon.b on smithi138 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: cluster 2024-05-08T04:36:11.605850+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: cluster 2024-05-08T04:36:11.605850+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.171320+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.171320+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.180801+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.180801+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.200245+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.200245+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:12.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.202566+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.202566+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.204535+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:12.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:12 smithi138 bash[22237]: audit 2024-05-08T04:36:12.204535+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: cluster 2024-05-08T04:36:11.605850+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: cluster 2024-05-08T04:36:11.605850+0000 mgr.a (mgr.14152) 466 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.171320+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.171320+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.180801+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.180801+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.200245+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.200245+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.202566+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.202566+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.204535+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:12.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:12 smithi016 bash[21491]: audit 2024-05-08T04:36:12.204535+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:13.671 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:13 smithi138 bash[22237]: cephadm 2024-05-08T04:36:12.199460+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-08T04:36:13.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:13 smithi138 bash[22237]: cephadm 2024-05-08T04:36:12.199460+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-08T04:36:13.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:13 smithi138 bash[22237]: cephadm 2024-05-08T04:36:12.206625+0000 mgr.a (mgr.14152) 468 : cephadm [INF] Reconfiguring daemon mgr.b on smithi138 2024-05-08T04:36:13.672 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:13 smithi138 bash[22237]: cephadm 2024-05-08T04:36:12.206625+0000 mgr.a (mgr.14152) 468 : cephadm [INF] Reconfiguring daemon mgr.b on smithi138 2024-05-08T04:36:13.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:13 smithi016 bash[21491]: cephadm 2024-05-08T04:36:12.199460+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-08T04:36:13.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:13 smithi016 bash[21491]: cephadm 2024-05-08T04:36:12.199460+0000 mgr.a (mgr.14152) 467 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-08T04:36:13.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:13 smithi016 bash[21491]: cephadm 2024-05-08T04:36:12.206625+0000 mgr.a (mgr.14152) 468 : cephadm [INF] Reconfiguring daemon mgr.b on smithi138 2024-05-08T04:36:13.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:13 smithi016 bash[21491]: cephadm 2024-05-08T04:36:12.206625+0000 mgr.a (mgr.14152) 468 : cephadm [INF] Reconfiguring daemon mgr.b on smithi138 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: cluster 2024-05-08T04:36:13.606509+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: cluster 2024-05-08T04:36:13.606509+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.132242+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.132242+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.141457+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.141457+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.176786+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:36:14.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.176786+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:36:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.178545+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:14.842 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:14 smithi138 bash[22237]: audit 2024-05-08T04:36:14.178545+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: cluster 2024-05-08T04:36:13.606509+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: cluster 2024-05-08T04:36:13.606509+0000 mgr.a (mgr.14152) 469 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.132242+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.132242+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.141457+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.141457+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.176786+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.176786+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-08T04:36:14.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.178545+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:14.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:14 smithi016 bash[21491]: audit 2024-05-08T04:36:14.178545+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:15 smithi138 bash[22237]: cephadm 2024-05-08T04:36:14.176123+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-08T04:36:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:15 smithi138 bash[22237]: cephadm 2024-05-08T04:36:14.176123+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-08T04:36:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:15 smithi138 bash[22237]: cephadm 2024-05-08T04:36:14.181928+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon osd.2 on smithi138 2024-05-08T04:36:15.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:15 smithi138 bash[22237]: cephadm 2024-05-08T04:36:14.181928+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon osd.2 on smithi138 2024-05-08T04:36:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:15 smithi016 bash[21491]: cephadm 2024-05-08T04:36:14.176123+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-08T04:36:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:15 smithi016 bash[21491]: cephadm 2024-05-08T04:36:14.176123+0000 mgr.a (mgr.14152) 470 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-08T04:36:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:15 smithi016 bash[21491]: cephadm 2024-05-08T04:36:14.181928+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon osd.2 on smithi138 2024-05-08T04:36:15.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:15 smithi016 bash[21491]: cephadm 2024-05-08T04:36:14.181928+0000 mgr.a (mgr.14152) 471 : cephadm [INF] Reconfiguring daemon osd.2 on smithi138 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: cluster 2024-05-08T04:36:15.607217+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: cluster 2024-05-08T04:36:15.607217+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.133053+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.133053+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.142329+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.142329+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.151250+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:36:16.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.151250+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:36:16.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.153018+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:16.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:16 smithi016 bash[21491]: audit 2024-05-08T04:36:16.153018+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: cluster 2024-05-08T04:36:15.607217+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: cluster 2024-05-08T04:36:15.607217+0000 mgr.a (mgr.14152) 472 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.133053+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.133053+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.142329+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.142329+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.151250+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.151250+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.153018+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:17.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:16 smithi138 bash[22237]: audit 2024-05-08T04:36:16.153018+0000 mon.a (mon.0) 1092 : audit [DBG] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-08T04:36:17.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:17 smithi016 bash[21491]: cephadm 2024-05-08T04:36:16.150580+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-08T04:36:17.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:17 smithi016 bash[21491]: cephadm 2024-05-08T04:36:16.150580+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-08T04:36:17.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:17 smithi016 bash[21491]: cephadm 2024-05-08T04:36:16.155988+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon osd.3 on smithi138 2024-05-08T04:36:17.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:17 smithi016 bash[21491]: cephadm 2024-05-08T04:36:16.155988+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon osd.3 on smithi138 2024-05-08T04:36:18.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:17 smithi138 bash[22237]: cephadm 2024-05-08T04:36:16.150580+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-08T04:36:18.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:17 smithi138 bash[22237]: cephadm 2024-05-08T04:36:16.150580+0000 mgr.a (mgr.14152) 473 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-08T04:36:18.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:17 smithi138 bash[22237]: cephadm 2024-05-08T04:36:16.155988+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon osd.3 on smithi138 2024-05-08T04:36:18.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:17 smithi138 bash[22237]: cephadm 2024-05-08T04:36:16.155988+0000 mgr.a (mgr.14152) 474 : cephadm [INF] Reconfiguring daemon osd.3 on smithi138 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: cluster 2024-05-08T04:36:17.607916+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: cluster 2024-05-08T04:36:17.607916+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: audit 2024-05-08T04:36:18.100721+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: audit 2024-05-08T04:36:18.100721+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: audit 2024-05-08T04:36:18.110009+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:18.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:18 smithi016 bash[21491]: audit 2024-05-08T04:36:18.110009+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: cluster 2024-05-08T04:36:17.607916+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: cluster 2024-05-08T04:36:17.607916+0000 mgr.a (mgr.14152) 475 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: audit 2024-05-08T04:36:18.100721+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: audit 2024-05-08T04:36:18.100721+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: audit 2024-05-08T04:36:18.110009+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:19.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:18 smithi138 bash[22237]: audit 2024-05-08T04:36:18.110009+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:19.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:19 smithi016 bash[21491]: cluster 2024-05-08T04:36:19.608529+0000 mgr.a (mgr.14152) 476 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:19.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:19 smithi016 bash[21491]: cluster 2024-05-08T04:36:19.608529+0000 mgr.a (mgr.14152) 476 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:20.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:19 smithi138 bash[22237]: cluster 2024-05-08T04:36:19.608529+0000 mgr.a (mgr.14152) 476 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:20.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:19 smithi138 bash[22237]: cluster 2024-05-08T04:36:19.608529+0000 mgr.a (mgr.14152) 476 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:21.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:21 smithi016 bash[21491]: cluster 2024-05-08T04:36:21.609118+0000 mgr.a (mgr.14152) 477 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:21.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:21 smithi016 bash[21491]: cluster 2024-05-08T04:36:21.609118+0000 mgr.a (mgr.14152) 477 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:22.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:21 smithi138 bash[22237]: cluster 2024-05-08T04:36:21.609118+0000 mgr.a (mgr.14152) 477 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:22.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:21 smithi138 bash[22237]: cluster 2024-05-08T04:36:21.609118+0000 mgr.a (mgr.14152) 477 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:23.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:23 smithi016 bash[21491]: cluster 2024-05-08T04:36:23.609700+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:23.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:23 smithi016 bash[21491]: cluster 2024-05-08T04:36:23.609700+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:24.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:23 smithi138 bash[22237]: cluster 2024-05-08T04:36:23.609700+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:24.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:23 smithi138 bash[22237]: cluster 2024-05-08T04:36:23.609700+0000 mgr.a (mgr.14152) 478 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:25.955 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:25 smithi016 bash[21491]: cluster 2024-05-08T04:36:25.610250+0000 mgr.a (mgr.14152) 479 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:25.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:25 smithi016 bash[21491]: cluster 2024-05-08T04:36:25.610250+0000 mgr.a (mgr.14152) 479 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:26.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:25 smithi138 bash[22237]: cluster 2024-05-08T04:36:25.610250+0000 mgr.a (mgr.14152) 479 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:26.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:25 smithi138 bash[22237]: cluster 2024-05-08T04:36:25.610250+0000 mgr.a (mgr.14152) 479 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.372890+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.372890+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.382904+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.382904+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.393755+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:27 smithi016 bash[21491]: audit 2024-05-08T04:36:26.393755+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.372890+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.372890+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.382904+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.382904+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.393755+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:27.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:27 smithi138 bash[22237]: audit 2024-05-08T04:36:26.393755+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.396911+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.396911+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.706 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.404971+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.404971+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.415737+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: audit 2024-05-08T04:36:27.415737+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: cluster 2024-05-08T04:36:27.610843+0000 mgr.a (mgr.14152) 480 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:28.707 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:28 smithi016 bash[21491]: cluster 2024-05-08T04:36:27.610843+0000 mgr.a (mgr.14152) 480 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.396911+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.396911+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.404971+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.404971+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.415737+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: audit 2024-05-08T04:36:27.415737+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14152 172.21.15.16:0/2544925127' entity='mgr.a' 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: cluster 2024-05-08T04:36:27.610843+0000 mgr.a (mgr.14152) 480 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:28.841 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:28 smithi138 bash[22237]: cluster 2024-05-08T04:36:27.610843+0000 mgr.a (mgr.14152) 480 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:29.955 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:29 smithi016 bash[21491]: cluster 2024-05-08T04:36:29.611454+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:29.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:29 smithi016 bash[21491]: cluster 2024-05-08T04:36:29.611454+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:30.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:29 smithi138 bash[22237]: cluster 2024-05-08T04:36:29.611454+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:30.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:29 smithi138 bash[22237]: cluster 2024-05-08T04:36:29.611454+0000 mgr.a (mgr.14152) 481 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:31.571 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-08T04:36:31.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:31 smithi016 bash[21491]: cluster 2024-05-08T04:36:31.611991+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:31.923 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:31 smithi016 bash[21491]: cluster 2024-05-08T04:36:31.611991+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:31.935 INFO:teuthology.orchestra.run.smithi016.stderr:18 2024-05-08T04:36:31.946 INFO:teuthology.orchestra.run.smithi016.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-08T04:36:31.962 INFO:teuthology.orchestra.run.smithi016.stderr:++ cat crushmap.txt 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:+ CRUSH_MAP='# begin crush map 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_tries 0 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_fallback_tries 0 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_total_tries 50 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_descend_once 1 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_vary_r 1 2024-05-08T04:36:31.964 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_stable 1 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:tunable straw_calc_version 1 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:tunable allowed_bucket_algs 54 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:# devices 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:device 0 osd.0 class ssd 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:device 1 osd.1 class ssd 2024-05-08T04:36:31.965 INFO:teuthology.orchestra.run.smithi016.stderr:device 2 osd.2 class ssd 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:device 3 osd.3 class ssd 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:# types 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:type 0 osd 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:type 1 host 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:type 2 chassis 2024-05-08T04:36:31.966 INFO:teuthology.orchestra.run.smithi016.stderr:type 3 rack 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 4 row 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 5 pdu 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 6 pod 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 7 room 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 8 datacenter 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 9 zone 2024-05-08T04:36:31.967 INFO:teuthology.orchestra.run.smithi016.stderr:type 10 region 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr:type 11 root 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr:# buckets 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi016 { 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr: id -3 # do not change unnecessarily 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr: id -4 class ssd # do not change unnecessarily 2024-05-08T04:36:31.968 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.0 weight 0.08730 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.1 weight 0.08730 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi138 { 2024-05-08T04:36:31.969 INFO:teuthology.orchestra.run.smithi016.stderr: id -5 # do not change unnecessarily 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: id -6 class ssd # do not change unnecessarily 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.2 weight 0.08730 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.3 weight 0.08730 2024-05-08T04:36:31.970 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr:root default { 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: id -1 # do not change unnecessarily 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: id -2 class ssd # do not change unnecessarily 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.34918 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-08T04:36:31.971 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi016 weight 0.17459 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi138 weight 0.17459 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr:# rules 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr:rule replicated_rule { 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr: id 0 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr: type replicated 2024-05-08T04:36:31.972 INFO:teuthology.orchestra.run.smithi016.stderr: step take default 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr: step choose firstn 0 type osd 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr: step emit 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr:# end crush map' 2024-05-08T04:36:31.973 INFO:teuthology.orchestra.run.smithi016.stderr:+ grep -q smithi204 2024-05-08T04:36:32.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:31 smithi138 bash[22237]: cluster 2024-05-08T04:36:31.611991+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:32.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:31 smithi138 bash[22237]: cluster 2024-05-08T04:36:31.611991+0000 mgr.a (mgr.14152) 482 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-08T04:36:32.955 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:32 smithi016 bash[21491]: audit 2024-05-08T04:36:31.934162+0000 mon.a (mon.0) 1101 : audit [DBG] from='client.? 172.21.15.16:0/55600637' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:32.956 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:32 smithi016 bash[21491]: audit 2024-05-08T04:36:31.934162+0000 mon.a (mon.0) 1101 : audit [DBG] from='client.? 172.21.15.16:0/55600637' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:33.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:32 smithi138 bash[22237]: audit 2024-05-08T04:36:31.934162+0000 mon.a (mon.0) 1101 : audit [DBG] from='client.? 172.21.15.16:0/55600637' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:33.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:32 smithi138 bash[22237]: audit 2024-05-08T04:36:31.934162+0000 mon.a (mon.0) 1101 : audit [DBG] from='client.? 172.21.15.16:0/55600637' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-08T04:36:33.102 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T04:36:33.112 INFO:tasks.cephadm:Teardown begin 2024-05-08T04:36:33.113 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:36:33.127 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:36:33.141 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:36:33.155 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-08T04:36:33.155 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-08T04:36:33.179 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-08T04:36:33.194 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-08T04:36:33.201 INFO:tasks.cephadm:Stopping all daemons... 2024-05-08T04:36:33.201 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-08T04:36:33.202 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a 2024-05-08T04:36:33.455 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:33 smithi016 systemd[1]: Stopping Ceph mon.a for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:34.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:33 smithi016 bash[21491]: debug 2024-05-08T04:36:33.745+0000 7f046b2f0700 -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-08T04:36:34.069 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:33 smithi016 bash[21491]: debug 2024-05-08T04:36:33.745+0000 7f046b2f0700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-08T04:36:34.697 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 08 04:36:34 smithi016 bash[46638]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-mon-a 2024-05-08T04:36:34.712 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.a.service' 2024-05-08T04:36:34.741 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:34.741 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-08T04:36:34.741 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-08T04:36:34.741 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.b 2024-05-08T04:36:35.090 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:34 smithi138 systemd[1]: Stopping Ceph mon.b for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:35.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:34 smithi138 bash[22237]: debug 2024-05-08T04:36:34.890+0000 7efef024a700 -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-08T04:36:35.091 INFO:journalctl@ceph.mon.b.smithi138.stdout:May 08 04:36:34 smithi138 bash[22237]: debug 2024-05-08T04:36:34.890+0000 7efef024a700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-08T04:36:35.832 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.b.service' 2024-05-08T04:36:35.867 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:35.867 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-08T04:36:35.868 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-08T04:36:35.868 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.c 2024-05-08T04:36:35.891 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mon.c.service' 2024-05-08T04:36:35.981 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:35.981 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-08T04:36:35.981 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-08T04:36:35.982 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a 2024-05-08T04:36:36.291 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 08 04:36:36 smithi016 systemd[1]: Stopping Ceph mgr.a for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:36.988 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-08T04:36:37.011 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:37.011 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-08T04:36:37.011 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-08T04:36:37.011 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.b 2024-05-08T04:36:37.340 INFO:journalctl@ceph.mgr.b.smithi138.stdout:May 08 04:36:37 smithi138 systemd[1]: Stopping Ceph mgr.b for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:37.960 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-08T04:36:37.981 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:37.981 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-08T04:36:37.981 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-08T04:36:37.982 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.0 2024-05-08T04:36:38.456 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:38 smithi016 systemd[1]: Stopping Ceph osd.0 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:38.456 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:38 smithi016 bash[31726]: debug 2024-05-08T04:36:38.133+0000 7eff3b0d9700 -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-08T04:36:38.456 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:38 smithi016 bash[31726]: debug 2024-05-08T04:36:38.133+0000 7eff3b0d9700 -1 osd.0 50 *** Got signal Terminated *** 2024-05-08T04:36:38.456 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:38 smithi016 bash[31726]: debug 2024-05-08T04:36:38.133+0000 7eff3b0d9700 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:36:44.455 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:44 smithi016 bash[46970]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-0 2024-05-08T04:36:44.456 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 08 04:36:44 smithi016 bash[47032]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-0 2024-05-08T04:36:46.019 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.0.service' 2024-05-08T04:36:46.048 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:46.048 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-08T04:36:46.048 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-08T04:36:46.048 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.1 2024-05-08T04:36:46.456 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:46 smithi016 systemd[1]: Stopping Ceph osd.1 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:46.456 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:46 smithi016 bash[35619]: debug 2024-05-08T04:36:46.229+0000 7fe572a85700 -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-08T04:36:46.456 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:46 smithi016 bash[35619]: debug 2024-05-08T04:36:46.229+0000 7fe572a85700 -1 osd.1 50 *** Got signal Terminated *** 2024-05-08T04:36:46.456 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:46 smithi016 bash[35619]: debug 2024-05-08T04:36:46.229+0000 7fe572a85700 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:36:52.706 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:52 smithi016 bash[47166]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-1 2024-05-08T04:36:53.184 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 08 04:36:52 smithi016 bash[47260]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-1 2024-05-08T04:36:55.208 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.1.service' 2024-05-08T04:36:55.260 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:36:55.260 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-08T04:36:55.260 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-08T04:36:55.260 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.2 2024-05-08T04:36:55.590 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:36:55 smithi138 systemd[1]: Stopping Ceph osd.2 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:36:55.591 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:36:55 smithi138 bash[27881]: debug 2024-05-08T04:36:55.406+0000 7f3d2c55e700 -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-08T04:36:55.591 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:36:55 smithi138 bash[27881]: debug 2024-05-08T04:36:55.406+0000 7f3d2c55e700 -1 osd.2 50 *** Got signal Terminated *** 2024-05-08T04:36:55.591 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:36:55 smithi138 bash[27881]: debug 2024-05-08T04:36:55.406+0000 7f3d2c55e700 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:37:01.590 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:37:01 smithi138 bash[37377]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-2 2024-05-08T04:37:01.590 INFO:journalctl@ceph.osd.2.smithi138.stdout:May 08 04:37:01 smithi138 bash[37444]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-2 2024-05-08T04:37:03.001 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.2.service' 2024-05-08T04:37:03.029 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:37:03.029 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-08T04:37:03.029 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-08T04:37:03.029 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.3 2024-05-08T04:37:03.341 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:03 smithi138 systemd[1]: Stopping Ceph osd.3 for aaa15938-0cf2-11ef-bc97-c7b262605968... 2024-05-08T04:37:03.341 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:03 smithi138 bash[31552]: debug 2024-05-08T04:37:03.210+0000 7fdc9c987700 -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-08T04:37:03.341 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:03 smithi138 bash[31552]: debug 2024-05-08T04:37:03.210+0000 7fdc9c987700 -1 osd.3 50 *** Got signal Terminated *** 2024-05-08T04:37:03.341 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:03 smithi138 bash[31552]: debug 2024-05-08T04:37:03.210+0000 7fdc9c987700 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-08T04:37:05.499 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:05 smithi138 bash[31552]: debug 2024-05-08T04:37:05.238+0000 7fdc94f73700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2024-05-08T04:36:40.962085+0000 front 2024-05-08T04:36:40.961941+0000 (oldest deadline 2024-05-08T04:37:04.461738+0000) 2024-05-08T04:37:06.590 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:06 smithi138 bash[31552]: debug 2024-05-08T04:37:06.286+0000 7fdc94f73700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2024-05-08T04:36:40.962085+0000 front 2024-05-08T04:36:40.961941+0000 (oldest deadline 2024-05-08T04:37:04.461738+0000) 2024-05-08T04:37:07.590 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:07 smithi138 bash[31552]: debug 2024-05-08T04:37:07.318+0000 7fdc94f73700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2024-05-08T04:36:40.962085+0000 front 2024-05-08T04:36:40.961941+0000 (oldest deadline 2024-05-08T04:37:04.461738+0000) 2024-05-08T04:37:09.340 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:08 smithi138 bash[37581]: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-3 2024-05-08T04:37:09.340 INFO:journalctl@ceph.osd.3.smithi138.stdout:May 08 04:37:09 smithi138 bash[37838]: Error response from daemon: No such container: ceph-aaa15938-0cf2-11ef-bc97-c7b262605968-osd-3 2024-05-08T04:37:10.811 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.3.service' 2024-05-08T04:37:10.842 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:37:10.842 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-08T04:37:10.842 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-08T04:37:10.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.4 2024-05-08T04:37:10.876 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.4.service' 2024-05-08T04:37:10.945 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:37:10.945 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-08T04:37:10.945 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-08T04:37:10.946 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.5 2024-05-08T04:37:11.020 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-aaa15938-0cf2-11ef-bc97-c7b262605968@osd.5.service' 2024-05-08T04:37:11.094 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-08T04:37:11.094 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-08T04:37:11.094 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-08T04:37:11.268 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:13.915 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-08T04:37:14.084 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:16.784 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-08T04:37:16.952 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:18.518 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:37:18.533 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:37:18.548 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-08T04:37:18.560 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T04:37:18.562 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi016/crash 2024-05-08T04:37:18.563 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash -- . 2024-05-08T04:37:18.586 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T04:37:18.586 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-05-08T04:37:18.588 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi138/crash 2024-05-08T04:37:18.589 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash -- . 2024-05-08T04:37:18.600 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T04:37:18.601 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-05-08T04:37:18.602 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi204/crash 2024-05-08T04:37:18.603 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash -- . 2024-05-08T04:37:18.614 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T04:37:18.614 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-05-08T04:37:18.615 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T04:37:18.615 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/aaa15938-0cf2-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-08T04:37:18.649 INFO:teuthology.orchestra.run.smithi016.stdout:2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:37:18.650 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-08T04:37:18.650 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[SEC\]' /var/log/ceph/aaa15938-0cf2-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-08T04:37:18.703 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]' /var/log/ceph/aaa15938-0cf2-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-08T04:37:18.758 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[WRN\]' /var/log/ceph/aaa15938-0cf2-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-08T04:37:18.813 INFO:teuthology.orchestra.run.smithi016.stdout:2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-08T04:37:18.814 INFO:tasks.cephadm:Compressing logs... 2024-05-08T04:37:18.815 DEBUG:teuthology.orchestra.run.smithi016:> 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-08T04:37:18.860 DEBUG:teuthology.orchestra.run.smithi138:> 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-08T04:37:18.864 DEBUG:teuthology.orchestra.run.smithi204:> 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-08T04:37:18.868 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-08T04:37:18.875 INFO:teuthology.orchestra.run.smithi138.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-08T04:37:18.877 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T04:37:18.877 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-08T04:37:18.878 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-08T04:37:18.878 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-08T04:37:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-08T04:37:18.879 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.a.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log 2024-05-08T04:37:18.879 INFO:teuthology.orchestra.run.smithi016.stderr: 81.2% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-08T04:37:18.880 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-08T04:37:18.880 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-08T04:37:18.880 INFO:teuthology.orchestra.run.smithi204.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-08T04:37:18.881 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-08T04:37:18.882 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.a.log: 86.9% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-08T04:37:18.882 INFO:teuthology.orchestra.run.smithi016.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T04:37:18.883 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T04:37:18.883 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-08T04:37:18.883 INFO:teuthology.orchestra.run.smithi016.stderr: 90.4% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-08T04:37:18.884 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-08T04:37:18.884 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log 2024-05-08T04:37:18.885 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-08T04:37:18.885 INFO:teuthology.orchestra.run.smithi204.stderr: 81.2% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-08T04:37:18.885 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-08T04:37:18.886 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T04:37:18.886 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-08T04:37:18.887 INFO:teuthology.orchestra.run.smithi204.stderr: 87.1% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-08T04:37:18.887 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-08T04:37:18.888 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.4.log: 90.6% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-08T04:37:18.888 INFO:teuthology.orchestra.run.smithi204.stderr: 85.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T04:37:18.889 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-08T04:37:18.889 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-08T04:37:18.889 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-08T04:37:18.889 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log 2024-05-08T04:37:18.889 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.3.log: 80.0% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.b.log 86.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-05-08T04:37:18.891 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log: 86.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T04:37:18.892 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-08T04:37:18.893 INFO:teuthology.orchestra.run.smithi138.stderr: 91.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-08T04:37:18.912 INFO:teuthology.orchestra.run.smithi016.stderr: 91.6% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-08T04:37:18.915 INFO:teuthology.orchestra.run.smithi204.stderr: 92.7% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-08T04:37:18.916 INFO:teuthology.orchestra.run.smithi204.stderr: 91.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-08T04:37:18.919 INFO:teuthology.orchestra.run.smithi138.stderr: 91.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-08T04:37:18.931 INFO:teuthology.orchestra.run.smithi204.stderr: 92.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-08T04:37:18.952 INFO:teuthology.orchestra.run.smithi016.stderr: 93.1% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-08T04:37:18.956 INFO:teuthology.orchestra.run.smithi016.stderr: 93.0% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-08T04:37:18.959 INFO:teuthology.orchestra.run.smithi138.stderr: 92.7% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-08T04:37:18.968 INFO:teuthology.orchestra.run.smithi138.stderr: 93.2% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-08T04:37:18.989 INFO:teuthology.orchestra.run.smithi204.stderr: 93.1% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-08T04:37:18.991 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-05-08T04:37:18.991 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.122s 2024-05-08T04:37:18.991 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.221s 2024-05-08T04:37:18.991 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.028s 2024-05-08T04:37:19.008 INFO:teuthology.orchestra.run.smithi016.stderr: 88.0% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-08T04:37:19.026 INFO:teuthology.orchestra.run.smithi138.stderr: 92.8% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-08T04:37:19.028 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-05-08T04:37:19.028 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.162s 2024-05-08T04:37:19.028 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.332s 2024-05-08T04:37:19.028 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.027s 2024-05-08T04:37:19.246 INFO:teuthology.orchestra.run.smithi016.stderr: 91.3% -- replaced with /var/log/ceph/aaa15938-0cf2-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-08T04:37:19.248 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-08T04:37:19.248 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.386s 2024-05-08T04:37:19.248 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.669s 2024-05-08T04:37:19.248 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.041s 2024-05-08T04:37:19.249 INFO:tasks.cephadm:Archiving logs... 2024-05-08T04:37:19.249 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi016/log 2024-05-08T04:37:19.250 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T04:37:19.394 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi138/log 2024-05-08T04:37:19.395 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T04:37:19.450 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi204/log 2024-05-08T04:37:19.451 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T04:37:19.492 INFO:tasks.cephadm:Removing cluster... 2024-05-08T04:37:19.493 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force 2024-05-08T04:37:19.665 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:21.005 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force 2024-05-08T04:37:21.174 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:22.526 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid aaa15938-0cf2-11ef-bc97-c7b262605968 --force 2024-05-08T04:37:22.697 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: aaa15938-0cf2-11ef-bc97-c7b262605968 2024-05-08T04:37:24.015 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T04:37:24.015 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T04:37:24.021 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T04:37:24.028 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T04:37:24.033 INFO:tasks.cephadm:Teardown complete 2024-05-08T04:37:24.033 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-08T04:37:24.043 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-08T04:37:24.044 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T04:37:24.064 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T04:37:24.074 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T04:37:24.163 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T04:37:24.175 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T04:37:24.175 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T04:37:24.177 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T04:37:24.180 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout:+hv01.front.sepi 67.205.162.81 3 u 53 64 377 0.101 -3.522 1.453 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout:*hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.073 -0.729 1.335 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.089 -1.030 1.135 2024-05-08T04:37:24.187 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-08T04:37:24.190 INFO:teuthology.orchestra.run.smithi138.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:37:24.190 INFO:teuthology.orchestra.run.smithi138.stdout:============================================================================== 2024-05-08T04:37:24.190 INFO:teuthology.orchestra.run.smithi138.stdout:+hv01.front.sepi 67.205.162.81 3 u 57 64 377 0.111 -2.406 2.116 2024-05-08T04:37:24.190 INFO:teuthology.orchestra.run.smithi138.stdout:+hv02.front.sepi 63.231.80.2 3 u 61 64 377 0.117 -4.506 1.916 2024-05-08T04:37:24.190 INFO:teuthology.orchestra.run.smithi138.stdout:*hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.091 -2.542 1.651 2024-05-08T04:37:24.191 INFO:teuthology.orchestra.run.smithi138.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout:+hv01.front.sepi 67.205.162.81 3 u 58 64 377 0.089 -1.025 0.627 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout:*hv02.front.sepi 63.231.80.2 3 u 60 64 377 0.090 -1.202 0.437 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.093 -0.988 0.292 2024-05-08T04:37:24.192 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-08T04:37:24.193 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T04:37:24.204 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T04:37:24.205 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T04:37:24.219 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T04:37:24.233 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T04:37:24.247 INFO:teuthology.task.internal:Duration was 1416.176853 seconds 2024-05-08T04:37:24.248 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T04:37:24.258 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T04:37:24.258 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T04:37:24.260 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T04:37:24.263 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T04:37:24.298 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T04:37:24.298 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-05-08T04:37:24.298 DEBUG:teuthology.orchestra.run.smithi016:> 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-08T04:37:24.347 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-05-08T04:37:24.347 DEBUG:teuthology.orchestra.run.smithi138:> 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-08T04:37:24.358 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-05-08T04:37:24.358 DEBUG:teuthology.orchestra.run.smithi204:> 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-08T04:37:24.368 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T04:37:24.368 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T04:37:24.392 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T04:37:24.402 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T04:37:24.453 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T04:37:24.453 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T04:37:24.484 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T04:37:24.486 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T04:37:24.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T04:37:24.604 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T04:37:24.604 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T04:37:24.616 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T04:37:24.628 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T04:37:24.641 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T04:37:24.652 DEBUG:teuthology.orchestra.run.smithi016:> 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-08T04:37:24.659 DEBUG:teuthology.orchestra.run.smithi138:> 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-08T04:37:24.667 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-05-08T04:37:24.670 DEBUG:teuthology.orchestra.run.smithi204:> 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-08T04:37:24.677 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-05-08T04:37:24.694 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-05-08T04:37:24.720 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T04:37:24.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:37:24.734 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T04:37:24.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:37:24.745 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T04:37:24.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T04:37:24.773 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T04:37:24.785 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T04:37:24.786 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi016 2024-05-08T04:37:24.787 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T04:37:24.810 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi138 2024-05-08T04:37:24.810 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T04:37:24.832 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836/remote/smithi204 2024-05-08T04:37:24.832 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T04:37:24.854 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T04:37:24.854 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T04:37:24.856 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T04:37:24.874 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T04:37:24.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T04:37:24.910 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T04:37:24.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T04:37:24.920 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T04:37:24.921 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T04:37:24.923 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T04:37:24.925 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T04:37:24.927 INFO:teuthology.orchestra.run.smithi016.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 04:37 /home/ubuntu/cephtest 2024-05-08T04:37:24.928 INFO:teuthology.orchestra.run.smithi138.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 04:37 /home/ubuntu/cephtest 2024-05-08T04:37:24.945 INFO:teuthology.orchestra.run.smithi204.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 04:37 /home/ubuntu/cephtest 2024-05-08T04:37:24.946 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T04:37:24.957 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T04:37:24.980 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T04:37:25.006 DEBUG:teuthology.nuke:shortname: smithi016 2024-05-08T04:37:25.007 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T04:37:25.031 DEBUG:teuthology.nuke:shortname: smithi138 2024-05-08T04:37:25.031 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T04:37:25.035 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.606561', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmnqLd418/Vs1pNl6Jl+aiTJ9lW9ZC1xksPfCDI+tAp3dQNsalbSYNpe4BkKfr5Sa2Q4+4JKtJN2PxBbLSDHh4='} 2024-05-08T04:37:25.061 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.609395', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM92wj6zvQ1v+9kuI9x8GAm578SZyXIiHVlqjzIy72gikYwCHFz5mv16eoQ5sctcO9Z0FNl70hhye8qmbEOy6Qs='} 2024-05-08T04:37:25.061 DEBUG:teuthology.nuke:shortname: smithi204 2024-05-08T04:37:25.062 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T04:37:25.091 INFO:teuthology.orchestra.console.smithi016:Power off 2024-05-08T04:37:25.092 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T04:37:25.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/kchai-2024-05-08_00:43:58-rados-wip-kefu-testing-2024-05-06-distro-default-smithi/7696836', '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-08 04:04:29.608013', 'locked_by': 'scheduled_kchai@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOl1Y2PnPnAbHEBrqPN6sgWQ7pX4rZJfevtLPLZnAjRC0sNPYyCRNbalvyZFzJYeCkRAvNLfG5GvbNuhYq2vCY='} 2024-05-08T04:37:25.113 INFO:teuthology.orchestra.console.smithi138:Power off 2024-05-08T04:37:25.114 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T04:37:25.123 DEBUG:teuthology.orchestra.console.smithi016:power off output: Chassis Power Control: Down/Off 2024-05-08T04:37:25.124 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:25.136 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-05-08T04:37:25.137 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:25.150 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-05-08T04:37:25.157 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-05-08T04:37:25.178 INFO:teuthology.orchestra.console.smithi204:Power off 2024-05-08T04:37:25.179 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T04:37:25.204 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-05-08T04:37:25.205 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:25.226 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-05-08T04:37:29.151 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:29.159 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:29.228 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:29.261 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is on 2024-05-08T04:37:29.268 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-05-08T04:37:29.337 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-05-08T04:37:33.266 DEBUG:teuthology.orchestra.console.smithi016:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:33.273 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:33.338 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T04:37:33.376 DEBUG:teuthology.orchestra.console.smithi016:check power output: Chassis Power is off 2024-05-08T04:37:33.383 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-05-08T04:37:33.448 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-05-08T04:37:33.477 INFO:teuthology.orchestra.console.smithi016:Power off completed 2024-05-08T04:37:33.483 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-05-08T04:37:33.549 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-05-08T04:37:33.653 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} duration: 1416.1768534183502 failure_reason: '"2024-05-08T04:28:40.691346+0000 mon.a (mon.0) 431 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_kchai@teuthology success: false 2024-05-08T04:37:33.653 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T04:37:33.963 INFO:teuthology.run:FAIL